Archive for html

Check your Site statistics…

compared to the others…

http://www.alexa.com/

get free photos

…for your whatever…
klick SXC!

Need a free Cert?

…chek cacert.org!

Source: cacert.org

Blog with a simple right-click.

Just testing my new firefox blogging tool!

JustBlogIt

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

Sun Java Studio Creator

…very interesting tool for web Development… if I have some time I´ll give it a try!



Source: Sun

resize your browser window

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)

access web content via script!

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

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