Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Browser Specific Issues
Author Message
spasticdonkey
RavenNuke(tm) Development Team



Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA

PostPosted: Fri Jan 29, 2010 12:02 pm Reply with quote

If you are developing websites and not using Mozilla Firefox as your browser, what rock have you been hiding under? Smile

Here's a list of my favorite web developer addons, did I miss any? What's yours?

Arrow Library Detector 1.0.2 [ Only registered users can see links on this board! Get registered or login! ]
Detects what javascript libraries are being used on the current page and displays the result as icons with detailed tooltips in the statusbar.
Image

Arrow Web Developer 1.1.8 [ Only registered users can see links on this board! Get registered or login! ]
The Web Developer extension adds a menu and a toolbar with various web developer tools.
Image

Arrow ColorZilla 2.0.2 [ Only registered users can see links on this board! Get registered or login! ]
Advanced Eyedropper, ColorPicker, Page Zoomer and other colorful goodies...
Image

Arrow Firebug 1.5.0 [ Only registered users can see links on this board! Get registered or login! ]
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...
Image

Arrow Shooter 1.1.7 [ Only registered users can see links on this board! Get registered or login! ]
Shooter is a Mozilla Firefox browser extension, which allows you to take a screenshot of a given browser page, or a specific region of it.
Image

Arrow Html Validator 0.8.6.1 [ Only registered users can see links on this board! Get registered or login! ]
HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla. The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing
Image
 
View user's profile Send private message Visit poster's website
fkelly
Former Moderator in Good Standing



Joined: Aug 30, 2005
Posts: 3312
Location: near Albany NY

PostPosted: Fri Jan 29, 2010 12:44 pm Reply with quote

just a note. I run the 64 bit version of Windows 7. I was using Firefox 32 bit. Firebug didn't run that way, furthermore a lot of the times when firefox was shut down it would leave a running 32 bit process in my process list. In these cases firefox would not start again. I found Namoroka which is the code name for Firefox 64 bit. That runs and firebug runs under it. However, the html validator that works as a firebug plugin kind of bites a big one. It gives you line numbers of errors but no way to get easily to those lines. This is titled validator 0.0.3 and it's home page is [ Only registered users can see links on this board! Get registered or login! ] but of course that link doesn't even work. I tried html validator 0.8.6.1 that you recommended. It results in an error about incompatible C libraries when run on 64 bit windows. The web page for html validator 0.8.6.1 doesn't even seem to know that Windows 64 bit exists. Lately I've just been using the w3c web page for validation and pasting my view source code in.
 
View user's profile Send private message Visit poster's website
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6433

PostPosted: Fri Jan 29, 2010 12:47 pm Reply with quote

I like Firebug and HTML validator, but I use Screengrab and (as of today) Picnik for web page screen capture.

I also like JSView, InfoLister, IE Tab, OperaView, Firesizer. YSlow hasn't been updated to work with later versions of FF, but it was pretty helpful too.

_________________
I search, therefore I exist...
nukeSEO - nukeFEED - nukePIE - nukeSPAM - nukeWYSIWYG
 
View user's profile Send private message
Palbin
Site Admin



Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania

PostPosted: Fri Jan 29, 2010 2:49 pm Reply with quote

I installed "IE Tab" a couple days ago haven't really played with it yet.

Other than that I have:
YSlow
Firebug
Fire Query
Html Validator
Web Developer

_________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. 
View user's profile Send private message
fkelly







PostPosted: Fri Jan 29, 2010 3:10 pm Reply with quote

I should mention just in case ... if you install firebug on a 64 bit Windows system with 32 bit firefox it will screw up some kind of javascript option. Certain screens (like at my stock brokerage) won't work properly. And even if you uninstall firebug the problem is not rectified ... the javascript based screens won't work properly until you totally redo your firefox profile. It creates a mess so stay away from it if you are in that situation.

Nakaroma (64 bit Firefox) is okay but certain things, like Flash, don't work.
 
jakec
Site Admin



Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom

