<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>The iPhone unlock screen in xHTML, CSS and jQuery</title>
		<description>Creating the iPhone unlock screen using xHTML, CSS and jQuery</description>
		<link>http://www.marcofolio.net</link>
		<lastBuildDate>Sat, 21 Nov 2009 02:06:34 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3708</link>
			<description>found another issue or two. if you click at the right-most spot on the bar, the slider moves there but does not activate the unlock like it should.
but more importantly, i suppose: the real iphone does not slide to whatever position you click. but i\'m sure you knew that.
i don\'t know any jQuery, but i\'m wondering if it provides all that you\'d need to recreate the slider perfectly. for example, some simple mouseup and mousedown triggers would be useful, in the case that either (1) you lift your finger without completing the entire slide, or (2) you complete the slide without lifting your finger, in which case it should still unlock.</description>
			<author>Garrett W.</author>
			<pubDate>Sat, 17 Jan 2009 11:17:05 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3709</link>
			<description>Hi Garret,

Thank you for your comment.

The reason why the slider doesn\'t \&quot;unlock\&quot; when you click the right-most spot on the bar, is because the \&quot;animate\&quot; is set to \&quot;true\&quot;. The \&quot;stop\&quot; variable (for a strange reason) get\'s triggered when clicked which means jQuery thinks that the left position is still zero, eventhough it\'s going to move. When \&quot;animate\&quot; is removed (changing it back to the default \&quot;false\&quot; ), clicking the right-most point will make it work.

In this example, I wanted to use (and explain) the work of the UI Slider. To create a better unlock screen, you should actually work with the \&quot;[url=http://docs.jquery.com/UI/Draggables]jQuery UI Draggables[/url]\&quot;, which provide you with more flexibility to actually [b]drag[/b] items around (which is what you want). In this example, I wanted to show how to actually [b]slide[/b] the slider.

Maybe I\'ll refactor the code some day and make it more \&quot;sliding\&quot; like the actual phone ;) . Comments like yours support me to do so!</description>
			<author>Marco</author>
			<pubDate>Sat, 17 Jan 2009 11:29:03 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3712</link>
			<description>That is really really nice, :)

Source download isn\'t working for me though, can\'t wait to get my hands on it!</description>
			<author>Sarah</author>
			<pubDate>Sat, 17 Jan 2009 12:37:04 +0100</pubDate>
		</item>
		<item>
			<title>Download page</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3713</link>
			<description>Hi Sarah, thank you for your compliment!

Strange that you can\'t get the download working :( . Try visiting the \&quot;[url=http://www.marcofolio.net/downloads/webdesign/the_iphone_unlock_screen/details.html]download details[/url]\&quot; page for this download and try the download button there.

If it still doesn\'t work, please contact me (use contact page) and I\'ll send you the source files myself :) .</description>
			<author>Marco</author>
			<pubDate>Sat, 17 Jan 2009 12:39:16 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3719</link>
			<description>Just wanted to day that is also works perfectly in Opera 9.6 ^^</description>
			<author>Ole</author>
			<pubDate>Sat, 17 Jan 2009 18:33:57 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3722</link>
			<description>Hi Ole, thanks for letting me know! Hope you enjoyed it ;) .

Greetings,,,</description>
			<author>Marco</author>
			<pubDate>Sat, 17 Jan 2009 20:27:23 +0100</pubDate>
		</item>
		<item>
			<title>Slide back?</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3732</link>
			<description>Hey mate, regarding your \&quot;Can\'t slide back due to loop\&quot; error, try an if like this;
