Web Technologist
Posts tagged tools
PocketMod
Dec 17th
The PocketMod is a small book with guides on each page. These guides or templates, combined with a unique folding style, enable a normal piece of paper to become the ultimate note card. The application provides templates in various categories like Writing Guides, Calendars, Games, etc. Some of these templates provide options for customization. It’s innovative compact size and cost-effective nature makes this free service stand out.
Open Chrome in Incognito mode
Oct 9th
Google Chrome has many great features including an Incognito mode. You can open an incognito window by pressing ctrl+shift+N in your normal browser. You can see the Spy guy on the top left corner.
You can also open the Incognito mode directly, by modifying the Target property. Right click on the Chrome executable/Shortcut and append <strong>-incognito</strong> with space after the double quotes.
“C:\Documents and Settings\<User>\Local Settings\Application Data\Google\Chrome\Application\chrome.exe” -incognito
Google Chrome – New browser on the block!
Sep 14th
Being a Web Developer, I don’t know whether to rejoice the addition of another browser or not? With all the hype of IE 8 ; Cross-Browser compatibility and now this, life sure is chaotic.
I am not going to blog about the new features of Google Chrome (We already have tons of them). It’s been analyzed that Chrome has been optimized for Google Applications and Services. Is that a bad thing??? Frankly, i don’t think so, cos admit it or not, every netizen is dependent on them. But i do welcome the Process-Thread architecture in Chrome, cos i had the same problem in both IE and Firefox.
We can all expect great things from Google, lets hope its the same with Chrome. Good luck to the development and Congrats on the Beta release.
7 really awesome things about Google Chrome : http://mashable.com/2008/09/03/awesome-google-chrome/
Google Chrome Introduction (Comic Book) : http://www.google.com/googlebooks/chrome/index.html
SQL Injection Scanner
Aug 13th
Being a web developer, its important we realize the threat and severity of SQL Injection. Unfortunately detecting such vulnerabilities is time-consuming and eventually we might not even be able to identify all the loop holes.
HP Security Labs provides a free tool called Scrawlr that scan your site and patches up the exploits. This great tool has proved to be quite helpful and comes highly recommended.
CSS Compressor
Jul 16th
As a web designer, we use resources like CSS and JavaScript. These files should be optimized using compression for reducing the file size and hence the load time.
To decrease the file size web designers can follow 3 guidelines:
- Remove white-space like tabs, spaces, blank lines, etc.
- Remove unused CSS classes and ID’s.
- Use shorthand wherever applicable. For example use #FFF instead of #FFFFFF or 0 for 0px.
There are various online tools available for CSS Compression. One of them is Clean CSS. This nifty tool, allows you to enter the css code or point it to an online css file and provides many other options along with feature to select the level of compression.
You can try it out on :
Compare Fonts
Jul 8th
I was designing a template for a web application and i wanted to try out something new. The user interface revolves around a compatible set of layout, colors, images and fonts. So i was Googling for a tool to help me compare Fonts and their web compatibility. I came across a great tool called Typetester. Typetester allows you to customize and compare up-to 3 fonts side by side in all variants including bold, italic, uppercase, etc simultaneously.
If you want to try it out yourself, visit http://typetester.maratz.com/
Picnik Online Image Editing
Jul 7th
Although we cant all be photo image editing experts, tools like this can definitely help you come very close. Picnik provides a clean and easy user interface that will get you started on tweaking your favorite images in no time. With an abundant set of Fonts, special effects and other advanced settings, this tool is a must use. The service is offered in both free and premium flavors. It also provides a decent API for developers to integrate certain features in their own applications also with some good tutorials.
You can also check out a Firefox plug-in on https://addons.mozilla.org/en-US/firefox/addon/4889




