Vijaya Kumar Blog

(Stunning PHP/MYSQL/AJAX/SEO Tips)

Entries for August, 2009

Combine 2 MySql results using array on PHP

Main theme of this article is, searching values in 2 different MySql queries and combining both results as array using array_combine() and array_push(). Explanation is given under source code. <?php //connection parameters $username = “root”; $password = “”; $dbhost = “localhost”; $database = “test”; //Array creation $table1array = array(); $table2array = array(); $finalarray = array(); [...]

Comments (1)

Easy Multilingual (English & Tamil) Website creation using php

This article will help you to learn how multi lingual web sites can be done by your own. This is a try by testing with 2 languages (English & Tamil). This may useful for web developers for creating multi language web sites. Ok, let we start.., It’s very simple work, by fetching data from 2 [...]

Comments (30)

Important points for a good site map

Here are some hallmarks of a good site map, which helps visitors at finding information quickly on your web site The site map should be the simplest page on your web site. Do not give a fancy name to the site map link such as “Web Site Tree” – keep it as “Site map”, this [...]

Leave a Comment

Why is a Site Map important for a web site?

An important point to remember ALWAYS is that people come to your site looking for information. Net surfers are a ruthless lot. If they find information quickly, they stick around; else, they click the “Back” button on the browser, close the browser window or simply go to another web page. So the most important reason [...]

Leave a Comment

Creating a Site Map for your web site

What is sitemap? A site map is one page or sometimes a set of pages, which lists all, or most of the pages on a web site. If your web site is small, consisting of only a few pages, you can have links to all these pages from one page – the site map. On [...]

Leave a Comment

Analytics integrates with Adsense

That’s right, Google has finally integrated AdSense Tracking into Analytics for all users. By integrating your AdSense account with a new or existing Analytics account, you’ll have access to in-depth reports about user activity on your site. Check out the demo below. That’s right, Google has finally integrated AdSense Tracking into Analytics for all users. [...]

Leave a Comment

How to check online status for AIM, Yahoo!, MSN, Skype and ICQ users in PHP

You’re probably registered on at least one forum. And you’ve no doubt seen that in your forum profile, you can add your favourite Instant Messaging (IM) profile details, and other users can see if you’re online. You in turn, can see who else is online as well. Well what if you want to add that [...]

Comments (1)

Drawing Dynamic Online Graphs from MySQL Data

I was terrified at the idea of creating dynamic statistical graphs, fortunately there is a free solution where the complicated graphical stuff is reduced to a library include. JpGraph are the providers of this PHP based solution which appears to be the de-facto package. Learn more here http://www.aditus.nu/jpgraph JpGraph is a Object-Oriented Graph creating library [...]

Leave a Comment

Back and forward button in JavaScript

Sure you can ask your visitors to use their brower’s BACK and FORWARD buttons to navigate your site. Wouldn’t it be nice to have your own BACK and FORWARD buttons on your pages: All you have to do is place the following HTML tags on your page: <FORM METHOD=”post”> <INPUT TYPE=”button” VALUE=”BACK” OnClick=”history.go( -1 );return [...]

Leave a Comment

Preventing Browser Cache

If you’re looking for a way to prevent browser cache, this HTML tip will assist you. Meta tags are used to give detailed instructions in regard to a web page to the Search Engines and browsers. When you get visitors coming to your web site, your visitors browser will cache or make a copy of [...]

Leave a Comment

 

You need to log in to vote

The blog owner requires users to be logged in to be able to vote for this post.

Alternatively, if you do not have an account yet you can create one here.

Powered by Vote It Up