All posts by admin

WordPress 3.5.2 Maintenance and Security Release

Jun 25, 2013

 WordPress 3.5.2 is now available. This is the second maintenance release of 3.5, fixing 12 bugs. This is a security release for all previous versions and..

Read more

Top 5 Ajax online tutorial websites

Jun 24, 2013

If you like to learn about Ajax there are many tutorial websites in online here i have listed some websites which was best for learning..

Read more

Get an array of billing addresses and

Jun 21, 2013

Magento has no built in function to get an array of all shipping or billing addresses. However, you can do this by creating such an..

Read more

PHP wordwrap() Function

Jun 21, 2013

PHP Wordwrap() Definition  The wordwrap() function wraps a string into new lines when it reaches a specific length. Syntax : Example : Below example is..

Read more

Multiple Headers In PHP

Jun 20, 2013

With PHP, you can send multiple HTTP headers with file_get_contents() . you can also send information such as HTTP_ACCEPT, HTTP_ACCEPT_LANGUAGE, and HTTP_CONNECTION with file_get_contents(). In..

Read more

Uses Of Hooks In WordPress

Jun 20, 2013

What is hooks ? WordPress hooks are actions and filers which is used to add or modify WordPress functionalities. So here in this post we..

Read more