<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Fullsize jQuery Plugin &amp; A New &lt;IMG&gt; Attribute Proposal</title> <atom:link href="http://www.webappers.com/2009/04/01/fullsize-jquery-plugin-img-attribute-proposal/feed/" rel="self" type="application/rss+xml" /><link>http://www.webappers.com/2009/04/01/fullsize-jquery-plugin-img-attribute-proposal/</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <lastBuildDate>Mon, 06 Feb 2012 13:53:05 -0800</lastBuildDate> <generator>http://wordpress.org/?v=2.8.6</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Adam Bellas</title><link>http://www.webappers.com/2009/04/01/fullsize-jquery-plugin-img-attribute-proposal/comment-page-1/#comment-22302</link> <dc:creator>Adam Bellas</dc:creator> <pubDate>Sun, 05 Apr 2009 19:06:40 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1538#comment-22302</guid> <description>Thank you, Ollie, I was thinking the same thing.  As a matter of fact, I suddenly wondered where the &#039;ole boy had gone to (lowsrc).  I never use it anymore, but didn&#039;t realize he&#039;d left the party.It is present in this paper on DOM Level 1 near the bottom under HTMLImageElement:
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html.htmlHowever it&#039;s not in the HTML 4.01 spec:
http://www.w3.org/TR/html401/It&#039;s not put back in the HTML 5 working draft either.  Upon reading there, I also noticed that the longdesc attribute has so far been struck from the spec.
http://www.w3.org/TR/html5/embedded-content-0.html#the-img-element
(so much for that longdesc hack)I vote for the return of lowsrc. I think it&#039;s relevant again.</description> <content:encoded><![CDATA[<p>Thank you, Ollie, I was thinking the same thing.  As a matter of fact, I suddenly wondered where the &#8216;ole boy had gone to (lowsrc).  I never use it anymore, but didn&#8217;t realize he&#8217;d left the party.</p><p>It is present in this paper on DOM Level 1 near the bottom under HTMLImageElement:<br
/> <a
href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html.html" rel="nofollow">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html.html</a></p><p>However it&#8217;s not in the HTML 4.01 spec:<br
/> <a
href="http://www.w3.org/TR/html401/" rel="nofollow">http://www.w3.org/TR/html401/</a></p><p>It&#8217;s not put back in the HTML 5 working draft either.  Upon reading there, I also noticed that the longdesc attribute has so far been struck from the spec.<br
/> <a
href="http://www.w3.org/TR/html5/embedded-content-0.html#the-img-element" rel="nofollow">http://www.w3.org/TR/html5/embedded-content-0.html#the-img-element</a><br
/> (so much for that longdesc hack)</p><p>I vote for the return of lowsrc. I think it&#8217;s relevant again.</p> ]]></content:encoded> </item> <item><title>By: Ollie</title><link>http://www.webappers.com/2009/04/01/fullsize-jquery-plugin-img-attribute-proposal/comment-page-1/#comment-22275</link> <dc:creator>Ollie</dc:creator> <pubDate>Sat, 04 Apr 2009 00:23:29 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1538#comment-22275</guid> <description>Or bring back lowsrc and use that as your thumbnail image.</description> <content:encoded><![CDATA[<p>Or bring back lowsrc and use that as your thumbnail image.</p> ]]></content:encoded> </item> <item><title>By: Kim Steinhaug</title><link>http://www.webappers.com/2009/04/01/fullsize-jquery-plugin-img-attribute-proposal/comment-page-1/#comment-22232</link> <dc:creator>Kim Steinhaug</dc:creator> <pubDate>Thu, 02 Apr 2009 20:32:51 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1538#comment-22232</guid> <description>Great idea! Using a new attribute, fullsize, is a great idea. I do not like the _big idea, since this means I am required to use same naming convention on the image! Why would I want to be locked down to this? What if the image is hosted somewhere else?Using this attribute also adds more functionality, since the acnhor around the image could lead to something else - a page! Today the anchor would lead to the big image, I would very much like to both show the large image size and be able to link to another destination.The fullsize attribute with solve both theese scenarious, and give me the power I need to feel confortable with the sollution.Example:&lt;a href=&quot;page.html&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;I could now enable the user to zoom the image for maximum pleasure, and you could still click the thumbnail to retrieve the real destination of the image!Naturally we could just add the attribute to the SRC and don&#039;t give a crap about the specification, alter the imagepopup scripts and do it ourselves as I explained. However - we do love the standards, :D</description> <content:encoded><![CDATA[<p>Great idea! Using a new attribute, fullsize, is a great idea. I do not like the _big idea, since this means I am required to use same naming convention on the image! Why would I want to be locked down to this? What if the image is hosted somewhere else?</p><p>Using this attribute also adds more functionality, since the acnhor around the image could lead to something else &#8211; a page! Today the anchor would lead to the big image, I would very much like to both show the large image size and be able to link to another destination.</p><p>The fullsize attribute with solve both theese scenarious, and give me the power I need to feel confortable with the sollution.</p><p>Example:</p><p><a
href="page.html" rel="nofollow"></a></p><p>I could now enable the user to zoom the image for maximum pleasure, and you could still click the thumbnail to retrieve the real destination of the image!</p><p>Naturally we could just add the attribute to the SRC and don&#8217;t give a crap about the specification, alter the imagepopup scripts and do it ourselves as I explained. However &#8211; we do love the standards, <img
src='http://www.webappers.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Thibaut Allender</title><link>http://www.webappers.com/2009/04/01/fullsize-jquery-plugin-img-attribute-proposal/comment-page-1/#comment-22200</link> <dc:creator>Thibaut Allender</dc:creator> <pubDate>Wed, 01 Apr 2009 21:24:22 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1538#comment-22200</guid> <description>I understand your position but hey, HTML specs have never been established to solve JS problems! As pointed out by Harrald, the wheel is the anchor tag, for now. Add this attribute you want, add an &quot;overlayer&quot; capability to any browser and you don&#039;t need JS developers anymore. That&#039;s cutting branch your sitting on.Do you really want this? NO, that&#039;s the same as creating a history.go(-1) link, your reinvent the wheel, it&#039;s the back button + it doesn&#039;t work when javascript is disable OR there&#039;s no referer.Fullsize attribute? Come on... The img tag is refering to itself, the src attribute IS the full size of the img tag. What would be the &quot;full&quot; size then if the src attribute is already the full size? This is an ugly patch to HTML standards to achieve something that is already possible.Sorry again but I&#039;m more concerned by IE6 than this fullsize attribute :-)If you really want to add some granularity to HTML, patch the OBJECT tag... an object could be an image, and it could have a fullsize parameter.</description> <content:encoded><![CDATA[<p>I understand your position but hey, HTML specs have never been established to solve JS problems! As pointed out by Harrald, the wheel is the anchor tag, for now. Add this attribute you want, add an &#8220;overlayer&#8221; capability to any browser and you don&#8217;t need JS developers anymore. That&#8217;s cutting branch your sitting on.</p><p>Do you really want this? NO, that&#8217;s the same as creating a history.go(-1) link, your reinvent the wheel, it&#8217;s the back button + it doesn&#8217;t work when javascript is disable OR there&#8217;s no referer.</p><p>Fullsize attribute? Come on&#8230; The img tag is refering to itself, the src attribute IS the full size of the img tag. What would be the &#8220;full&#8221; size then if the src attribute is already the full size? This is an ugly patch to HTML standards to achieve something that is already possible.</p><p>Sorry again but I&#8217;m more concerned by IE6 than this fullsize attribute <img
src='http://www.webappers.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p><p>If you really want to add some granularity to HTML, patch the OBJECT tag&#8230; an object could be an image, and it could have a fullsize parameter.</p> ]]></content:encoded> </item> <item><title>By: Drew Wilson</title><link>http://www.webappers.com/2009/04/01/fullsize-jquery-plugin-img-attribute-proposal/comment-page-1/#comment-22192</link> <dc:creator>Drew Wilson</dc:creator> <pubDate>Wed, 01 Apr 2009 15:16:32 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1538#comment-22192</guid> <description>Thibaut Allender,
I agree with you that the wheel has already been invented. But anytime you want to do this effect you must &quot;build&quot; the wheel. Even though it has been invented, as you said you must use javascript to build the wheel.
I am suggesting the wheel be built for you already, so you can quickly and easily use it.Of course you could always build your own wheel via javascript if you would like.But this effect is sooo common that myself and others think it should become a standard on the web.Thanks!
Drew Wilson</description> <content:encoded><![CDATA[<p>Thibaut Allender,<br
/> I agree with you that the wheel has already been invented. But anytime you want to do this effect you must &#8220;build&#8221; the wheel. Even though it has been invented, as you said you must use javascript to build the wheel.<br
/> I am suggesting the wheel be built for you already, so you can quickly and easily use it.</p><p>Of course you could always build your own wheel via javascript if you would like.</p><p>But this effect is sooo common that myself and others think it should become a standard on the web.</p><p>Thanks!<br
/> Drew Wilson</p> ]]></content:encoded> </item> <item><title>By: Thibaut Allender</title><link>http://www.webappers.com/2009/04/01/fullsize-jquery-plugin-img-attribute-proposal/comment-page-1/#comment-22191</link> <dc:creator>Thibaut Allender</dc:creator> <pubDate>Wed, 01 Apr 2009 15:03:14 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1538#comment-22191</guid> <description>To me this is reinventing the wheel.If you have javascript, you don&#039;t need an extra attribute to tell your big picture has the same name + &quot;-big&quot; at the end of its name (excepted if your big picture name doesn&#039;t start with the same, which would be an bad pratice but who knows...).It would be easy to parse the src, get the filename and add &quot;-big&quot; at the end. It&#039;s just a naming convention you have to stick to.</description> <content:encoded><![CDATA[<p>To me this is reinventing the wheel.</p><p>If you have javascript, you don&#8217;t need an extra attribute to tell your big picture has the same name + &#8220;-big&#8221; at the end of its name (excepted if your big picture name doesn&#8217;t start with the same, which would be an bad pratice but who knows&#8230;).</p><p>It would be easy to parse the src, get the filename and add &#8220;-big&#8221; at the end. It&#8217;s just a naming convention you have to stick to.</p> ]]></content:encoded> </item> <item><title>By: Drew Wilson</title><link>http://www.webappers.com/2009/04/01/fullsize-jquery-plugin-img-attribute-proposal/comment-page-1/#comment-22190</link> <dc:creator>Drew Wilson</dc:creator> <pubDate>Wed, 01 Apr 2009 14:55:57 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1538#comment-22190</guid> <description>harrald,You can add an anchor if you want. That will still work. Most these types of questions are answered in the videos or on the Google Group.I am proposing that Fullsize be supported natively by the browser. So if javascript is on or off... it is irrelevant.If you are referring to my jQuery plugin, then if javascript is turned off none of jquery would work at all anyway.Let&#039;s be realistic here, only 5% of users browse with javascript turned off, so it is not an issue in most all cases. http://www.w3schools.com/browsers/browsers_stats.aspIf you are worried about your users having javascript turned off then don&#039;t use javascript. But I am proposing that Fullsize be supported natively, and not rely on javascript.Thanks!
Drew Wilson</description> <content:encoded><![CDATA[<p>harrald,</p><p>You can add an anchor if you want. That will still work. Most these types of questions are answered in the videos or on the Google Group.</p><p>I am proposing that Fullsize be supported natively by the browser. So if javascript is on or off&#8230; it is irrelevant.</p><p>If you are referring to my jQuery plugin, then if javascript is turned off none of jquery would work at all anyway.</p><p>Let&#8217;s be realistic here, only 5% of users browse with javascript turned off, so it is not an issue in most all cases. <a
href="http://www.w3schools.com/browsers/browsers_stats.asp" rel="nofollow">http://www.w3schools.com/browsers/browsers_stats.asp</a></p><p>If you are worried about your users having javascript turned off then don&#8217;t use javascript. But I am proposing that Fullsize be supported natively, and not rely on javascript.</p><p>Thanks!<br
/> Drew Wilson</p> ]]></content:encoded> </item> <item><title>By: Drew Wilson</title><link>http://www.webappers.com/2009/04/01/fullsize-jquery-plugin-img-attribute-proposal/comment-page-1/#comment-22188</link> <dc:creator>Drew Wilson</dc:creator> <pubDate>Wed, 01 Apr 2009 14:35:37 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1538#comment-22188</guid> <description>The Fullsize attribute would be designed to make a common practice (image popups) a breeze to setup and use.You will still always be able to use your own javascript method if you choose. But if you would like to quickly provide this functionality, that is what Fullsize would be for.Thanks!
Drew Wilson</description> <content:encoded><![CDATA[<p>The Fullsize attribute would be designed to make a common practice (image popups) a breeze to setup and use.</p><p>You will still always be able to use your own javascript method if you choose. But if you would like to quickly provide this functionality, that is what Fullsize would be for.</p><p>Thanks!<br
/> Drew Wilson</p> ]]></content:encoded> </item> <item><title>By: harrald</title><link>http://www.webappers.com/2009/04/01/fullsize-jquery-plugin-img-attribute-proposal/comment-page-1/#comment-22180</link> <dc:creator>harrald</dc:creator> <pubDate>Wed, 01 Apr 2009 07:57:41 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1538#comment-22180</guid> <description>so when javascript is turned off people are left with only a thumbnail? why not add an anchor and solve multiple problems at once?really this MUST be an april fool.</description> <content:encoded><![CDATA[<p>so when javascript is turned off people are left with only a thumbnail? why not add an anchor and solve multiple problems at once?</p><p>really this MUST be an april fool.</p> ]]></content:encoded> </item> <item><title>By: Thibaut Allender</title><link>http://www.webappers.com/2009/04/01/fullsize-jquery-plugin-img-attribute-proposal/comment-page-1/#comment-22179</link> <dc:creator>Thibaut Allender</dc:creator> <pubDate>Wed, 01 Apr 2009 07:41:44 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/?p=1538#comment-22179</guid> <description>First I thought it was an April Fool, but then I&#039;ve seen the actual website behind this project... Well, the idea is not bad but does it make sense with today&#039;s connection speeds? I mean, tomorrow we can use the big pictures directly and resize them using width/height attributes or some CSS to show them as thumbnails.</description> <content:encoded><![CDATA[<p>First I thought it was an April Fool, but then I&#8217;ve seen the actual website behind this project&#8230; Well, the idea is not bad but does it make sense with today&#8217;s connection speeds? I mean, tomorrow we can use the big pictures directly and resize them using width/height attributes or some CSS to show them as thumbnails.</p> ]]></content:encoded> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enchanced) (user agent is rejected)
Content Delivery Network via maxcdn.webappers.com (user agent is rejected)

Served from: ps11300.dreamhostps.com @ 2012-02-09 08:26:45 -->