PostPosted: Sat Jan 30, 2010 4:30 am Reply with quote

I already used YSlow, Firebug and HTML Validator, but I just installed Colorzilla and Web Developer and loving it.

Thanks spasticdonkey
 
View user's profile Send private message
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Sat Jan 30, 2010 5:05 am Reply with quote

The one thing thats really missing is an add-on that will turn all add-ons on/off at the click of a button so now I use Firefox for development testing and Opera for normal browsing. Using Ubuntu helps as I usually have several 'desktops' running at the same time, one with all my development software running, NetBeans IDE etc, one with Firefox running and one with Opera running for normal browsing.

I love the Developer plugin but much prefer Total Validator to the HTML Tidy plug-in as it also gives me accessibility information.
 
View user's profile Send private message Send e-mail
spasticdonkey







PostPosted: Sat Jan 30, 2010 5:52 am Reply with quote

jakec wrote:
I already used YSlow, Firebug and HTML Validator, but I just installed Colorzilla and Web Developer and loving it.

Thanks spasticdonkey

Your welcome, and no problem... I found these addons all have unique helpful roles in my daily coding duties, so might as well share Smile
Just to give others some ideas:

Arrow Library Detector 1.0.2
While browsing the web I often see cool js effects and tweaks, and find myself looking at the source to see what was done. Now I don't waste time looking at some script only later to realize it uses the prototype library, and not jquery...

Arrow Web Developer 1.1.8
Many useful tasks, most notably finding broken images, resizing the window to preview themes in different resolutions, outlining and displaying different info about html elements on the page, and many more.

Arrow ColorZilla 2.0.2
Pretty self explanatory, ever had someone over your shoulder saying "i like that color there"...? Now you can select it and use it in your designs.

Arrow Firebug 1.5.0
Essential tool for troubleshooting complex css issues, as well as debugging content generated by JS

Arrow Shooter 1.1.7
There are several addons that perform this task, only one I've tried and works nicely.

Arrow Html Validator 0.8.6.1
Often the first thing to check when you are having layout problems, form issues, and of course to help make sure you are writing valid code. One of my favorites as it's also very educational, most of the time offering suggestions on how to fix your issues.

Looks like yslow just came out with a working update. I like yslow, and found it educational, but also thought it was a little overly critical, and gave a little too much info.... If I had all day to optimize one page that got 10,000,000 hits a day, then yes it would be very good Smile

Arrow YSlow 2.0.6 [ Only registered users can see links on this board! Get registered or login! ]
YSlow analyzes web pages and why they're slow based on Yahoo!'s rules for high performance web sites.
Image

I'll keep my eye on these, but they don't currently have 3.6 compatible versions.

Arrow JSView 2.0.5 [ Only registered users can see links on this board! Get registered or login! ]

Arrow IE Tab 1.5.20090525 [ Only registered users can see links on this board! Get registered or login! ]

Arrow OperaView 0.7 [ Only registered users can see links on this board! Get registered or login! ]

These aren't development related, but I like them and thought they deserve mention.

Arrow Flagfox 3.3.20 [ Only registered users can see links on this board! Get registered or login! ]
Displays a country flag depicting the location of the current website's server and provides quick access to detailed location and webserver information.
Image

Arrow Download Statusbar 0.9.6.7 [ Only registered users can see links on this board! Get registered or login! ]
View and manage downloads from a tidy statusbar - without the download window getting in the way of your web browsing.
Image

Arrow ReminderFox 1.9.6 [ Only registered users can see links on this board! Get registered or login! ]
ReminderFox displays and manages lists of reminders and ToDo's. ReminderFox makes sure you remember all of your important dates via easy-to-use lists, alerts, and alarms, right in your browser without the need for a separate calendar program.
Image

Guardian2003 wrote:
The one thing thats really missing is an add-on that will turn all add-ons on/off at the click of a button so now I use Firefox for development testing and Opera for normal browsing.


