24 December 2009 ~ 0 Comments

Zend Caveats

Zend Caveats

Ever gets frustrated during your coding? I’m pretty sure the answer is a big YES especially if you’re new with the programming language you’re trying to develop or you might have forgotten the old programming language you used to. Likewise, most of the time we get frustrated when there is a stumbling block during your development [...]

Continue Reading

Tags: , , ,

23 December 2009 ~ 0 Comments

Start ORM with LINQ in .Net Framework

Start ORM with LINQ in .Net Framework

In this post, I’m gonna show you how you can kick start your development with LINQ, new extension to .NET Framework that encompasses language-integrated query, set, and transform operations.
If you are unfamiliar with the terms ORM and LINQ then refer to the following articles to help you understand the idea and the purpose behind them.

ORM [...]

Continue Reading

19 December 2009 ~ 0 Comments

Simple Steps to Start WCF with Visual Studio 2008

Simple Steps to Start WCF with Visual Studio 2008

WCF, as you may have known, stands for Windows Communication Foundation. It is an interface provided in .NET framework for building connected and service-oriented application to support Service Oriented Architecture, in short SOA. However I won’t dig into detail about WCF and the relevant topics such as SOA. If you are interested to find out [...]

Continue Reading

03 July 2009 ~ 0 Comments

Matt Mullenweg speaks about Improving Web Performance

Matt Mullenweg speaks about Improving Web Performance

Interesting and quite a coincidence I must say, to see another thought about web performance by Matt Mullenweg as recently I posted several posts about web performance: Web Performance Best Practices and One-Cent Tips to Increase Site Performance. For anyone who doesn’t know who is Matt Mullenweg, read more about him from Wikipedia. In short, [...]

Continue Reading

22 June 2009 ~ 2 Comments

Image Manipulation in PHP

Sometimes there is a need to do simple image manipulation for certain web projects. Take for example a popular site called Flickr. Flickr is an image hosting site that allows online community to store pictures for others to view. And for some cases some uploaders may have big image files and hence a site like [...]

Continue Reading