
You may have installed countless add-on in Firefox to enhance your using experience, but if you want to get the most out of Firefox, you really have to hack your way into the about:config.
The about:config page contains most (if not, all) of Firefox configuration options. It is so far the most effective, and the most powerful way to tweak and enhance your Firefox performance. Here are 28 of the popular tweaks.
Accessing your about:config page
In your Firefox, type about:config in the address bar.
Read more…
Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key — and while most drop down menus may look aesthetically pleasing, developing them to degrade gracefully is also essential. In this tutorial I would like to go over how to create a sexy drop down menu that can also degrade gracefully. Read more…
It is certainly no secret that in order for an internet marketing business to succeed much less thrive it will need a great deal of traffic flowing to its website. This does, of course, raise questions as to how such a goal can be achieved. There are a number of ways traffic can be boosted and a high presence in the search engines is most definitely one of them. Here is a list of my top SEO techniques:
1. You need to research relevant keywords. That means you must seek to place keywords on sites that share similar content to yours. Additionally, one way links that lack reciprocal agreements are also quite helpful to the process of boosting search engine ranking. Read more…
Your site has finally been submitted. Now what?
Since the website submissions are accepted on a first come, first served basis, you wait. The waiting period can last anywhere from one week to six long agonizing months. Whatever you do, don’t decide to resubmit your site. At best, your submission will be moved to the back of the line, where the waiting period starts all over again. At worst, your site may even be rejected for spamming.
Resist the urge to resubmit your site. While the waiting period can seem like an eternity, you simply have to wait it out. Some categories have a huge backlog of submitted sites. Others lack editors to keep up with the volume of new sites. By having carefully selected your category, you are at least certain you don’t have to worry about being in the wrong one. Read more…
Ever wonder how to easily change your IP address without having to go through the daunting task of going through the system menu? If you can open a Linux Shell and type on a keyboard, then you can change your IP Address with one command line.
- Turn on the computer in which you are running a Linux distribution. Once started, open a Shell, which is similar to a command prompt screen in Windows.
- To change the IP address you will need to use the “ifconfig” command. Also, you should have an IP address in mind that is different than your current IP address.
- With an IP address in mind, type: “ifconfig eth0 192.168.X.XXX up” without the quotation marks and placing your numbers in for the Xs. Keep in mind that a normal IP address will begin 192.168 and then you should normally have one number then two to three numbers for the last section of the address
- Press “Enter” to run the command and change your IP address. Once it is completed you should check the change by simply typing “ifconfig” without the quotation marks, and pressing “Enter.” This will display your current IP address so you can verify that is was changed to the one you entered in Step 3.
Many people wish to change their IP address for many different reasons. Whether it’s changing it due to you being banned from a site or due to constant flooding or spam you’re being the victim of. I’ll show you how to change your IP Address in less than one minute!
- To release and renew your IP address:
Go to “Start > Run” and type “cmd” (without quotation marks), then select “OK”
- Type “ipconfig /release” (without quotation marks) and press “Enter”
- Once the prompt returns, type “ipconfig /renew” (without quotation marks), then hit “Enter,”
- Last, type “exit” (without quotation marks) then press “Enter” to close the window.
- Congrats, you now have a new IP address!
Within the code in the previous section, I mainly created a simple text box and a button. The textbox is named “txtContent” and the button is named “ButtonShowMsg.” The button is defined with an “onclick” event which calls a JavaScript function “ButtonShowMsg_onclick,” which is defined as follows: Read more…
I hate spam, i received since i created my first email account and i am always interested in web development tricks and techniques for protecting email accounts. Recently i read book about email security and found there very interesting technique which allows users to send email to you while proveiding email harvester with completely false email address, i created variation of this trick which i will share here as well.
First method requires, to create a new fail let’s call it my_false_email@not_exisiting.com, if you are unsure then: YES, file should be named like a valid email address, any UNIX system should handle such file. Next thing we need to do is add following lines in .htaccess file: Read more…
As a PHP programmer I had run into a problem where a client needed a form to upload more than one file at a time. So one night I sat down and spent an hour figuring out the best and easiest way to do this. In this tutorial, the for loop is going to be your best friend.
uploadForm1.php
<html>
<head>
<title># of Files to Upload</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</meta></head>
<a href="http://www.ashesh.com.np/1088/#more-1088" class="more-link">Read more...</a></html>
Google wave is creating a lot of buzz these days, so lets start exploring it from the very basics.
What is Google Wave? Google wave is an online tool that combines instant messaging, email, web chat, wikis, social networking, project management and some other good features all in one place. In short, Google Wave is an online tool for real-time communication and collaboration.
A wave can be both a conversation & a document where people can discuss and work together using richly formatted text, photos, videos, maps, and more. Read more…