Well I will say that none of the addons I've suggested have interfered with my ability to use firefox as a normal browser.. Only downside can be the more addons you have usually means more toolbars... which in turn can shrink the view window (in height). It's not too bad, and I can always hide toolbars when needed. Wink
 
Guardian2003







PostPosted: Sat Jan 30, 2010 7:17 am Reply with quote

Some of the plug-ins I have used, cause some page load lag and there have been cases in the past with some plug-ins have actually caused issues in site JS functionality which disappeared after disabling the plug-in. If I remember correctly, it was the Firebug plug-in I had some weird problems with so a quick way to disable/re-enable installed plug-ins would be something I would find useful.

All of the plug-ins mentioned in this topic have merit so it's really nice to see what other people are using; why they are using a specific plug-in etc.

Here's one not listed, which as a theme developer might pique your interest;

Arrow WCAG Contrast Checker download
With this extension you can check the combination of colors on a page to see if it is appropriate for visual perception based on the requirements of the WCAG 1 and WCAG 2
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Sat Jan 30, 2010 7:47 am Reply with quote

Yeah, my favorites (and not just for development) are:

NoScript (a MUST have in my opinion)
Firebug
Web Developer
Html Validator
YSlow
Xmarks
Delicious Toolbar
Save Complete
SEO Toolbar

For security/vulnerability testing:

Greasemonkey
Live HTTP headers
SQL Inject Me
Tamper Data

From this discussion, I just added (thank you!):

WCAG Contrast Checker
Shooter (was using Abduction, but I like what I see here better)
ColorZilla

_________________
Where Do YOU Stand?
HTML Newsletter::ShortLinks::Mailer::Downloads and more... 
View user's profile Send private message Visit poster's website
slackervaara
Worker
Worker



Joined: Aug 26, 2007
Posts: 236

PostPosted: Sat Jan 30, 2010 11:09 pm Reply with quote

I use:

ArrowFirebug

ArrowHttpFox I have tried but it does not work for me.


Last edited by slackervaara on Mon Feb 01, 2010 1:03 am; edited 1 time in total 
View user's profile Send private message
kguske







PostPosted: Sun Jan 31, 2010 5:14 pm Reply with quote

Check out my recommended addons for various purposes:

nukeSEO.com Web Development Addons
SwampGeek.com's Browser Productivity Pack
SwampGeek.com's Firefox Power User Pack

You can subscribe to these collections, and get notified of updates. For example, I am testing FoxTabs as a replacement for ScreenDial and Showcase. Overall, FoxTabs is superior, but there are a few quirks, especially with the intial ScreenDial functionality. If you can't see the TopSites screens when opening a new tab, try editing the layout and saving it.
 
Palbin







PostPosted: Mon Feb 01, 2010 3:42 pm Reply with quote

Do you just add to favorites to subscribe?
 
kguske







PostPosted: Mon Feb 01, 2010 5:18 pm Reply with quote

Looks like it, yes.
 
spasticdonkey







PostPosted: Fri Feb 05, 2010 10:16 pm Reply with quote

here's another one colorful tabs
Image [ Only registered users can see links on this board! Get registered or login! ]

You can customize by domain or go random....
Image
 
slackervaara







PostPosted: Sat Feb 06, 2010 1:25 am Reply with quote

Arrow NoScript is important for developers too stop download of spyware, that can be used to infect visitors of your site.
 
kguske







PostPosted: Sun Feb 07, 2010 9:45 pm Reply with quote

Montego,

Regarding Shooter, have you used Screengrab? What do you like better about Shooter than Abduction?
 
jakec







PostPosted: Mon Feb 08, 2010 7:35 am Reply with quote

I use Snagit for screen grabbing, which is great because it works in IE and Firefox, but you do have to pay for it.
 
kguske







PostPosted: Mon Feb 08, 2010 8:06 am Reply with quote

For generic screen capture:
If you're using Windows, try the last free version of FastStone Capture. If' you're using Linux, try Shutter.

Specifically within FF, I use Screengrab (for unedited screens) and Picnik (for edited screens with the Picnik webware).
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Browser Specific Issues

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©