Showing posts with label Web. Show all posts
Showing posts with label Web. Show all posts

Tuesday, February 13, 2007

The Difference between Web and Web 2.0

Friday, December 29, 2006

Firebug - the next generation web tool


Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

Get Firebugged!

Friday, November 24, 2006

Visual Development on Linux

Many people are not aware that programming on Linux, if you are fond of your mouse, is very enjoyable. If you are fond of your command line, it is also very enjoyable as well. The _CHOICE_ is up to you. A lot of visual development IDEs are available. I have been noticing, posts on Digg and other places, that people think there is no Linux equivalent of tools like Visual Basic, Delphi, etc. Here, I list some of the tools that you can expect on a linux Desktop. I am using Kubuntu Edgy and all these nice eye-candy tools are available in the Ubuntu Repositories.

Stuff mentioned above and remaining everything on: Visual Development on Linux

Wednesday, November 15, 2006

Build a Web spider on Linux

A spider is a program that crawls the Internet in a specific way for a specific purpose. The purpose could be to gather information or to understand the structure and validity of a Web site. Spiders are the basis for modern search engines, such as Google and AltaVista. These spiders automatically retrieve data from the Web and pass it on to other applications that index the contents of the Web site for the best set of search terms.

Build a Web spider on Linux

Sunday, November 12, 2006

Surf the web anonymously

No paid software here :).

We use something called Tor.

Tor
is a Firefox extension that lets you do that! Tor works using a technology called Onion Routing

To start surfing the web completely anonymously - you will also need one more extension called Switchproxy

Install Tor on Ubuntu

sudo apt-get install tor privoxy

Edit the file /etc/privoxy/config (you will require root/sudo) and add the following

forward-socks4a / localhost:9050 .

Save and restart privoxy

sudo /etc/init.d/privoxy restart

Now, install SwitchProxy

Go to http://addons.mozilla.org and search for SwitchProxy and install the extension like any other

In the manual configuration for SwitchProxy, add a new proxy called Tor

For HTTP Proxy, SSL Proxy, FTP Proxy - fill in the below

Host : 127.0.0.1 Port : 8118

You are to ready to GO! If you face any issues surfing, just tell SwitchProxy not to use any proxy.

Visit the Official Website

Tuesday, November 07, 2006

Sticky Tag - the sticky notes online!


StickyTag is a web based app that allows you to create online sticky notes and save them for future use. The idea is to save them and retrieve them universally and not being restricted to any computer.

Other features include searching for stickies, mailing to contacts and the usual archive, delete features.

Useful although no earth-shattering.