It’s very simple and basic tutorial for beginners. Create User Table CREATE TABLE `users` ( `uid` INT(11) NOT NULL AUTO_INCREMENT , `username` VARCHAR(45) , `password` VARCHAR(100) , `email`... Read more
In this tutorial, I will explain you how to install WordPress in your local host on Windows operating system. PHP websites unlike a static HTML website, runs only on a server. WordPress was... Read more
User interface design for iPhone apps – MORE INFO Designing for iOS4 devices is totally different from designing for the web. Sarah Parmenter explains how to create the perfect user interfac... Read more
Popular Mobile Website Templates First take a look at these awesome mobile website templates and then move on to the collection of popular responsive WordPress themes underneath. Webby | Mob... Read more
1. What is the sequence in which ASP.NET events are processed ? Following is the sequence in which the events occur : Page_Init. Page_Load. Control events. Page_Unload event. Page_Init event... Read more
Online Chatting With Comm100 Live Chat, you can have an online chat with your website visitors either reactively or proactively. There are some tools for you to improve the chat experience o... Read more
jQuery: The Basics This is a basic tutorial, designed to help you get started using jQuery. If you don’t have a test page setup yet, start by creating the following HTML page: 1 2 3 4... Read more
Here is a quick tip how to check visibility state of a toggled element in jQuery: $('#element').toggle('slow', function() { if($(this).is(':hidden')) { $(this).text('This element is hidden.'... Read more
Look at examples below: Init filter: $(document).ready(function() { $('ul.dynamic-search-list').filterList({ inputSelector: '#filter-input' }); }); inputSelector is the only option required... Read more
Responsive design is an approach to web page creation that makes use of flexible layouts, flexible images and cascading style sheet media queries. You can now create your very own responsive... Read more