Monday, April 24, 2006

Mozilla Extensions - #2

I think you all agree with me that developers working for the User Interface of the project may need to approach the Designers for some thing or other. At least I did approach for things like the size of the image, hex number of the particular color. I found these handy extensions of Mozilla, and they are really cool.

colorzilla:



What it does is, after downloading this extension a small icon will be displayed on status bar of browser. Once you click to on, and as we move the mouse over the page, corresponding color code (RGB) number is displayed in the status bar of the browser. Not only this, we can zoom the page that we are viewing and measure distances between any two points on the webpage. Know more about it from the home page.


MeasureIt:


On downloading this extension a MesureIt button will appear in the status bar or toolbar. Once you click to on, with the help of the mouse you choose any area, corner on the web page the dimensions of the selected portion will be displayed in terms of its width and height. To know more what MeasureIt is to offer, visit home page

12:40 Posted in Programming | Permalink | Comments (0) | Email this

Thursday, April 20, 2006

Power of Forums #1

At my company, I was given a task of building a feed reader to fetch the updates from the selected websites/url’s in Ruby on Rails framework. After few attempts of building projects in Ruby on Rails, it flashed that I am working on Opensource technology. I then remembered few lines I read about advantages of Opensource - source code open, well documentation, good support … so where do I find these supporting groups/members? It did not take much time to figure out the appropriate one as FORUMS. Without an delay joined the Forum and posted the question, believe it or not within 5 minutes I was mailed the answer I am looking for. I did few changes to the solution as per my requirement. I do not mean that we should fully rely on the forums for every problem we come across, but checking if the problem was already discussed and solved by anyone else, would save lot of time.
For those who are interested in picking up Ruby on Rails follow up this blog:
Ruby on Rails: An extensive roundup of resources, projects, books, links, hosts and more.

Small List of Forums :
Ruby on Rails Forum
Ruby Forums
Ruby and Ruby on Rails
Sitepoint Ruby Forum

13:51 Posted in Programming | Permalink | Comments (0) | Email this

Wednesday, April 19, 2006

Mozilla Extensions - #1

What browser do you use? Internet Explorer, Netscape, Opera, Mozilla Firefox …. Whatever it may be, here I am going to mention how the Mozilla browser helps developers in tweaking more details of webpages. I had been using all the browsers that I had mentioned earlier.
Why only Mozilla? Last month I was asked to do some interesting task on how to build extensions to Mozilla Firefox. That is how I first came to know about these very useful concepts of Mozilla - Extensions. Really, many extensions are available with Mozilla to make a developers life really cool. Though all the Extensions are listed under the mozilla Extensions, I like to mention few extensions that I am making use daily to the full extent possible. Hope they will be helpful to you some way or other.
Web Developer 1.0.2 – This is really useful for the starters. This adds a menu and a toolbar with various web developer tools which looks like this:

medium_web_developer.jpg

Though you can try upon right now with this extension, I would like to say little functionality.
-> The 'Cookies' option allow you work on cookies related like deleting cookies, session cookies, viewing cookie information, adding cookies…
-> The 'CSS' option next to cookies provide how to edit css, display css, block css, Border and box model…
-> I will switch on to option 'Information' which is next to 'Images', this will give you information regarding to colors, fonts, anchors, links, element information, class and id details, table information …
-> The next is 'Outline' option, this is very helpful as it outlines all the Frame, table cells, tables, links, Elements that are presnet in the webpage. There is an option 'Outline Current Element' through mouse you can select the element.
Try out the Web Developer extension and see the change in your developing style.

06:50 Posted in Programming | Permalink | Comments (0) | Email this