Re: [WSG] w3c link checker

2008-01-07 Thread Cameron Singe
You could do it your self, how handy are you with ruby? Use 'hpricot' and 'open-uri' http://code.whytheluckystiff.net/hpricot/ A rough guess would be #!ruby #Get the html doc you want to check then loop through checking the status of each link (doc/a).each do |link| # now check the status

Re: [WSG] Accessible Form Elements

2007-12-20 Thread Cameron Singe
In regards to form elements I would recommed this article http://www.sitepoint.com/article/fancy-form-design-css, -- Camocarzi - The art of web development Web: www.camocarzi.com Labs: http://svn.camocarzi.com/public *** List

Re: [WSG] Shadow validation

2007-07-09 Thread Cameron Singe
Hey dean, I am probaly wrong, but i think text-shadow is a CSS3 spec which might not be picked up by the validation On 7/10/07, Dean Matthews [EMAIL PROTECTED] wrote: I don't understand what the W3C validator is objecting to here: Value Error : text-shadow Property text-shadow doesn't exist

Re: [WSG] Robot meta tags

2007-07-04 Thread Cameron Singe
Although meta tags are depreciated, I was reading yesterday, you can still include meta information for specific spiders, like only telling yahoo spiders to go away On 7/4/07, James Jeffery [EMAIL PROTECTED] wrote: Sorry, that was a type error, sometimes i wizz so fast on the keyboard i miss

Re: [WSG] JavaScript gurus - exercise in vanity

2007-06-19 Thread Cameron Singe
, Cameron Singe [EMAIL PROTECTED] On 6/19/07, Keryx Web [EMAIL PROTECTED] wrote: Hello all! Who, in your opinion, are the 5 best JavaScript gurus? This is a question that might seem silly, but there is actually a great deal of thought behind it. I am working on a paper at university level

Re: [WSG] ABC News Online have a new website

2007-06-18 Thread Cameron Singe
Yeah I was there today, I loved the quick video from all the reports concerning a new article. Top work! On 6/19/07, John Horner [EMAIL PROTECTED] wrote: I think the inclusion of the postcodes in the tags is a little clunky, and not very intuitive. I've had no direct involvement with the

[WSG] Job Position: Experienced ASP .net Developer in Toowoomba QLD - Australia

2007-06-14 Thread Cameron Singe
Hey guys, We are after an experienced Asp .net developer in C# with 2 years minimum experience, The position will be full time and the job is located in Toowoomba, QLD, Australia If your interested please call Glenn on +61 7 3166 8511 or email your resume to [EMAIL PROTECTED] Cheers, Cameron

Re: [WSG] Safari now on Windows

2007-06-11 Thread Cameron Singe
I normally use the university macs for testing, the scary thing is they still have IE 5.5 as the default browser *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] Suggestions rquired on my web portfolio

2007-05-23 Thread Cameron Singe
I like the site, the only issue i could see that the site does not degrade gracefully when you disable javascript, this can some times be hard to a achieve, however in your case you are using javascript for simple navigation movements. What I would suggest is have your links go to say

Re: [WSG] Mocking up web interfaces

2007-05-23 Thread Cameron Singe
If your on linux you can GIMP do mock ups of the site. Normally for the 'design' I use photoshop and play around will colours and ideas However the best place to start is actually either a pen and paper or a word processor of some sort to layout the user interface. (I don't mean the design or

Re: [WSG] Layout Check Please (Linux / Mac)

2007-04-16 Thread Cameron Singe
Also try http://browsershots.org/ to get a good overview of the site. Its a nice site thou, handled fine with font resize On 4/17/07, Tate Johnson [EMAIL PROTECTED] wrote: On Mon, 16 Apr 2007 15:28:59 -0500 Joseph R. B. Taylor [EMAIL PROTECTED] wrote: Greetings all, I was hoping some of

[WSG] Liquid Layouts and Overflowing tables

2007-04-09 Thread Cameron Singe
Hey guys I've got an Issue with a liquid layout and a really long tablet. I was hoping that someone could shed some light on the topic Currently I have a really long table that is wrapped in a div (which has percentage width), which is beyond the length of the page. To resolve it currently I