How to merge / combine two csv files together

No Comments

Firstly Merge all data from the csv files into a text file
1) Windows Start Button | Run
2) Type cmd and hit enter (“command” in Win 98)
3) Go to the folder with the CSV files (for help enter “help cd“)
4) Type copy *.csv all.txt and hit enter to copy all data in the files into all.txt.
5) Type exit and hit enter to close the DOS window
More

What is KPMRS?

No Comments

KPMRS is a free website ranking monitoring SEO tool. It tracks search engine positions for keywords phrases on Google, Yahoo, Bing and provides a nice report of your site’s rankings over time. Try now by submitting your targeted keyword and URL in the text box above. It is Free!

Who is it for?

KPMRS is a perfect SEO tool for internet marketers, SEO consultants and website owners. We understand how important it is to keep an eye on your search engine rankings. We felt the need, we provided the solution!
Visit for more information http://www.kpmrs.com/

The Printliminator

No Comments

The Printliminator is a bookmarklet with some simple tools you can use to makes websites print better. One click to activate, and then click to remove elements from the page, remove graphics, and apply better print styling. Here is the bookmarklet:

Visit http://css-tricks.com/examples/ThePrintliminator/ for live demo

vi Editor (visual display editor)

No Comments

Unlike most word processors you may be used to, vi does not use modifier keys in command sequences. Typically on a PC, you would use some combination of function keys, alt, shift and ctrl. Vi was written to run on a text based system, and so almost entirely uses no modifier keys for commands.
Vi has two operational modes: COMMAND mode and INPUT mode.
More

Setting up a development server for testing purposes

No Comments


Setting up a development server for testing purposes.

Most web developers will use a web hosting company to host their websites. It makes perfect sense to outsource the most critical aspect of your web presence to professionals. Web hosting is one area where you can not make do with good, it has to be great.

With that said it can sometimes be very beneficial to have a test bed where you can develop your site locally without having to actually upload your work to your web host. If your site is simply a static site written in html then there really is no need to use anything more than a web browser and place your files in a folder on your computer. But what if you want to be able to test new code and scripts before they are sent to the server. You could simply create a new directory on your web host and use that for development, but then you need to spend time uploading, testing, editing then uploading again, it can be a very time consuming process. More

Useful firefox addons for web developers

No Comments

1. Web Developer
2. FireBug
3. FirePHP
4. ShowIP
5. YSlow
6. Febe More

Older Entries Newer Entries