[WSG] RE:
Hello, Just received my Apple MC226LL from this homepage , www.benefits188.com It's so cheaper but genuine , I like it very much ,I paid it $740US couier charges included , They have some other products. If you want to get one. you can check it out Cheers, -- Cameron Singe *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org ***
Re: [WSG] w3c link checker
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 link.attributes['href'] end On Jan 8, 2008 11:10 AM, dwain <[EMAIL PROTECTED]> wrote: > i have been trying to check the links on my web site. it has 176 pages, > but the link checker only checks a maximum of 150 links. who would i > contact to ask for a larger number of pages (links)? i went to the w3c web > site and have not found a contact link for the link checker. i think it > would be out of line (ot) to contact the membership contact. any ideas or > better information? > dwain > > -- > dwain alford > "The artist may use any form which his expression demands; > for his inner impulse must find suitable expression." Kandinsky > *** > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [EMAIL PROTECTED] > *** -- Camocarzi - www.camocarzi.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Accessible Form Elements
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 Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Shadow validation
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 : #7f7f7f 2px 2px 2px Offending CSS: h2, h3 { margin: 24px 0 0; font-size: 1.4em; text-shadow: #7f7f7f 2px 2px 2px; color: #25447d; line-height: 1.4em; } Please excuse me if I'm incurably dense, Dean *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *** *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Robot meta tags
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 keys and hit extra keys, must be my fat fingers. Depreciated means to lessen the value, and the value of meta tags has gone down hill from the days when they got abused to boost page rankings, but its not going to be cut from HTML because the HTML 5 Working Draft have included it in the manual. It still gets used across the internet, and in the future there may be even more reason to use it, who knows. On 7/4/07, David Dorward <[EMAIL PROTECTED]> wrote: > > > On 4 Jul 2007, at 10:42, Mark Harris wrote: > > Not to pick on you, James, because Bruce already used it, but the > > word is "deprecated" not "depreciated". > > > > And before someone picks on me for being a spelling-nazi, the words > > have significantly different meanings, and it's important to use > > the right one. > > Well. Meta tags are depreciated too - their value has been reduced > from 'some' to 'almost nothing'. ;) > > -- > David Dorward > http://dorward.me.uk/ > http://blog.dorward.me.uk/ > > > > > *** > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [EMAIL PROTECTED] > *** > > *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *** *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] JavaScript gurus - exercise in vanity
I read a book by Christian Heilmann on beginning javascript, I would rate him as a guru Also I would give a shout out to dan webb, also the guy from quirks mode (Sorry whoever you are) Both from what I know are big pushers of unobtrusive javascript and more up to date methodology Cheers, 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, that intends to describe the benefits of unobtrusive DOM-scripting, compared to old school inaccessible DHTML or badly written AJAX apps. I intend use arguments such as "the leading experts say..." and "the most esteemed writers - such as N.N. and N.N. - argue that..." A guru would be someone that has consistently lead the way through developing ground-breaking patterns and/or top notch apps and who has written about it in books and/or on the web. Someone who is regarded as a master by his (or her) peers. Some geniuses may be working in obscurity - so this is not a a competition as to who is the "best" developer. And yes, I realize that all answers will be subjective and IMHO... I will kick off this discussion with my list: 1. Brendan Eich - he invented the language and leads it's continual development into JS 2. Hard to ignore. 2. Douglas Crockford. JSLint, JSMin, JSON; inheritance, public/private/privileged methods... and a superb lecturer. 3. David Flanagan. Only author recommended by DC! At least until recently. But the Rhino book is still the seminal work on JS - right? 4. Dean Edwards. Inventor of numerous genial projects (Base, CSSQuery, Packer...) Nice blog that is always a learning experience to read. He tends to be read by many pros. 5. PPK. He has been running quirksmode fore quite some time now. Main author of WASP's JavaScript Manifesto. Author of the best JS book from a pedagogic POV. Apologies to anyone not on my list... @listdad: If this is off-topic, please say so. @rest: If this discussion is considered OT, you may answer me in private. Lars Gunther *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *** *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] ABC News Online have a new website
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 makeover, but I happen to know the reasoning behind the postcodes. There are a number of different towns and cities with the same name all over Australia. "Springfield" for instance -- two in NSW, two in Victoria, two in Queensland and one each in SA, WA and Tasmania. == The information contained in this email and any attachment is confidential and may contain legally privileged or copyright material. It is intended only for the use of the addressee(s). If you are not the intended recipient of this email, you are not permitted to disseminate, distribute or copy this email or any attachments. If you have received this message in error, please notify the sender immediately and delete this email from your system. The ABC does not represent or warrant that this transmission is secure or virus free. Before opening any attachment you should check for viruses. The ABC's liability is limited to resupplying any email and attachments == *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *** *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
[WSG] Job Position: Experienced ASP .net Developer in Toowoomba QLD - Australia
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 Singe [EMAIL PROTECTED] *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Safari now on Windows
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: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Mocking up web interfaces
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 outputting as html, just flow and structure of a page) On 5/24/07, Douglas Reith <[EMAIL PROTECTED]> wrote: Hi there, Just a quick one - what do people most commonly mock up web site designs in? (Photoshop?) Also, if possible, Linux and GPL or similar would be great!! Cheers, Doug -- -- Douglas Reith [EMAIL PROTECTED] +61 (0)4 1042 1081 mobile [image: Skype Me!] *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *** *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***<>
Re: [WSG] Suggestions rquired on my web portfolio
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 index.html#sectionyourafter then attach your javascript to the on click of the menu items, then inside the javascript cancel the event bubbling so the link never gets called. Then at least if the javascript is disabled, the site will still work. Cameron www.camocarzi.com On 5/23/07, Barney Carroll <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: > Hi All: > My name is Puneet, web designer based in Dubai. > > Recently I have revamped my website with tableless design and xhtml, > keeping the web standards in mind. > I would really appreciate, if you guys can take a look at : > www.puneetsakhuja.com, and send me your comments/suggestions. Puneet, very nice site. There seems to be nothing wrong with it. I would recommend using this tool to get a more thorough review of your accessibility: http://fae.cita.uiuc.edu/ Regards, Barney *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *** *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Site check please
I like the colours, not a bad design. What I would suggest is reducing the text on the main page, there is to much information in the main section. Users will rarely all the words on a page, so trying to get to much information across is pointless. Also it forces scrolling which is not the best of ideas and should be kept to to a minimum. Hope this helps, overall reduce the main text and you have your self a very nice clean looking site Cheers, Cameron Singe www.camocarzi.com On 5/2/07, kevin mcmonagle <[EMAIL PROTECTED]> wrote: Its nice, maybe the leadings a bit extreme. If you crank the line-height down you might get all the navigation elements on the right hand showing up without the need to scrool down to them. hth Elle Meredith wrote: > Hi, > > Could you please have a look at http://digitaluwphotography.com/ and > let me know what you think? > > I also have a problem with the top div#access links that I don't know > why just don't work (skip and site info). > > TIA, > Elle > http://designbyelle.com.au/ > > > *** > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [EMAIL PROTECTED] > *** > > *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *** *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Layout Check Please (Linux / Mac)
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 you fine Linux / Mac users could test this > layout to make sure no blowups happen. Everything SHOULD be fine, > but you never know. > > http://homestead.foodzoomer.com/ > > Thanks a bunch! You've done an excellent job with that web site, it looks great. I've done a comparison with Firefox2 and Opera 9.2 under Linux and it's rendering fine. From my experience, I've never seen a cross-platform browser render differently under various platforms, it's always been consistent. The only exception is font rendering, which is platform specific. In future, you should consider installing a virtual machine with a flavour of Linux so you can easily test your websites yourself, rather than rely on someone elses perception. At any rate, good job :) Cheers, Tate Johnson *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *** *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
[WSG] Liquid Layouts and Overflowing tables
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 changed the over flow to be overflow : auto which gives me scrolling in the div, however my upper ups want it so the main window adjusts to the required size and the scrolling would appear down the bottom of the window. Is this even possible seeing as a liquid layout is view centric, to say have the table to force the outer layout to its size? Cheers, Cameron [EMAIL PROTECTED] *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***
Re: [WSG] Client Side Development Process
I think the most important thing is that full report going into every detail isn't everything, I've found that a combination of paper mock ups (pre development usability testing), specification and agile programming method yield closer and faster results. There a plenty of books and articles on the topic and web development is heading very towards to this work ethic. Also I personally use ruby on rails for agile development and I know a few large companies are using rails to achieve prototypes which almost become like a living breathing report. It gives the developers a lot better domain knowledge and also gives clients something they can see and touch. Hope this helps Cheers Cameron [EMAIL PROTECTED] On 4/8/07, Katrina <[EMAIL PROTECTED]> wrote: Lee Powell wrote: > Hi all > > I wonder if anyone can offer some advice. I've recently landed a new > development position within a very credible digital agency as part of > their client side development team. One of our things to do is develop > a rock solid development process we work through for every project. On the same topic, but somewhat slightly different, has anyone ever heard of or used OOHDM (Object Oriented Hypermedia Design Method)? Is it useful? It is, as far as I understand, a methodology (process) to use when creating web applications/sites. http://en.wikipedia.org/wiki/OOHDM Honestly, before I started mucking about in academic papers, I had never heard of it. Kat *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *** *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***