HTML Validater... Context Menu...

Talk about add-ons and extension development.
User avatar
lornadoom
Posts: 11
Joined: January 7th, 2003, 4:53 am

HTML Validater... Context Menu...

Post by lornadoom »

It's not a Phoenix extension, it's a plug-in for Mozilla and Netscape Browsers. So I decided, what the heck, I'll try it. So, if you are working on a page, you can validate HTML, CSS, and others with the click of you right-clicker! Check it out.

I am using build:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5

Here's the link...
http://checky.mozdev.org/
User avatar
Orbite
Posts: 3757
Joined: November 4th, 2002, 8:23 pm
Contact:

Post by Orbite »

I also tried the Checky extension. It works but the pref menu is only reachable by the right click menu. This something definitively to transfert to the Px realm.
User avatar
alanjstr
Moderator
Posts: 9100
Joined: November 5th, 2002, 4:43 pm
Location: Anywhere but here
Contact:

Post by alanjstr »

It sound good, if someone will help make it work for Phoenix (like maybe a button to add to the toolbar, or maybe a new menu item)
Former UMO Admin, Former MozillaZine General Mod
I am rarely on mozillaZine, so please do not send me a private message.
My Old Firefox config files
User avatar
David James
Posts: 1321
Joined: November 4th, 2002, 10:19 pm
Location: Ottawa, Ontario, Canada
Contact:

Post by David James »

Once you've installed it, you can get to its full preferences through

chrome://communicator/content/pref/pref.xul

Unfortunately, it likes to resize your window while it's at it...


On nice thing is that it dumps the results into a *new tab*, not the present tab or a new window.
Pinball-Firefox maintainer.
http://david.jamesnet.ca/
Debian Sid, KDE 3.3
User avatar
alanjstr
Moderator
Posts: 9100
Joined: November 5th, 2002, 4:43 pm
Location: Anywhere but here
Contact:

Post by alanjstr »

David James wrote:Once you've installed it, you can get to its full preferences through

chrome://communicator/content/pref/pref.xul


One of these days, that panel will be gone. It shouldn't take too much to Phoenix-enable the extension.
Former UMO Admin, Former MozillaZine General Mod
I am rarely on mozillaZine, so please do not send me a private message.
My Old Firefox config files
cdn
Posts: 999
Joined: November 4th, 2002, 5:47 pm
Location: UK
Contact:

Post by cdn »

alanjstr wrote:
David James wrote:Once you've installed it, you can get to its full preferences through

chrome://communicator/content/pref/pref.xul


One of these days, that panel will be gone. It shouldn't take too much to Phoenix-enable the extension.


5 minutes hacking to be precise(ish) : )

I'll submit the changes to them

although it still resizes the pref window : |
User avatar
alanjstr
Moderator
Posts: 9100
Joined: November 5th, 2002, 4:43 pm
Location: Anywhere but here
Contact:

Post by alanjstr »

cdn wrote:although it still resizes the pref window : |


I knew you could do it :-D Is there a Bugzilla entry for the resize thing? Personally I think I'll stick to a bookmarklet for now.
Former UMO Admin, Former MozillaZine General Mod
I am rarely on mozillaZine, so please do not send me a private message.
My Old Firefox config files
cdn
Posts: 999
Joined: November 4th, 2002, 5:47 pm
Location: UK
Contact:

Post by cdn »

alanjstr wrote:
cdn wrote:although it still resizes the pref window : |


I knew you could do it :-D Is there a Bugzilla entry for the resize thing? Personally I think I'll stick to a bookmarklet for now.


not yet http://www.mozdev.org/bugs/enter_bug.cgi?product=checky

there are only 3 bugs (2 fixed iirc), none of which mention Px ( if my patch gets in expect Px to be supported by their 0.6 release - sounds good doesn't it, especially if it coincides with 0.6 release of not-Phoenix)

although it appears to be down to the size of the intro pane
User avatar
David James
Posts: 1321
Joined: November 4th, 2002, 10:19 pm
Location: Ottawa, Ontario, Canada
Contact:

Post by David James »

cdn wrote:
alanjstr wrote:
David James wrote:Once you've installed it, you can get to its full preferences through

chrome://communicator/content/pref/pref.xul


One of these days, that panel will be gone. It shouldn't take too much to Phoenix-enable the extension.


5 minutes hacking to be precise(ish) : )

I'll submit the changes to them

although it still resizes the pref window : |


Oh good, because my efforts resulted in checky not doing anything BUT it did show up in the extensions pane. :roll:
Pinball-Firefox maintainer.
http://david.jamesnet.ca/
Debian Sid, KDE 3.3
User avatar
David James
Posts: 1321
Joined: November 4th, 2002, 10:19 pm
Location: Ottawa, Ontario, Canada
Contact:

Post by David James »

Got it working... one of the reasons I was having trouble was because preftree.xul does not exist in Phoenix, despite what's on this page:

http://www.mozillazine.org/weblogs/hyat ... sions.html

Once I figured that out, it went first time...
Pinball-Firefox maintainer.
http://david.jamesnet.ca/
Debian Sid, KDE 3.3
cdn
Posts: 999
Joined: November 4th, 2002, 5:47 pm
Location: UK
Contact:

Post by cdn »

David James wrote:Got it working... one of the reasons I was having trouble was because preftree.xul does not exist in Phoenix, despite what's on this page:

http://www.mozillazine.org/weblogs/hyat ... sions.html

Once I figured that out, it went first time...


that's because we needed to use

chrome://browser/content/pref/pref.xul : )

may be someone should tell hyatt ?
User avatar
David James
Posts: 1321
Joined: November 4th, 2002, 10:19 pm
Location: Ottawa, Ontario, Canada
Contact:

Post by David James »

cdn wrote:
David James wrote:Got it working... one of the reasons I was having trouble was because preftree.xul does not exist in Phoenix, despite what's on this page:

http://www.mozillazine.org/weblogs/hyat ... sions.html

Once I figured that out, it went first time...


that's because we needed to use

chrome://browser/content/pref/pref.xul : )

may be someone should tell hyatt ?


Do you want me to?
Pinball-Firefox maintainer.
http://david.jamesnet.ca/
Debian Sid, KDE 3.3
cdn
Posts: 999
Joined: November 4th, 2002, 5:47 pm
Location: UK
Contact:

Post by cdn »

David James wrote:
cdn wrote:that's because we needed to use

chrome://browser/content/pref/pref.xul : )

may be someone should tell hyatt ?


Do you want me to?


that would depend on who he will listen to : )
Last edited by cdn on January 16th, 2003, 2:40 pm, edited 1 time in total.
User avatar
Goldzilla
Posts: 2579
Joined: November 22nd, 2002, 6:52 pm

Feature is in contextmenu extensions

Post by Goldzilla »

This feature is in ContextMenu Extensions too.
cdn
Posts: 999
Joined: November 4th, 2002, 5:47 pm
Location: UK
Contact:

Post by cdn »

alanjstr wrote:
cdn wrote:although it still resizes the pref window : |


I knew you could do it :-D Is there a Bugzilla entry for the resize thing? Personally I think I'll stick to a bookmarklet for now.


culprit is in chrome://checky/content/pref-global.xul

parent.window.resizeTo("680","540");
Post Reply