Tag Archives: css

Image Gallery For Mobile Browsers – Touch Gallery

7 Sep

" alt="Image Gallery For Mobile Browsers – Touch Gallery" width="490" height="200" class="thumbnail" />

Touch Gallery is a jQuery image gallery plugin which brings the native look and feel of native photo-viewing applications to the mobile browsers.

It supports browsing through the images with gestures and also works with desktop browsers with limited functionality.

The gallery depends on two other plugins: transform and activity-indicator where both is included in the download package.

jQuery Touch Gallery

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

 

Click here to read the full article

Article Source: Image Gallery For Mobile Browsers – Touch Gallery

Free Web Wireframing Kit In PSD

2 Sep

" alt="Free Web Wireframing Kit In PSD" width="490" height="200" class="thumbnail" />

This is a free web wireframing kit for planning the layout of web projects easily and quickly.

It comes as a full-layered PSD file where all elements are grouped carefully.

There are many elements included like form elements, audio/video players, navigation, calendar and more.

And, the kit comes in 2 color themes: black and white.

Web Wireframe Kit

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

 

Click here to read the full article

Article Source: Free Web Wireframing Kit In PSD

Faster And Fault-Proof Tweet Button

30 Aug

" alt="Faster And Fault-Proof Tweet Button" width="490" height="200" class="thumbnail" />

At WRD, the previous tweet button for sharing stories was the cool Easy Retweet Button by John Resig. However, it was not perfect as, sometimes, it was unable to communicate with the URL shortener service and the tweet links were appearing buggy.

In search for a better one, I tested few others including the official tweet button. They were loading the links ok but had other issues like “loading slow”, “blocking pages on load”, etc.

And, for a button that is clicked by -maybe- 1/100 of the visitors, loading the scripts and making requests for every visitor didn't look like the smartest choice.

Here is another method, that is actually used at WRD now which loads very fast for everyone and almost fault-proof.

Faster Tweet Button

Demo Faster Tweet Button
Download Faster Tweet Button

How it works?

First of all, the button is hosted locally and it does not make any requests until it is clicked.

  • A link with the querystring that includes URL and the title of the web page is created, pointed to a server-side file (to be presented later in this article) and attached to any custom button we design.
  • Once clicked, it sends the URL and title to the server-side file which creates the tweet link and redirects to Twitter with the tweet.

Pros

  • Does not load any scripts from other domains (faster).
  • Does not perform anything until being clicked (faster).
  • Works with multiple URL shortener services. Currently, it uses Bit.ly by default, during the shortening, if there is an error, it falls back to Tinyurl. And if there is an error again, it uses the default URL. (fault-proof).
  • Counts the number of characters used and, if more than 140, reformats it. (fault-proof).
  • Any tweet button that you design can be used or just a “tweet it ” text is enough (styleable).

Cons

  • Does not display the number of retweets (as no requests are made on load).

The Code

It is built by PHP. You'll see that the code is simple and can be ported to any other scripting language quickly. Here it is:

 140) {
	$tweet = urlencode(substr($postTitle,0,140 - $restLength - $dotsMargin)) . urlencode('.. - ') . $shortenedURL . $viaText;
}
/* Prepare Tweet - END */

/* Redirect To Twitter - START */
header('Location: http://twitter.com/home?status=' . $tweet);
/* Redirect To Twitter - END */
?>

The Button

It is possible to use a button you designed. At WRD, the “Official Tweet Button” images are used thinking that they will be the standard soon. If you prefer to use it too, here is the HTML-CSS for it:




    




	


How To Install?

Here are the steps:

Any thoughts to make it better?

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

 

Click here to read the full article

Article Source: Faster And Fault-Proof Tweet Button

HTML5Rocks: HTML5-CSS3 Resource By Google

18 Aug

" alt="HTML5Rocks: HTML5-CSS3 Resource By Google" width="490" height="200" class="thumbnail" />

HTML5Rocks is an online resource by Google that regularly shares various resources on HTML5 and CSS3.

The site has very detailed tutorials that digg stuff like HTML5 video or @web-fonts which are good starting points on the subjects.

HTML5Rocks

An online playground with shortcuts to JS APIs + HTML-CSS properties helps trying new codes and seeing the outputs instantly.

And there is HTML5 Studio, which is a showcase of HTML5 codes like page-flip, video player, carousel, geolocation and more that are open source. It is possible to get inspired from them or re-use them in our projects.

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

 

Click here to read the full article

Article Source: HTML5Rocks: HTML5-CSS3 Resource By Google

jQuery iPhone UI – A Library That Mimics iPhone Interface

