Archiwum kategorii: Web Tools

Free Web-Fonts Service: Adobe Edge Web Fonts

Post pobrano z: Free Web-Fonts Service: Adobe Edge Web Fonts

Advertise here with BSA

Google Web Fonts is no doubt the most popular free web-fonts service out there.

Adobe has launched an alternative named Adobe Edge Web Fonts where the fonts are served through Typekit.

The service includes the open source fonts in Google Web Fonts and some more.

Adobe Edge Web Fonts

Its usage is pretty straightforward, select the font and you get a .JS file to be included in your web pages. After that, use it as any other font-family in your CSS rules.

Currently, there are ~500 font-families and a documentation exists for details on the usage.

Advertisements:
Infragistics jQuery controls deliver the magic of HTML5, w/o sacrificing resources, time, or money.
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Enable Users To Switch On/Off Responsive Layouts With ReView

Post pobrano z: Enable Users To Switch On/Off Responsive Layouts With ReView

Advertise here with BSA

Today, many websites are being built with responsive layouts (which is great) that ease reading and browsing in multiple viewports.

However, readers may still want to view the original layout even if they are browsing from a mobile/tablet,/etc. device considering this may ease reaching the info we need on some situations.

Responsive Viewport

ReView is a tiny JavaScript library that allows visitors to switch between the layouts on request.

It analyses the initial viewport + meta tag if available and displays a link/button to the visitor for instantly switching to the other viewport with no refreshes, all JavaScript.

The view preference is automatically stored via HTML5 sessionStorage and a plugin architecture exists for extending its features.

Advertisements:
Infragistics jQuery controls deliver the magic of HTML5, w/o sacrificing resources, time, or money.
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Timing & Loops Made Easier: jQuery-Timing

Post pobrano z: Timing & Loops Made Easier: jQuery-Timing

Advertise here with BSA

jQuery-Timing is a plugin for the framework that simplifies and improves the usage of timing-related events + loops.

Using the jQuery's chain syntax, it is possible to wait for events/animations to be completed, define timeouts and run sequential or parallel loops.

These are already possible but require the usage of callbacks that end up in longer lines of code. jQuery-Timing solves all in the same line (chain).

jQuery Timing

