HTML Captions

jQuery Image SlideShow

So to get started you're going to need jQuery and the Orbit plugin (make sure jQuery is attached first). <script src="js/jquery.min.js" type="text/javascript"></script> <script src="js/jquery.orbit.min.js" type="text/javascript"></s ...

Xdebug in WebMatrix

Xdebug is a very popular PHP extension that helps with debugging and profiling of PHP scripts by providing a lot of valuable debug information. Microsoft WebMatrix is a development tool for building web applications. When WebMatrix is used ...

Map picture

Windows Live Writer

I installed Windows Live Writer today to see how it works with my WordPress blog. So, this is a test post using Windows Live Writer. I’ll post a new blog entry if I find any useful feature of it. Well it has one good feature at least. To add a Bing map to ...

How to delete your Facebook account?

1) Click on the following link: http://www.facebook.com/help/contact.php?show_form=delete_account 2) Login with you UserID and password 3) Click "Submit" 4) You’ll be asked to confirm, Type in your Password, and then Solve the Captcha. Click Okay t ...

To get better results, change your Approach!

If you’re not getting results, change your approach. The best way to get unstuck is to change your approach. You learn the most from trying something different. Sometimes this is uncomfotable, but that’s what growth feels like. (MSDN Patterns & Practices Blog)

RESTful-API-design-620x263

REST Web Services calls with C#

It's really easy to call REST based web services from C#.Net. Let's see how to do it. We'll be calling Yahoo Web Services as an example here. Make REST Calls With C# The .NET Framework provides classes for performing HTTP requests. This HOWTO describes ...

XML with C#

The .NET Framework provides excellent support for XML. Combined with the databinding support of WinForms and ASP.NET applications you have an easy and powerful set of tools. ASP.NET 2.0 takes databinding another step further by providing the DataSource control which lets you declaratively provide data access to data-bound UI controls.

What is success?

Allah has mentioned several times in Quran who successful people are? Those who follow path of Allah and his Prophet.

Hidden Reasons for slipping project deadlines

There are so many factors due to which project deadlines are slipped. Not planning well ahead, not hiring skilled resources or not paying good to skilled resources, not providing professional environment and sufficient resources are very basic reasons which people ignore and underestimates. In short, having a good PLAN summarizes all this. So, plan well, ahead of time, and plan for everything.

Useful vim options for techies

Vim is very useful tool for editing files, especially for techies to edit configuration and code files. There are some useful options for them in vim. You can set them in the vim configuration file vimrc usually found in /etc. Here are some of those optio ...