Difference between revisions of "Web Development"

From Eugene Eric Kim
m (1 revision: Importing pages from Burden's Landing)
m (5 revisions imported: Imported from WebFaction on September 13, 2021 with Interwiki prefix Eekim)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Mobile ==
[http://jquerymobile.com/ jQuery Mobile] seems to be the HTML5 / JavaScript / CSS3 [http://stackoverflow.com/questions/5063117/choosing-mobile-web-html5-framework framework of choice].
* [http://coenraets.org/blog/2011/10/sample-application-with-jquery-mobile-and-phonegap/ Sample application with jQuery Mobile and PhoneGap]
* [http://packages.python.org/django-jqm/ django-jqm]
* [http://drumcoder.co.uk/blog/2010/nov/12/jquery-mobile-and-django/ jQuery Mobile and Django]
== eekim.com ==
== eekim.com ==



Latest revision as of 19:32, 13 September 2021

Mobile

jQuery Mobile seems to be the HTML5 / JavaScript / CSS3 framework of choice.

eekim.com

I have a background image that I want to be resizable. I couldn't figure out how to do it in pure CSS that would work with both Firefox and IE, so I reverted to this JavaScript hack.

It's not perfect. At some point, I need to modify it to only stretch the width 100% and to position it at the bottom of the page.