DCSIMG
July 2011 - Posts - Life Michael

July 2011 - Posts

C# Iterating Cookies Returned Back from Server

When sending a request via the HTTP protocol to specific URL we might get back together with the response various HTTP headers. Among those headers we might identify specific headers that instruct our browser to create cookies. We can easily iterate the cookies we get from the server by using a CookieContainer object we can attach our HttpWebRequest object. Once the HttpWebResponse object is acccessible we can refer its Cookies property that holds a collection of all cookies the server returned. This following video clip shows how to do it.

More video clips can be found at www.abelski.com and at www.CSharpBook.co.il.

Posted by life | with no comments
תגים:,

Classic Design Patterns in PHP Webinar

Working with Zend I am about to deliver three webinars that cover the classic design patterns (GOF) and their implementation in PHP. The first webinar will take place on September 8th 2011. You can find more information and register this webinar at http://www.zend.com/en/company/news/event/900_webinar-classic-design-patterns-in-php-part-1.

Posted by life | with no comments

Static Constructor in C#

The C# programming language allows us to define a static constructor. The following video clip (hebrew) explains how to define a static constructor and its meaning.

More video clips (hebrew) that explains fundamental topics in C# can be found at www.CSharpBook.co.il.

Posted by life | with no comments

Classic Design Patterns in PHP

I have just completed to develop 6 new video clips that explain six more design patterns implementation in PHP. In total, so far I have developed 8 video clips that explain various classic design patterns in PHP. Everything in Hebrew! You can find them all in my Israeli Guide for PHP at www.phpbook.co.il. The source code is available as well.

Posted by life | 2 comment(s)

Open Source 2011 Conference

On June 30th I gave a lecture about Hybrid Applications for Mobile Telephones in Open Source 2011 conference.

You can download the slides. If you have any professional question following my lecture please don't hesitate and place it as a comment to this post.

Posted by life | with no comments

F# Jump Start Seminar

On Wednesday June 29th I lectured about F# in Microsoft (Israel). The lecture lecture in Sayeret Lambda. It was kind of a jump start for those who are interested in doing their first steps with F#.

Doing your first steps with F# you will find everything you need to download and install on your computer available for free at www.fsharp.net. The slides of my lecture are available for download. They are based on F# Fundamentals, a short course for learning F# available for free personal use at www.abelski.com.

Posted by life | with no comments
תגים: