Vijaya Kumar Blog

(Stunning PHP/MYSQL/AJAX/SEO Tips)

Entries for July, 2009

10 Rules for Choosing the Right Domain Name

Below, I’ve listed 10 tips I find indispensable when helping people select a great domain name. 1. Brainstorm 5 Top Keywords: When you first begin your domain name search, it helps to have 5 terms or phrases in mind that best describe the domain you’re seeking. Once you have this list, you can start to [...]

Comments (1)

Auto Fill Email Subject and Body

If you’re using a list management system that requires specific text to be placed within the email subject or body of your email, this HTML code is for you. Many times, if you request your visitors to type in a specific email subject or body text in order to subscribe to your publication, they may [...]

Comments (1)

A few random ideas on how to get more traffic to your website

1) Exchange links with sites that offer related products or services. Your sites link popularity is important for good search engine results. (Some Search engines rank you higher if they find that you are linked on many other sites) 2) Do “Out off the Box” promotions Add you URL on all of your publications including letterheads [...]

Leave a Comment

Top 10 Internet Browsers

Internet bowsers are the key to access World Wide Web,  Browser softwares will be installed in your PC to access hot technologies. Your Internet browser enhances your web experience every day. If it is user-friendly and compatible with most operating systems, then it is probably good. To make things easier for you, here is a [...]

Comments (2)

Import large SQL databases with phpMyAdmin

The default import limit in phpMyAdmin is 2MB. In this post I will show how you can overcome this problem and import your large database backup.Let’s take for example that you have successfully exported a backup of your website database in SQL format having a size of 15MB. With apache2 and php5 installed you need [...]

Comments (1)

Restricting the input field with maxlength

Restricting the input field value with maxlength specified using the below javascript here, function textLimit(field, maxlen) { if (field.value.length > maxlen + 1) alert(’your input has been truncated!’); if (field.value.length > maxlen) field.value = field.value.substring(0, maxlen); } This function is called on the input text onkeyup events, like below <INPUT TYPE=”text” NAME=”dd” onkeyup=”textLimit(dd,10)”>

Leave a Comment

12 Quick Tips to Search Google & make your search easy

If you’re like me, you probably use Google many times a day.  But, chances are, unless you are a technology geek, you probably still use Google in its simplest form.  If your current use of Google is limited to typing a few words in, and changing your query until you find what you’re looking for, [...]

Comments (1)

Lets you know when email you’ve sent gets read

Once email was send to your friends, we will not get acknowledgment that your friend had read your mail.  No email providers are having this option. To solve this issue, we can use 3rd party application for notify emails that u had send your friend. Website name readnotify.com,  is the most powerful and reliable email [...]

Comments Off

Increase Your Traffic by Recovering Your Lost Visitors

If you spend any time surfing the Internet, you’ve probably encountered a few error messages. Error messages have numerous causes, such as misspellings, outdated links or internal server errors. When an error is encountered, your server will display specific generic error pages according to the error. These error pages are not only dead ends, but [...]

Comments (2)

Export the mysql data into excel sheet (CSV format)

Using this php code you can export the mysql data into excel sheet before that  while starting we need to create a blank file in csv format, because then only you can perfectly export the data into to sheet later we would save the file as excel format. <?php $conn =  mysql_connect(“localhost”,”root”,””); mysql_select_db(“dbname”,$conn); $filename = [...]

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