16 Aug

" alt="jQuery iPhone UI – A Library That Mimics iPhone Interface" width="490" height="200" class="thumbnail" />

Few days ago, the jQuery team announced that they are working on jQuery Mobile which will probably become quickly popular on creating mobile web apps. for the fans of the library.

On the other hand, there are already ready-to-use solutions like the pretty-complete jQuery iPhone UI (check the “Mobile Development” category for others).

jQuery iPhone UI

It is a jQuery library which emulates the iPhone interface that is handy for creating iPhone web applications.

The library includes widgets like menu, tabs, scrolling, forms and gallery browsing.

jQuery iPhone UI is not complicated to use and comes with a documentation to get you started.

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

 

Click here to read the full article

Article Source: jQuery iPhone UI – A Library That Mimics iPhone Interface

Free & Ready To Use Layouts – PrimaryCSS

14 Aug

" alt="Free & Ready To Use Layouts – PrimaryCSS" width="490" height="200" class="thumbnail" />

PrimaryCSS is a CSS framework which focuses only on creating the most common layouts.

It comes with 22 different layouts from single column to multi-column variations which are compatible with all major browsers.

By default, the layouts are 960px in size but they are actually fluid and work with any width.

Simply, it is a handy framework for giving a quick start to any web project and a useful guide for new-comers to web design.

PrimaryCSS

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

 

Click here to read the full article

Article Source: Free & Ready To Use Layouts – PrimaryCSS

Experiment CSS3 Properties Easily With CSS3 Playground

12 Aug

" alt="Experiment CSS3 Properties Easily With CSS3 Playground" width="490" height="200" class="thumbnail" />

Mike Plate, a freelance web and mobile developer, has created an impressive CSS3 Playground to help seeing the properties in action easily.

The web application enables you to style a box with a text (that can be resized and re-positioned) with the help of sliders and color-pickers.

Once the properties (like radius, box-shadow, CSS3 transforms, etc.) are updated the result is displayed instantly with the CSS code generated.

CSS3 Playground

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

 

Click here to read the full article

Article Source: Experiment CSS3 Properties Easily With CSS3 Playground

HTML5 Boilerplate: A Default HTML/CSS/JS Template For Any Project

12 Aug

" alt="HTML5 Boilerplate: A Default HTML/CSS/JS Template For Any Project" width="490" height="200" class="thumbnail" />

Few days ago, a post at WRD was mentioning HTML5 Reset. And, here is a new option:

HTML5 Boilerplate is a HTML/CSS/JS default template (starting point) which helps the website to-be-built work cross-browser, support HTML5-CSS3 and work fast.

The template comes with various performance optimizations and optional features like cross-domain Ajax and Fash.

HTML5 Boilerplate

An .htaccess config file includes caching rules and prepares the website to serve HTML5 video, use @font-face, and enable gzip.

It is also built with mobile browsers taken into consideration and has an iOS, Android, Opera Mobile-adaptable markup + CSS skeleton.

HTML5 Boilerplate offers many other features like an optimal print stylesheet, a test suit for unit tests and much more.

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

 

Click here to read the full article

Article Source: HTML5 Boilerplate: A Default HTML/CSS/JS Template For Any Project

jQuery Lifestream Plugin – So So Social

10 Aug

" alt="jQuery Lifestream Plugin – So So Social" width="490" height="200" class="thumbnail" />

So So Social is a jQuery plugin which parses RSS feeds from your various social networks and displays them as an “activity feed”.

Thanks to YQL, it doesn't require any server-side scripts and can be completely customized with the help of CSS + JS settings.

So So Social jQuery Plugin

By default, the plugin supports Twitter, Facebook, WordPress, Tumblr, Last.FM, Delicious and Flickr.

In order to add more services, just digging the code and extending it with the same methodology will be enough.

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

 

Click here to read the full article

Article Source: jQuery Lifestream Plugin – So So Social

Advanced JavaScript Color Picker

27 Jul

" alt="Advanced JavaScript Color Picker" width="490" height="200" class="thumbnail" />

ColorPicker is an advanced and highly customizable JavaScript color picker that doesn't rely on any JS frameworks.

It can display the entire color palette (~16.78 mil. colors) in 6 different color modes.

Advanced JavaScript Color Picker

The picker 4 different sizes; from simple to the most advanced one and has 9 color memories (just like the ones in image editing apps.).

The script is totally skinnable with CSS and it is draggable (can be disabled) for an easier use.

ColorPicker can calculate the web smart/web safe versions of a selected color and much more.

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

 

Click here to read the full article

Article Source: Advanced JavaScript Color Picker