iOS 4.3 For iPhone, iPad, and iPod Touch
iOS 4.3 for iPhone, iPad, iPod touch, Apple TV and SDK is ready for download. This build is only for developers. Only members enrolled in the…
// ARTICLES · GUIDES, NOTES, EXPERIMENTS, LINKS
WordPress, performance, security, AI, browser APIs, and the boring devops in between. Newest first. The old posts are kept for context — they may reflect the tools and versions of their time.
iOS 4.3 for iPhone, iPad, iPod touch, Apple TV and SDK is ready for download. This build is only for developers. Only members enrolled in the…
It’s no doubt that WordPress is one of the most powerful CMSs for blogging. Besides being free and open source, it is also user friendly. But…
From the previous article “Create Facebook Fan Page With Welcome Page“, I wrote how to make a Facebook fan page with a simple welcome page. Now…
It’s no doubt that Facebook has the most users on the net. They claim that they have more than 200 million users using Facebook now. So…
Debugging PHP code or PHP web applications is not as easy as debugging ASP.NET web applications using Visual Studio .NET. But still, we can. From my…
The rumor says that Apple iPad 2 will release somewhere between February and April 2011. Founder of Digg, Kevin Rose, also jumped into the rumor with…
The most common issue when we are developing web applications using PHP is the debugger. Debugging our web application is very important when we are developing…
You can control your Windows machine from far away with remote desktop, this is known as virtual network computing (VNC). “Virtual Network Computing (VNC) is a…
A couple of days ago I’ve been struggling with URL validation in PHP. And I found a URL validation class from phpclasses.org which I think is…