Archive for the tutorials Category

Page 5 of 6« First...23456

Change a CSS class dynamically using Javascript

Hi everyone, Yet another tutorial of javascript explaining very basic functionlity of it. But this can be extended further to fo the javascript magic :) Well in this you will learn how to change the class of any element dynamically on an event. I am using the onclick event which is fired when

Read Full Post

Create Horizontal Menu in WordPress

I know this is just another tutorial you found online for creating horizontal menu on a self hosted wordpress blog. But this is going to be really basic for those who do not want any fancy menus to start with. The more of you can be found here I created a simple menu right above this post. Follow

Read Full Post

Changing permalink in wordpress

Some of you might have faced problem when it comes to changing your permalink structure in wordpress. Well it seems difficult but plugins make your life go easier. :) Here is small neat plugin which helps you nicely change your blog's permlink structure without having to lose your visitors and page

Read Full Post

Automating the Copyright year information

This trick is really basic but is useful for automating an important information for your blog. If you have a copyright information defined anywhere in your blog with the year in it(usually present at the footer), then you might have to change the year everytime and sometimes you just forget. This i

Read Full Post

Add trailing .html in wordpress permalink

Well this is a small SEO optimization post. Its been a while that i have been blogging but i never tried to optimize my blog for search engine results, as i din have the time to do that. But this is a small tweak and helps your blog to optimize for search engine results. You obviously have activate

Read Full Post

Making iGoogle Gadget in 3 Steps

Hey guys, In this tutorial/post i am gonna show you how to make a simple google gadget in three steps. This iGoogle Gadget then can be added on iGoogle page. You do not require any sorta scripting language for this and do not even require any webspace for that. You can simply write your gadget wi

Read Full Post

Using JSON with PHP, javascript |Tutorial 1

Hi Programmers, Heard about JSON, and wandering how the hell you gonna implement it with PHP. And why would one use JSON when you have ajax and other alternatives. Well first of to understand JSON, i would recommend you to go through the JSON introduction part which i covered in my earlier post.

Read Full Post

Delete duplicate entries/rows/values in mysql table in one query

Hi all, During my starting phase of career, i faced several challenging questions (being a fresher at that time). I wanted to share this one as simple as pie but can be difficult at times if you do not know how to do it. Question can be : How can you delete or remove duplicate entries from

Read Full Post

PHP Interview for Beginners/Novice/Freshers | Part 1

Hi all, Well i understand that PHP today is everyone's favorite technology today. And i must confess that this web scripting language not only gave me financial gains in my life but also is responsible for my social well being. People do regard me as a PHP guru and not just a lost geek any more.

Read Full Post

Adding a class to an element using javascript

There are times when you need to add/change a class for a particular element. This can be very easily achieve using the className method. Please refer to the following snippet of code to understand how it works. Explanation is given after the code. function addClass(obj) { obj.classNa

Read Full Post

What’s difference between display: none and visibility: hidden?

just when you tread into the world of dhtml or javascript, you can require the display property of CSS more than expected. So it becomes necessary to clearly understand some of the facts behind this powerful language. Here is the difference between the visibility and display property of an element.

Read Full Post

Gnome-do plugin | Quick launch, sexy remote

Hi, I say linux then you might think of that black terminal window, but what if i say now your Gnome desktop can be more flexible and you need not to scroll thru menus or start your program using a terminal window. Well, yes!! this is true. A very light weight sexy ,powerful tool "gnome-do" makes

Read Full Post

Page 5 of 6« First...23456