Category Archives: Designing


March 21, 2024 4:01 am

How to create Mobile Navigation Menu with CSS & jQuery


How to create Mobile Navigation Menu with CSS & jQuery
Mobile Navigation is one of the challenge work for web designers in responsive designs if site has many pages and sections then its very challenging to squeeze all the links in small mobile screen. So I am going to give you a tutorial on some designing tips and solve this problem with an easy procedures using CSS and jQuery and it helps you to merge your navigation and show proper menu to your mobile viewers.

[ Read More ]


February 28, 2024 5:05 am

Dynamic image slider using Twitter Bootstrap & PHP with MySQL


Dynamic image slider using Twitter Bootstrap & PHP with MySQL
I have received many requests from my readers to create image slider with admin where they can edit images and update text, so in this tutorial I am going to show you how to create image slider to get images, title and description from database and slide images. Using twitter bootstrap I have created a very simple and easy to understand slider and PHP & MySQL for dynamic option.

[ Read More ]


February 27, 2024 5:04 am

How to create Sticky Table Headers using jQuery


How to create Sticky Table Headers using jQuery
In this Tutorial you can see how to carry table heading on scroll down and up, in old styles when we scroll page down we forgot what column contain what. I have used jQuery plugin to perform this task very easy to understand and configure in your projects. It helps you to create user friendly reporting for your website which allow you to read large tables more usable.

[ Read More ]


February 26, 2024 5:01 am

How to create Facebook style loading animation using CSS3


How to create Facebook style loading animation using CSS3
Today I am going to write first time on CSS3 and creating Facebook style loading animation without any image, images took more time to load then this simple CSS animation. Using HTML basic element span and CSS3 properties like 3D transform you can create beautiful and lightweight animations. These animations not look like exactly as images but user can understand something happening.

[ Read More ]


February 25, 2024 5:04 am

How to create dynamic and animated scroll to top with jQuery


How to create dynamic and animated scroll to top with jQuery
In this tutorial I am going to show you how to add a scroll to top with dynamic window width when your reach 70% height it will show you an arrow and text "Back to Top". We created this option with jQuery scroll event sent when your scroll position changes up and down, on a 70% scroll down it will fade arrow up box when you click on that arrow it take you to the top.

[ Read More ]


February 5, 2024 5:01 am

How to create Responsive Header Menu with CSS


How to create Responsive Header Menu with CSS
Now days responsive themes are very important for web development because many users use only mobile to check websites and i am also working on new theme of PHPGang on responsive rules and created a smart and responsive header with CSS media option.

[ Read More ]


January 22, 2024 5:02 am

How to Send Nice HTML Email with PHP


How to Send Nice HTML Email with PHP
If you are making an email software then you must know how to make email templates and send with proper headers in stylish format not a plain email with only text. In PHP with mail() function you can send a simple email but but there is some headers which make it more flexible you can attached files format it in HTML and many more. I am going to explain you how to make an HTML email and give you a demo and script to download.

[ Read More ]