Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts

Generate favicon online and implement it in your webpage

. Thursday, June 12, 2008
0 comments

What is a favicon?
A favicon is an icon associated to a website (or a particular section of a website) - also called as the website icon. There are a few options available to implement a favicon in your webpage, but the most traditional one is by placing a favicon.ico file.

- favicon establishes your brand
- it helps users identify your site from browser tabs
- also, helps visually identifying your site from bookmarks

Generate favicon.ico files online
favicon.cc is a great tool (favicon generator) for creating customized favicons quickly.



Some cool features by favicon.cc:
draw your favicon in MS Paint like interface (colour picker available)
upload images directly (for converting image files into .ico file)
animations (animate your favicon)
share your icon with others
How to implement it in your webpage?
Just add this code in the HEAD tag of your webpage:
<link rel="shortcut icon" href="http://yoursite.com/favicon.ico">

Online htaccess editor

. Saturday, June 7, 2008
0 comments

Ever wanted to have your own custom page for 404 (Bad Request) errors or redirect old web pages using htaccess? But dont have any experience with htaccess yet? This online tool is for you then - http://www.htaccesseditor.com/en.shtml. It takes your information in seven steps and outputs a nicely formatted htaccess file.



Features
Deny all access to files
Basic authentication (.htpasswd required)
Error page
Default page
Setup WWW
Redirect directives
Access restriction

Recommended firefox addons for developers

. Thursday, June 5, 2008
0 comments

NoScript


The best security you can get in a web browser! Allow JavaScript, Java and other executable content to run only from sites you trust.

IE Tab

IE Tab - an extension from Taiwan, features: Embedding Internet Explorer in tabs of Mozilla/Firefox. Great tool for designers debugging cross browser css issues.

Firebug

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.

FireFTP

FireFTP is a free, secure, cross-platform FTP client for Mozilla Firefox which provides easy and intuitive access to FTP servers.

Web Developer

Adds a menu and a toolbar with various web developer tools.

FireShot

FireShot is a Firefox extension that creates screenshots of web pages. Unlike other extensions, this plugin provides a set of editing and annotation tools, which let users quickly modify captures and insert text and graphical annotations.
More popular extensions are available here: https://addons.mozilla.org/en-US/firefox/browse/type:1/cat:4?sort=popular