Check your Site statistics…
compared to the others…
compared to the others…
…for your whatever…
klick SXC!
Source: cacert.org
Just testing my new firefox blogging tool!

JustBlogIt is a Mozilla / Firefox extension to allow easy right-click posting to a weblog. From any website your new blog post is only a right-click away.
[…]
JustBlogIt supports posting to a variety of weblog system types and is not specific to just one. You can also use the Custom… setting to add any weblog type you want.More importantly, JustBlogIt supports seamless posting from within many web-based News Readers. JustBlogIt checks to see if you are trying to post from a News Reader and adapts the blogging data accordingly.
Source: JustBlogIt
…very interesting tool for web Development… if I have some time I´ll give it a try!

Source: Sun
Here is a short trick for resizing the browser window, very useful for web development.
If you wan´t to resize your browser window then type
javascript:resizeTo(500,500)
or
javascript:resizeTo(1024,768)
in the address field and hit enter!
I tested this with firefox and ie 6 and it works with both browsers! Test it for your self by clicking the following Link!
javascript:resizeTo(1024,768)
cUrl enables you to script internet access via lot´s of protocols, using lot´s of features over command line, using e.g. Batch files:
![]()
curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, TFTP, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. curl supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos…), file transfer resume, proxy tunneling and a busload of other
Source: cURL