Author Archive

Page 19 of 22« First...101718192021...Last »

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

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 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

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 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

Page 19 of 22« First...101718192021...Last »