[quote]
i f ( $( &quot; # u n l o c k - h a n d l e &quot; ) . p o s i t i o n ( ) . l e f t ! = 0 ) {
	// Slide back function
}
[/quote]</description>
			<author>Liam Best</author>
			<pubDate>Mon, 19 Jan 2009 09:35:46 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3744</link>
			<description>This works like a charm  :cheer: 
[quote]
if($(\&quot;#unlock-handle\&quot;).position().left == 205)
			{
				unlock();
			}
			else
			{
				$(\&quot;#unlock-handle\&quot;).animate({left: 0}, 200 );
			}
[/quote]</description>
			<author>Martin</author>
			<pubDate>Mon, 19 Jan 2009 15:08:13 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3745</link>
			<description>Nice work, it does look pretty neat. It\'s be good to see it automatically swing back, shame that as you said, it seems to be looping something.
Might also be worth adding a handle that when the slider is moved for the first time the text fades out. It\'s probably also possible to create a variable that fades it in and out depending on the distance moved, but I can imagine that being pretty memory intensive.</description>
			<author>Xander</author>
			<pubDate>Mon, 19 Jan 2009 14:45:37 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3746</link>
			<description>@Xander:
I\'ve got the opacity and swing bang working now. ill post an demo on my site soon.
if its OK with the original author?

//Martin</description>
			<author>Martin</author>
			<pubDate>Mon, 19 Jan 2009 14:57:13 +0100</pubDate>
		</item>
		<item>
			<title>Awesome! Thanks!</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3748</link>
			<description>Damn Martin, thanks for that! I was so blinded by the slider component and it\'s functionality that I didn\'t thought the simple jQuery \&quot;animate\&quot; function would do the trick too.

I\'ve changed the demo / download package with the modified code and I\'ve added your credit :).

Once again, thank you for helping me (and others) out here! Still learning every day ;) .</description>
			<author>Marco</author>
			<pubDate>Mon, 19 Jan 2009 15:25:31 +0100</pubDate>
		</item>
		<item>
			<title>Good job</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3749</link>
			<description>Nice one Marco.
Good to see that everyone is helping you improve the source.</description>
			<author>Gaya</author>
			<pubDate>Mon, 19 Jan 2009 16:39:17 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3752</link>
			<description>It\'s also working in Opera 9.63 - Windows with one exception:
after firstly sliding back (not going to the end - right) you need to click somewhere else to slide it again.</description>
			<author>Josh</author>
			<pubDate>Mon, 19 Jan 2009 21:29:15 +0100</pubDate>
		</item>
		<item>
			<title>linking</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3765</link>
			<description>anyone know how to link to another page after you \&quot;unlock the phone\&quot;?  can you set the code so the slide acts like clicking a link?</description>
			<author>travis</author>
			<pubDate>Tue, 20 Jan 2009 22:41:07 +0100</pubDate>
		</item>
		<item>
			<title>Great idea</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3766</link>
			<description>Huh, thanks for idea and work, I didn\'t have any idea how to create something like this before, looks hot :)</description>
			<author>Dainis Graveris</author>
			<pubDate>Tue, 20 Jan 2009 22:47:32 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3768</link>
			<description>When you open up the \&quot;/iphone-unlock.js\&quot;, you\'ll find the following code:
[quote]{window.location=\&quot;index.html\&quot;;});[/quote]
Simply change the \&quot;index.html\&quot; to something else and you\'re ready to go :).

Good luck!</description>
			<author>Marco</author>
			<pubDate>Wed, 21 Jan 2009 09:42:56 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3770</link>
			<description>Thanks,  works perfectly. I must have skipped right over that</description>
			<author>Travis</author>
			<pubDate>Wed, 21 Jan 2009 15:20:52 +0100</pubDate>
		</item>
		<item>
			<title>Is it possible to make an i-frame within the iphon</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3773</link>
			<description>Hello guys ....

Is it possible to make an i-frame within the iphone? if so , how?

I wana link it to other sites etc.

instead of after unlocking going to the page you want ... 

thanks</description>
			<author>Ryan</author>
			<pubDate>Wed, 21 Jan 2009 16:41:44 +0100</pubDate>
		</item>
		<item>
			<title>How to centre align the iphone?</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3774</link>
			<description>How to centre align the iphone?</description>
			<author>Ryan</author>
			<pubDate>Wed, 21 Jan 2009 16:46:05 +0100</pubDate>
		</item>
		<item>
			<title>iframe?</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3780</link>
			<description>You could remove all elements inside the \&quot;iphone-scrollcontainer\&quot; nodes which than leaves you with only the iPhone background. Place your iframe inside that container, give it a src &amp; add the correct width &amp; height and that should do the trick.

Good luck!</description>
			<author>Marco</author>
			<pubDate>Wed, 21 Jan 2009 17:53:47 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3781</link>
			<description>Currently, the iPhone has been set on a fixed position. If you want to have it center-aligned, you should change the CSS file and make the \&quot;margin-left\&quot; and \&quot;margin-right\&quot; from the container set to \&quot;auto\&quot;. I\'m not sure if everything will comply since some are set to a absolute position.

Good luck!</description>
			<author>Marco</author>
			<pubDate>Wed, 21 Jan 2009 17:54:54 +0100</pubDate>
		</item>
		<item>
			<title>dlv</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3795</link>
			<description>really nice, good implemented and ispiring
thanks for share this work in this tutorial</description>
			<author>dlv</author>
			<pubDate>Thu, 22 Jan 2009 18:35:35 +0100</pubDate>
		</item>
		<item>
			<title>pearible actual</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc3899</link>
			<description>Slider doesn\'t appear to work in IE7 today</description>
			<author>pearible</author>
			<pubDate>Tue, 03 Feb 2009 20:49:29 +0100</pubDate>
		</item>
		<item>
			<title>Not working in IE7</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc4020</link>
			<description>Unfortunately, it\'s not working under IE7 :(</description>
			<author>Cosmin</author>
			<pubDate>Thu, 12 Feb 2009 10:35:22 +0100</pubDate>
		</item>
		<item>
			<title>load</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc4177</link>
			<description>Is possible to load swf in side of iphone (screen) after unlock?</description>
			<author>Marko</author>
			<pubDate>Sun, 22 Feb 2009 22:14:08 +0100</pubDate>
		</item>
		<item>
			<title>IE7</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc4544</link>
			<description>Hello everybody,

is there any idea how to fix it in ie7 ... still not working :(</description>
			<author>vaQ</author>
			<pubDate>Tue, 03 Mar 2009 02:37:43 +0100</pubDate>
		</item>
		<item>
			<title>sohbet</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc4578</link>
			<description>Hi good work thanks  sohbet</description>
			<author>cihat</author>
			<pubDate>Wed, 04 Mar 2009 20:39:40 +0100</pubDate>
		</item>
		<item>
			<title>iphone punker</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc4632</link>
			<description>can you link the slider to a html website as a index page and how do you do it 
kind lost :s</description>
			<author>kev</author>
			<pubDate>Mon, 09 Mar 2009 10:34:42 +0100</pubDate>
		</item>
		<item>
			<title>But not quite</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc6137</link>
			<description>Great looking script. Doesn\'t work with latest versions of jQuery and UI though :(</description>
			<author>Almost</author>
			<pubDate>Mon, 18 May 2009 20:19:25 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc8461</link>
			<description>Got the same problem :( When i put the window.location part under the line where it was originally (-&gt; line #40 i think), it redirects, but without waiting for fadeout effect done...</description>
			<author>Muhal</author>
			<pubDate>Thu, 09 Jul 2009 15:20:15 +0100</pubDate>
		</item>
		<item>
			<title>Not workin on the old IE6 too</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc8467</link>
			<description>Cool implementation!  But it is not working on the old IE6 too........oh and one thing..........on FireFox once I slided the unlock button to the right, the rainbow screen disappeared for about half a second, then the rainbow screen returned after I saw the black background under it for that amount of time.........how to make the rainbow screen disappear forever once I unlocked the iphone please?</description>
			<author>Don Cheng</author>
			<pubDate>Thu, 09 Jul 2009 21:36:05 +0100</pubDate>
		</item>
		<item>
			<title>A fix for IE!</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc8722</link>
			<description>:!: A fix for IE!  In style.css, change z-index: 1; to z-index: 0; for the DIV #slide-to-unlock...........yet I don\'t know why the DIV #unlock-handle with z-index: 10; will be overlapped by the DIV #slide-to-unlock...................... :!:</description>
			<author>Don Cheng</author>
			<pubDate>Wed, 15 Jul 2009 12:58:44 +0100</pubDate>
		</item>
		<item>
			<title>sohbet</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc10170</link>
			<description>Subject to very good, but thank you very much for help</description>
			<author>sohbet</author>
			<pubDate>Thu, 13 Aug 2009 16:48:21 +0100</pubDate>
		</item>
		<item>
			<title>sohpet</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc10310</link>
			<description>Cool implementation! But it is not working on the old IE6 too........oh and one thing..........on FireFox once I slided the unlock button to the right, the rainbow screen disappeared for about half a second, then the rainbow screen returned after I saw the black background under it for that amount of time.........how to make the rainbow screen disappear forever once I unlocked the iphone please?  
??  this</description>
			<author>Sohpet</author>
			<pubDate>Tue, 18 Aug 2009 03:10:35 +0100</pubDate>
		</item>
		<item>
			<title>sohbet</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc10311</link>
			<description>thank you my admin</description>
			<author>Sohbet</author>
			<pubDate>Tue, 18 Aug 2009 03:11:31 +0100</pubDate>
		</item>
		<item>
			<title>Text Effect</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc10389</link>
			<description>Hello Marco,

Well done. I just have one question.
I can't find in the source, where you created the effect over the text (&quot;slide to unlock&quot;), that glows.

I was thinking, making a transparent png of gif that you can place on top (because you can't change the opacity in a certain part of a div, right?), but how did you do it (or did I miss something)?

Greetings, Fabian
dotBrilliance web development</description>
			<author>Fabian</author>
			<pubDate>Tue, 25 Aug 2009 19:27:39 +0100</pubDate>
		</item>
		<item>
			<title>WAW!</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc10392</link>
			<description>nice idea!!, very cool</description>
			<author>virdfel</author>
			<pubDate>Tue, 25 Aug 2009 16:19:15 +0100</pubDate>
		</item>
		<item>
			<title>Thanks!</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc10395</link>
			<description>First off: Thanks for the comment Fabian. I translated it into English so all the other readers can understand what you\'re saying.

Anyway, the text is just an animated GIF created with Photoshop - I don\'t think there is any other way on how you can create such an effect.

If you download the source, you\'ll be able to find the image somewhere there.

Good luck!</description>
			<author>Marco</author>
			<pubDate>Tue, 25 Aug 2009 19:30:53 +0100</pubDate>
		</item>
		<item>
			<title>Changing slider arrow</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc10634</link>
			<description>Does anyone know anything about customizing the slider arrow? I had a friend that did it but I can\'t seem to get in touch with them or figure it out on my own. Thanks in advance for any support/replies!</description>
			<author>Kyle</author>
			<pubDate>Fri, 04 Sep 2009 07:18:30 +0100</pubDate>
		</item>
		<item>
			<title>gay sohbet</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc11206</link>
			<description>rainbow screen returned after I saw the black background under it for that amount of time.........how to make the rainbow screen disappear forever once I unlocked the iphone please</description>
			<author>gay chat</author>
			<pubDate>Sat, 19 Sep 2009 04:05:00 +0100</pubDate>
		</item>
		<item>
			<title>Cene Estetik</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc11864</link>
			<description>Nice Doc.... thanks... admin</description>
			<author>Cene Estetigi</author>
			<pubDate>Thu, 08 Oct 2009 17:05:11 +0100</pubDate>
		</item>
		<item>
			<title>lez sohbet</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc11897</link>
			<description>Thnks</description>
			<author>lez sohbet</author>
			<pubDate>Fri, 09 Oct 2009 21:02:49 +0100</pubDate>
		</item>
		<item>
			<title>Does\'t work on the real iphone itsel</title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc12403</link>
			<description>This demo doesn\'t work on a real iphone. You can\'t really slide : you will only get a click, and the carret will not follow your finger...</description>
			<author>PA</author>
			<pubDate>Fri, 23 Oct 2009 11:49:31 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html#josc12838</link>
			<description>Brilliant!!!
I have been looking for this for ages!  :cheer:</description>
			<author>Stranger</author>
			<pubDate>Tue, 03 Nov 2009 12:29:04 +0100</pubDate>
		</item>
	</channel>
</rss>
