WebResourcesDepot

Posted by | Posted on 13:29

WebResourcesDepot


Zepto.js – Tiny JS Framework For Mobile WebKit Browsers

Posted: 28 Oct 2010 10:01 AM PDT

Zepto.js is a lightweight (2kb) JavaScript framework for mobile WebKit browsers, with a jQuery-compatible syntax.

It aims to help overcoming the most drudge work with a nice API so users can concentrate on getting things done.

Zepto.js

Besides the most common functions that can be expected from a JS framework, it has support for touch events and detection of the environment.

Zepto.js is currently in early beta but still very promising.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Tags: , ,

Related posts

Dynamic OS & Browser Targeting In CSS (PHP)

Posted: 28 Oct 2010 12:46 AM PDT

It is so clear that the web design world is full of incompabilities with different behaviours on different browsers, browser versions and OSs.

PHP CSS Browser Selector is a tiny PHP function which enables us to write specific CSS code for each operating system and each browser.

PHP Cross Browser Selector

Once it is called (<?php echo css_browser_selector() ?>), it outputs something similar to "gecko ff3 win" according to your OS and browser environment.

When you call it inside the class of an element, just like: <html class="<?php echo css_browser_selector() ?>"> will return <html class="gecko ff3 win">.

And, if you have the rules ready for .gecko, .ff3 and .win, then you're all set.

The function is a good fit, specially if you're not able to target users with JavaScript for a reason (usually, if the JS is turned of)

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Tags:

Related posts

Comments (0)

Post a Comment