Sort by: PageRank | Hits | AlphabeticalStandard Links
Icreon
Icreon is a offshore software development company that outsource software development services in India, Icreon is ISO 9001:2000, Microsoft Certified Gold Partner India. - Icreon Details
http://www.icreon.com/
Imgenex Corporation
The TLR family is a phylogenetically conserved mediator of innate immunity that is essential for microbial recognition and find out the research details by IMGENEX. - Imgenex Corporation Details
http://www.imgenex.com
iMonitor PC
iMonitor PC is the equivalent of a digital surveillance system for your computer. It records the users activity, such as programs used, websites visited, social network usage, chat room activity. It also includes website blocking, activity reports, screen shots, user warnings, program usage limits. It can be used in a network or with online monitoring, and allows you to define and enforce usage rules. - iMonitor PC Details
http://www.imonitorpc.com
India Tour Online
India Tour Operator is offering the various tour packages like honeymoon tour, adventure, cultural tours, wildlife, heritage tourism, Taj Mahal and other destinations. - India Tour Online Details
http://www.indiatouronline.com/
indonesian
Melayu portal with sections like friends, dating, cari kawan, lyrics, lirik lagu, malay songs, wedding perkahwinan, blog, cinta wanita, perempuan, awek mp3 boleh skandal melayu, cerita gadis, gambar, cewek cowok artis dan bahasa. - indonesian Details
http://www.melayu.com.my
Internet Cafe Software
Cyber Cafe Program The complete Client Server solution for your network of public access computers, this is a Centralised Server version of the Cyber Cafe Program. - Internet Cafe Software Details
http://www.cybercafeprogram.net
Island Way Beachwear and Resortwear
Stunning sandals and effortlessly stylish beachwear, resort wear and cruisewear that is light and breezy, bright, easily packable and always ready to wear. - Island Way Beachwear and Resortwear Details
http://www.islandway.com
Latest News
The Iterator, Countable and ArrayAccess SPL Interfaces
In this first part of a short series, I'm going to introduce you to using the Iterator, Countable and ArrayAccess interfaces that come with the Standard PHP Library. You'll see how to implement some of the methods declared by the Iterator interface within a class that manipulates MySQL result sets via an intuitive API.
- For many PHP developers eager to apply the object-oriented paradigm in a more thorough and consistent manner, the release of PHP 5 brought a number of handy features that allowed them to achieve this goal in a truly painless fashion. This isnt breaking news, of course, but the inclusion of member ...
Thu, 11 Mar 2010 09:00:10 -0500
~ Read more
Implementing the Data Mapper Design Pattern in PHP 5
In this first part of a five-part series, I introduce you to implementing the Data Mapper design pattern in PHP 5. This pattern attempts to solve the issue of the strong coupling that often exists between the domain objects present in an application and the underlying persistence mechanism. This benefit comes at a cost, since data mappers add a new layer of complexity. Living with this minor trade-off is quite worthwhile, though, as you'll see.
- Since the web is in constant evolution and merges a variety of technologies and languages, developing web applications (specially mid-sized and large-scale ones) has become a challenging process. Indeed, applications require extensive planning, modeling and testing, before reaching a stable depl...
Wed, 10 Mar 2010 09:00:09 -0500
~ Read more
Defining an Abstract Class with Restrictive Constructors in PHP 5
In this second part of a four-part series, I rebuild the example application developed in the previous tutorial. As you'll recall, it used a protected constructor to prevent the instantiation of the base array iterator class. In this case, a better result will be achieved by declaring the iterator abstract; still, the example demonstrates a simple utilization of a restrictive constructor in a concrete situation.
- Unquestionably, the introduction of a more robust object model in PHP 5 has provided developers with additional features that allow them to build efficient and thorough object-oriented applications without the need to appeal to the ugly programming hacks used frequently in the bad old days of PHP ...
Tue, 09 Mar 2010 09:00:09 -0500
~ Read more