Rather than using setTimeout, it has a .wait() function (offers more than jQuery's .delay) that can wait for an event and a trigger function besides a defined period of time.

And, there is .repeat() ... .until() which eases creating loops of any events again in the same chain.

The plugin is documented so well, has lots of examples and every feature/function is explained in detail.

Advertisements:
Infragistics jQuery controls deliver the magic of HTML5, w/o sacrificing resources, time, or money.
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Fold Up HTML Elements Like Paper With oriDomi

Post pobrano z: Fold Up HTML Elements Like Paper With oriDomi

Advertise here with BSA

oriDomi is a JavaScript library for beautifully folding up any HTML element just like a paper.

The library doesn't depend on any JavaScript frameworks (but has optional support for jQuery) and uses CSS 3D transitions for creating the effect.

oriDomi

Folding is performed as an animated event where the number of vertical/horizontal slices, speed and shading can all be set.

There are multiple effects and events provided: accordion, reveal, curl, collapse, ramp, foldUp, unfold and reset.

oriDomi is compatible with all modern browsers (including mobile).

Advertisements:
Infragistics jQuery controls deliver the magic of HTML5, w/o sacrificing resources, time, or money.
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Get Any Weather Information With jQuery: simpleWeather

Post pobrano z: Get Any Weather Information With jQuery: simpleWeather

Advertise here with BSA

simpleWeather is a jQuery plugin for fetching any weather-related data from Yahoo! Weather.

It makes use of the YQL API and can bring weather details of any location by mentioning their name (or zip code – US only).

simpleWeather jQuery Plugin

The data returned includes current/max temperature (in fahrenheit or celcius), humidity, pressure, visibility, wind speed/direction and the weather condition image. There is also support for the forecast of the next day.

Weather condition images are provided by Yahoo! but custom ones can be used too (Free Weather Icons Collection).

Advertisements:
Infragistics jQuery controls deliver the magic of HTML5, w/o sacrificing resources, time, or money.
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
SSLmatic – Cheap SSL Certificates (from $19.99/year)

A Complete List Of Web-Safe CSS Font Stacks

Post pobrano z: A Complete List Of Web-Safe CSS Font Stacks

Advertise here with BSA

Today, many websites are using web-fonts with @font-face for a more customized design. However, web-safe fonts usage is still so wide as many others prefer to make sure all fonts will be displayed cross-browser/device, not to use web-fonts services and/or minimize the total size of websites.

CSSFontStack is a simple, one-page website which lists all the web-safe fonts.

The website also allows us to copy the font-family CSS property for each font with a click.

CSS Font Stack

Advertisements:
Infragistics jQuery controls deliver the magic of HTML5, w/o sacrificing resources, time, or money.
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Really Simple Slideshow: A Flexible Slider Plugin

Post pobrano z: Really Simple Slideshow: A Flexible Slider Plugin

Advertise here with BSA

Really Simple Slideshow is a jQuery plugin for creating image sliders of any kind.

The plugin converts any list of images into a slideshow, it can display captions with each slide, include links and there are multiple transition effects.

Really Simple Slideshow

It has a powerful API for creating a completely customized slider. We can add new items to a slideshow, get any details about them, start/stop/pause it and much more.

The design can be changed with any desired HTML structure + CSS and there is support for looping.

Advertisements:
Infragistics jQuery controls deliver the magic of HTML5, w/o sacrificing resources, time, or money.
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
SSLmatic – Cheap SSL Certificates (from $19.99/year)

PDF Sketch Sheets For Creating Wireframes

Post pobrano z: PDF Sketch Sheets For Creating Wireframes

Advertise here with BSA

Creating wireframes in the beginning of any design process can help creating an output without any surprises.

Sneakpeekit is a website providing high-quality PDF sketch sheets for web designers.

Web Design Sketch Sheets

The sheets are compatible with the most popular grid systems like Less Framework 4, 978 grid system, 1140 css grid, The Semantic grid system, Bootstrap from Twitter, etc.

And, they are not only for the desktop browsers but there are versions for tablets and mobile as well.

Advertisements:
Infragistics jQuery controls deliver the magic of HTML5, w/o sacrificing resources, time, or money.
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
SSLmatic – Cheap SSL Certificates (from $19.99/year)

jQuery Picture – A Plugin For Responsive Images

Post pobrano z: jQuery Picture – A Plugin For Responsive Images

Advertise here with BSA

There are various methods for accomplishing responsiveness in images.

jQuery Picture, a plugin for the framework, makes that very easy by automating the process.

jQuery Picture

It supports both <figure> elements with some custom data attributes and the newly proposed picture format (which is not yet valid HTML code).

In order to activate it, just call the plugin's function by targeting the image to be responsified and that's all.

Advertisements:
Infragistics jQuery controls deliver the magic of HTML5, w/o sacrificing resources, time, or money.
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Creative PSD UI Kits From Vandelay Premier (3 Huge Packs Giveaway)

Post pobrano z: Creative PSD UI Kits From Vandelay Premier (3 Huge Packs Giveaway)

Advertise here with BSA

As a designer/developer with developer part being a little stronger, I love making use of ready-to-use design resources as they help creating very good looking stuff quicker.

Vandelay Premier, a place for premium design resources with lots of beautiful items, has also various attractive UI kits and they are giving away a huge pack to 3 WRD readers (details on joining the giveaway can be found at the bottom of the post). Vandelay Premier members get access to all of these UI sets plus hundreds of other design resources.

Here are the UI kits in the pack:

Exotico UI Set

Exoticı UI Set

A PSD UI set with 100s of items from navigation to charts, buttons, sliders, loaders, notifications, ribbons and more.

Exotico's design is stylish and each element is editable through well-layered PSDs.

Zephirro E-Commerce UI Set

Zephirro E-Commerce UI Set

For anyone working on an e-commerce project, Zepphiro is a real helper as it has all the major e-commerce related design elements.

There are pricing tables, checkout, shopping cart, product listing/filtering designs, buttons, banners and even more.

Creating mock-ups of an e-commerce project with Zephirro would save serious time.

 

Precio UI Set

Precio UI Set

Precio is again a pretty huge UI kit with 200+ elements where all of them are so chic.

There are charts, pricing tables, menus, forms, media player elements, date-time elements and many others.

Wireframe Pro

Wireframe Pro

With over 400+ elements, Wireframe Pro enables us to create any mockup/wireframe so quickly.

There are elements for navigation, buttons, sliders, placeholder images/banners, pricing tables, ribbons, form elements, dividers, media, pagination and much more.

Besides these elements, there are 13 pre-designed wireframes for making the start even faster.

How to join the giveaway?

Vandelay Premier is giving away a pack of all the 4 UI kits mentioned above to 3 WRD readers. In order to join the giveaway:

  • just comment to this post, that's all

and winners will be selected randomly one week later (28 August 2012) with the query below:

SELECT * FROM wp_comments WHERE comment_post_id=3141 AND comment_approved=1 AND comment_type='' GROUP BY comment_author_email ORDER BY RAND() LIMIT 3

Good luck to all.

Advertisements:
Infragistics jQuery controls deliver the magic of HTML5, w/o sacrificing resources, time, or money.
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
SSLmatic – Cheap SSL Certificates (from $19.99/year)