How client server model works in websites

No Comments

posted 1236 days ago
How client server model works in websites

In this tutorial I am going to tell you the things from the scratch. What you need to have is an attentive and willing brain, that is all I require from you to understand this tutorial. Basically, Internet is nothing but interconnected computers. These computers are connected across the globe throu.....

Read More

Simple Timer in javascript

1 Comment

posted 1236 days ago
Simple Timer in javascript

This tutorial shows you a simple count down timer in javascript, which you can modify according to your need.. This is in javascript, hence it is not as powerful as it should be, like if a user refreshes its browser, the value is not stored anywhere, and the countdown timer start again. But for t.....

Read More

Hide/show div,elements with javascript

4 Comments

posted 1236 days ago
Hide/show div,elements with javascript

In this tutorial i am going to explain how can we hide or unhide elements on a webpage using simple javascript function. Let me tell you this function is very basic and can be extended according to your requirement. There are certain readymade libraries/frameworks available like jquery,prototype. Th.....

Read More

Change a CSS class dynamically using Javascript

2 Comments

posted 1237 days ago
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 More

Create Horizontal Menu in WordPress

No Comments

posted 1237 days ago
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 More

Changing permalink in wordpress

No Comments

posted 1238 days ago
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 More

Automating the Copyright year information

No Comments

posted 1242 days ago
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 More

Add trailing .html in wordpress permalink

3 Comments

posted 1242 days ago
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 More

Making iGoogle Gadget in 3 Steps

No Comments

posted 1260 days ago
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 More

Using JSON with PHP, javascript |Tutorial 1

5 Comments

posted 1279 days ago
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 More

Internet Explorer 8 beta launched by microsoft

No Comments

posted 1283 days ago
Internet Explorer 8 beta launched by microsoft

I got this mail from microsoft which claims that "Web Browsing got more Secure" and i wonder what it is. Just when i opened it i yelled, not again, yet another browser !! Well microsoft has launched its beta version for Internet Explorer. IE world's favorite browser (may not be the one after Fire.....

Read More

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

5 Comments

posted 1285 days ago
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 More

PHP Interview for Beginners/Novice/Freshers | Part 1

4 Comments

posted 1286 days ago
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 More

New php framework PalDB, supports MVC and Database ORM

No Comments

posted 1288 days ago
New php framework PalDB, supports MVC and Database ORM

Well PalDB is yet another framework for PHP. PalDb is a fast and powerful database abstraction layer and ORM. While it is not as full-featured as Doctrine or Propel, it comes quite close when you use it with MySQL. It shares Pal's paradigms of simplicity and elegance. Features You can use PalDb in t.....

Read More

Adding a class to an element using javascript

2 Comments

posted 1290 days ago
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 More
Page 28 of 31« First...1020...2627282930...Last »
ShareSidebar
Get Adobe Flash player