Codeigniter Tips How To Make Url Seo Friendly

Most of the codeigniter users had faced this issue, when they installed codeigniter in their local server for the first time. Issue was that you can't see any contents in your application without setting a "index.php" text before your controller name. If you trying to access your application without "index.php" you will get a 404 page. So, what we need to do for solving this issue? It's so simple.

Continue Reading....

Tagged with: Tips & Tricks Tutorials Web Development

How To Create A Fading Effect Jquery Plugins

Hello everyone, welcome my today's post on Create a fading effect jquery plugins. Today we are going to learn how to convert simple jquery code in to a jQuery plugins. So that, we can easily use this plugins anywhere in our application or website. After reading this tutorial you can convert any jQuery scripts in to a plugins and use them anywhere you want. That means, it's also a tutorial about How to create you first jQuery plugins.

Continue Reading....

Tagged with: JQuery Plugins Tutorials

Unordered List Sequential Fade In And Fade Out Effect In Jquery

You know jQuery provide 2 nice functions for element fade in and fade out. By using this 2 function we can create eye-candy effects for our application. In this tutorial, we are going to learn how to add fade in and fade out effect in a unordered lists and make our list more beautiful and colorful. We all are known about unordered lists which are defined by ul tag in HTML. Inside this ul tag there may have some li tag also. Basically, unordered list used for showing sort of list like- employees record lists, student attendance lists, student results etc.

Continue Reading....

Tagged with: JQuery Plugins Tips & Tricks Tutorials

Difference Between Http Code 200 And 304

Hello everyone, welcome to my today's post on http code 200 and 304. Today I'm going to discuss deeply about status code 200 and 304. From this tutorial we will learn - what is status code 200 and status code 304, their meaning and some differences between them. As a web developer you must know about status code meaning and their activities. Otherwise it will be very difficult to determine webpage current status and conditions. If you are familiar with Firebug tools then you can easily check you page status from there. From my side I can say, It's an awesome tools for web developers as well designers.

Continue Reading....

Tagged with: Tips & Tricks Tutorials Web Development

Work With Array In Jquery

Today we are going to learn array manipulation in jquery. We know jquery is one of the most popular JavaScript framework in web development world. No doubt , so far jquery mobile got vast popularity ever in JavaScript framework lists :) I love to work with jquery , because it is so much simpler , easy to understand and a lots of open source plugins developed for jquery. So, today we are going to learn some quick and useful scripts for jquery.

Continue Reading....

Tagged with: JQuery Tips & Tricks Tutorials

How To Deal With Your Freelancing Clients

Freelancing Clients always an important term in our freelancing career. First of all we need to know what is client? Client are those who provide us work and gives us a bunch of instruction and change their mind in several times! First section provide work means they are the owner/buyer of our work and they will open a way to earn money by work for them.

Continue Reading....

Tagged with: Freelancing Tips Online Earning Resource Tips & Tricks Tutorials

Life Saving JQuery Mobile Code Snippets

Today, I like to share some of my favorite scripts that I had frequently used in jQuery mobile framework. First of all I like to say, you need to learn about jQuery before starting jQuery mobile. Because all things in jQuery Mobile based on jQuery core API.

Continue Reading....

Tagged with: JQuery Mobile Tips & Tricks Tutorials