3 tips to secure your wordpress using .htaccess

Now a days WordPress cms is very popular among everyone. Because It is very simple to use and install. But when you installing the wordpress, you have to make sure that how safe is your install. Here I am going to share few security tips to your wordpress cms/blog using .htaccess … Read more

Tips to Securing your PHP Application

Now a days PHP Language is very popular among developers to develop large applications like facebook etc. So here I am going to tell how to secure your PHP applications in a simple steps Disabling Remote URLs for File Handling Functions File handling functions like fopen, file_get_contents, and include accept URLs as file parameters … Read more

Tips to Speed Up your PHP Website/Application

Your website acts as a communication interface between your office/organization and your customers/visitors/users.  Slow loading websites causes users to close the webpage. Slow speed websites are used in google ranking algorithms . So here I am going to tell how can you make your website faster using simple php tips … Read more

Stick It / Pin It Message Box using CSS

Hi guys, I am going to share a simple Stick It / Pin It Message box using css. You can use this to pin your interest into Wall. By applying a 10 lines of css that turns into powerful sticky message box Here is the CSS code Here is the … Read more

Multi Language Unicode support in PHP

Hi guys, Now I am going to tell how to add multi language support for your website Step 1: Create a header with charset utf-8 with the following code and add this code into your header file [php]header(‘Content-Type: text/html; charset=utf-8’);[/php] Step 2: [php] // Create an array of names: $names … Read more

Notification Message boxes with CSS & Jquery

Hi guys! I am going to share a nice css notification message boxes with customize close button using css and jquery As my earlier post http://w3lessons.info/2012/01/07/cool-notification-alert-message-boxes-using-css/ there was no close button. Now I show you how to display a cool notification message boxes with close button. Here is the Jquery code for … Read more

Rounded / Sphere Shape Image using CSS

Hi guys, I am going to share a simple trick in css that will turn your existing image into sphere shaped image. Here is the css code Here is the html code Please don’t forget to share and subscribe to latest updates of the blog. Also any comments and feedback … Read more