Top 5 Free PHP & Mysql Cheat Sheets

1. PHP Cheat Sheet  The AddedBytes cheat sheet above covers multiple php topics such as functions list and regular expressions. 2. Blue Shoes – PHP Online Cheat Sheet If you would rather not download a php cheat sheet, BlueShoes has provided an online php cheat sheet available for you to … 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

Sticky Footer with Stylish Dropdown Menu using CSS & jquery

Hi Guys, here with I am going to tell how to make highlight your contact address, twitter updates and flicker kinda pictures in a footer. This Sticky footer with dropdown menu features always visible while visitor scrolling in a page. This makes quick and easy way of highlighting some important … 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

10 Main Features in PHP 6

Now a days PHP 6 is a very popular term among all php developers. Also several books in the market have already written about PHP 6 such as PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide (3rd Edition) (link). Ten Main Features in PHP 6 are as … 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

Fixed Top Navbar/Panel While Scrolling in CSS and Jquery

Here I am going to tell How to convert your normal dropdown menus into fixed bar at the top panel while scrolling. Feature likes Dropdown menus Fixed top panel while scrolling Complete navigation bar Color customization. Before Scrolling How to use? Load the Jquery.js script into head section and add … Read more

Image Shadow using CSS

Here I am going to tell how to add a shadow below any image by using simple CSS and html.  Below is the image how it looks finally.   Here is the CSS code to get the Drop Shadow effect using a single image View Demo Download Please don’t forget … Read more