1183
Debugging tool for Safari on iPhone, iPad and PhoneGap apps - Remote Inspector (like Firebug) for JavaScript, HTML and CSS
iWebInspector is a free tool to debug, profile and inspect web applications running on iOS Simulator (iPhone or iPad). You can check resources, see and change HTML & CSS, use breakpoints on JavaScript code, create charts and more just as if you were on Safari for Desktop, Chrome or Firebug.
iphone  web  webkit  simulator  inspector  firebug  console 
9 hours ago
12 Fun CSS Text Shadows You Can Copy and Paste | Design Shack
Typography is everyone’s favorite toy in web design. One particularly fun tool that CSS gives you to play with your type is text-shadow, which seems simple enough at first but can be used to create some remarkable effects with a little ingenuity and creativity.

Today we’re going to run through several text-shadow examples that you can copy and paste for your own work.
css  css3  font  shadow  snippets 
3 days ago
Making Wordpress images responsive - Blissful Interfaces
For the images that are in a post or a static page/template page, all you have to do is, add the above CSS to the style.css file, and then remove the ‘width’ and ‘height’ properties from the < img > tag in your WordPress editor. That’s it!
But for the image that are displayed dynamically by WordPress, such as post thumbnails, the width and height needs to be removed dynamically using a function.
css  images  responsive  wordpress 
4 days ago
Getting WordPress to play nice with responsive images | Tutorial | .net magazine
As I'm sure you’re all aware 'fluid images'  – which make use of max-width: 100% – require that images have no fixed width or height in order that they can scale to the size of their container. Unfortunately, WordPress automatically calculates the dimensions of images generated from the Media library and adds the corresponding width and height attributes to any <img> tags.
design  images  responsive  wordpress 
4 days ago
adamstac/animate.sass · GitHub
Sass and Compass CSS animation library based on Animate.css
animation  css  css3  framework  sass 
4 days ago
phonegap-plugins/iPhone/ChildBrowser at master · phonegap/phonegap-plugins · GitHub
The child browser allows you to display external webpages within your PhoneGap/Cordova application.
phonegap  child  browser  tools  web  Mobile  application 
5 days ago
PhotoSwipe
PhotoSwipe is a FREE HTML/CSS/JavaScript based image gallery specifically targeting mobile devices.
gallery  iphone  javascript  jquery 
5 days ago
jQuery Mobile Pagination Plugin | Filament Group, Inc., Boston, MA
The Pagination plugin creates touch-drag navigation between separate HTML pages. Simply add this plugin to your page and link together documents via ordinary HTML anchors. The linked pages will pre-fetch, and in browsers that support touch events, you'll be able to drag between the linked pages, while desktop users can navigate with mouse or keyboard. Like all navigation in jQuery Mobile, this plugin ties into your browser's history, so bookmarking, and using the browser's back and forward buttons work as expected!
jquery  pagination  plugin  slides 
5 days ago
scottjehl/iOS-Orientationchange-Fix · GitHub
How it works: This fix works by listening to the device's accelerometer to predict when an orientation change is about to occur. When it deems an orientation change imminent, the script disables user zooming, allowing the orientation change to occur properly, with zooming disabled. The script restores zoom again once the device is either oriented close to upright, or after its orientation has changed. This way, user zooming is never disabled while the page is in use.
bug  fix  iphone  safari 
5 days ago
Introducing EnhanceJS: A smarter, safer way to apply progressive enhancement | Filament Group, Inc., Boston, MA
Introducing EnhanceJS, a JavaScript framework designed specifically to deliver a usable experience to the widest possible audience, by testing the browser to determine whether it is capable of correctly supporting a range of essential CSS and JavaScript properties, and delivering features only to those that pass the test.
css  css3  enhancement  javascript  progressive 
5 days ago
vital101/jScroll · GitHub
jScroll is an iScroll plugin for jQuery. It works by attaching id's to any elements in the wrapper set that don't have them, and then attaches iScroll. It also keeps track of the iScroll instances in a global array, so that they can be unset easily in single-page applications (think PhoneGap apps). By default, it also uses native iOS 5+ scrolling if it's available.
jquery  mobile  scroll  iscroll  plugin 
5 days ago
SwipeView
SwipeView is the super simple solution to endless seamlessly loopable carousels for the mobile browser. It’s memory conservative as it uses only three elements at any given time, it’s smooth as velvet since it takes advantage of hardware acceleration, it’s bandwidth friendly with its 1.5kb minified/gzipped footprint.
gallery  iphone  javascript  slideshow  swipe 
6 days ago
bradbirdsall/Swipe at swipe2 · GitHub
Swipe is a responsive, lightweight slider with accurate 1:1 touch movement. Read more and check out the demo at swipejs.com.
jquery  mobile  swipe  gallery  js  tool 
6 days ago
How To Customize The WordPress Admin Easily | Smashing WordPress
In this article, we take a break from some of the more advanced ways to customize WordPress, and share some super-easy customization techniques for the WordPress Admin area.
admin  custom  design  development  wordpress 
9 days ago
Free Zocial Button Set: Social CSS3 Buttons | Smashing Coding
The standard buttons provided by third parties (such as Facebook, Twitter and SoundCloud) vary in size, style and interactivity. A consistent button set could reduce a lot of that visual noise and inconsistency. Furthermore, having it in CSS format means that changing the text for certain actions would be a breeze for developers, and it also allows administrators of non-English websites to translate labels into their native languages.
The button set was designed from the beginning to require no extra markup, and the elements used are entirely the choice of the (semantically considerate) designer. All buttons are fully scalable and customizable, and they degrade gracefully on older browsers, although the aesthetics in IE 6 and 7 are admittedly inferior to image-based alternatives.
buttons  css  css3  webdesign 
12 days ago
Adaptive Images in HTML
Adaptive Images detects your visitor's screen size and automatically creates, caches, and delivers device appropriate re-scaled versions of your web page's embeded HTML images. No mark-up changes needed. It is intended for use with Responsive Designs and to be combined with Fluid Image techniques.
Why? Because your site is being increasingly viewed on smaller, slower, low bandwidth devices. On those devices your desktop-centric images load slowly, cause UI lag, and cost you and your visitors un-necessary bandwidth and money. Adaptive Images fixes that.
image  images  php  webdev  responsive 
12 days ago
SlickMap CSS — A Visual Sitemapping Tool for Web Developers - Astuteo™
SlickMap CSS is a simple stylesheet for displaying finished site maps directly from HTML unordered list navigation. It’s suitable for most web sites – accommodating up to three levels of page navigation and additional utility links – and can easily be customized to meet your own individual needs, branding, or style preferences.

The general idea of SlickMap CSS is to streamline the web design process by automating the illustration of site maps while at the same time allowing for the pre-development of functional HTML navigation.
css  design  tools  webdesign  maps  planning  websites 
12 days ago
WordPress › Simple Fields « WordPress Plugins
Simple Fields for WordPress let you add groups of fields to your edit post page.

Simple Fields turns WordPress into an even more powerful Content Management System (CMS).

Features and highlight
Add textboxes, text areas, checkboxes, radio buttons, dropdowns, and file browser to the post admin area
Much easier for the user than regular custom fields
Group fields together into logical groups. For example combine File + Name + Description into a an Attachments-group, that let's you add multiple files to your posts
Use "repeatable" field groups to add many any amount of field groups to a single post (great for images or attachments!)
Use drag and drop to change order of added repeatable groups
Different post types can use different field groups - actually you can even use different field groups even for same post type
Can be used on any post type, including custom post types
Nice GUI that looks like it belongs to the regular WordPress GUI
cms  customfields  wordpress 
13 days ago
Camera | a free jQuery slideshow by Pixedelic
HI THERE. First of all excuse me for my bad english, second excuse me if you will find some bugs on Camera slideshow. I developed it for free, so it's not easy to find the time to work on it. If you want to help me with a donation I'll appreciate :-)

Camera slideshow is an open source project, based on Diapo slideshow (http://www.pixedelic.com/plugins/diapo, no more supported, sorry), but improved a lot. You can suggest changes or improvements if you want. You can download it and use for free, you can also include it in your projects and sell it as part of a bigger work (in this case please consider a donation).

Camera slideshow (as Diapo) is tested on new browsers, but I tried to make it compatible with the old versions of Internet Explorer too (8 and 7). But I don't think I will spend many hours to improve this feature, sorry.

Camera slideshow requires jQuery 1.4+ and other jQuery plugins are necessary if you want to use some functionalities: jQuery Easing (visit the project page) and a customized version of jQuery Mobile (visit the project page) to use Camera with mobile devices. These plugins are included in the zip you can download at the bottom of this page.
gallery  jquery  responsive  slider  slideshow 
13 days ago
jhardy/compass-ceaser-easing · GitHub
A compass extension based on ceasar css easing animation tool by @matthewlein This extension provides transitions based on the classic Penner equations from Flash and jQuery.
animation  css  easing  sass  compass 
17 days ago
Using CSS3 Transitions, Transforms and Animation
First things first - these demos are showing of CSS transitions, transforms (2D and 3D) and animations. Currently (January 2012), 2D transforms are available in all current browsers including IE9, transitions are available in all browsers except Internet Explorer 9 and less, while 3D transforms are in Safari, Chrome, Firefox and IE10 and up. Animations are available in Safari, Chrome, Firefox 5+ and IE10. Most examples degrade nicely, so if you are using a legacy browser you can still use a site using these, you just won't get animation. 3D transforms generally don't degrade nicely, so be careful when using them.
css3  animation  css 
17 days ago
Handy Roundup of CSS3 Generators and Tools
With the latest advances in CSS3 many of the effects that were once only achievable in Photoshop can now be replicated in CSS code, but it’s sometimes difficult to visualise the appearance of these effects when staring at a few lines of syntax. This is where CSS generators come in handy, this roundup of tools makes it easy to create the exact CSS effects you need with the help of graphical interfaces.
css  css3  generator  tools 
17 days ago
blackdynamo/jQuery-Mobile-Carousel · GitHub
A Sencha style carousel plugin for jquery mobile
webapp  carousel  jquery  mobile  gallery 
18 days ago
Static Maps API v2 Wizard
This wizard uses the Google Static Maps API v2. It originally used Static Maps API v1, but that API is now deprecated. Please see the upgrade guide for information on upgrading.
api  google  maps  static  image 
21 days ago
10 handy jQuery mobile tips and snippets to get you started | Webdesigner Depot
As with any new technology, getting started is often the hardest part.
With this frustration in mind, we have put together some of my handiest tips, tricks and code snippets related to the jQuery Mobile library.
Because this is not a full-on primer for using the library, we will skip over some of the things that become rather obvious as you get started and instead get straight to the items that become rather frustrating or troublesome.
Also be sure to let us know in the comments which snippets you found useful and of any others that you know of that can be useful.
javascript  jquery  webdesign 
21 days ago
commadelimited/jQuery-Mobile-Boilerplate · GitHub
"What do I need in a new jQuery Mobile project?". This project is meant to be a single place for developers to get started using jQuery Mobile. It includes icon files, robots.txt (and human).txt files, as well as an extensive snippets library that developers can use as reference.
boilerplate  jquery  mobile  proyect  template 
21 days ago
∞labs · Afloat
download it
and it will add many window management features to most Mac applications:
mac  osx  software  tools  window 
22 days ago
Coda Sass Plug-in
This plug-in converts scss files into css files. You can set it up to automatically convert on save. By default you must manually process scss files via the Coda Plug-ins menu. You can also specify where the css files should be saved. By default they are saved next to the scss files.
26 days ago
timeago: a jQuery plugin
Timeago is a jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago"). Download, view the examples, and enjoy.
javascript  jquery  plugin  time 
26 days ago
Google HTML/CSS Style Guide
This document defines formatting and style rules for HTML and CSS. It aims at improving collaboration, code quality, and enabling supporting infrastructure. It applies to raw, working files that use HTML and CSS, including GSS files. Tools are free to obfuscate, minify, and compile as long as the general code quality is maintained.
css  google  html  style 
27 days ago
File: SASS_REFERENCE
Sass is an extension of CSS that adds power and elegance to the basic language. It allows you to use variables, nested rules, mixins, inline imports, and more, all with a fully CSS-compatible syntax. Sass helps keep large stylesheets well-organized, and get small stylesheets up and running quickly, particularly with the help of the Compass style library.
css  framework  reference  sass 
27 days ago
ry5n/scss.mode · GitHub
A Coda and SubEthaEdit syntax highlighting mode for Sass’ scss syntax
scss  mode  coda  syntax  hi 
27 days ago
960 Grid on jQuery-Mobile - merge 960.gs flexibility with jquery-mobile ease
jquery-mobile-960 is a port of 960 grid to jquery mobile. It merge the flexibility of 960.gs, and the ease of jquery mobile. It aims to bring more flexibility to jquery-mobile layout and thus make it easier to use on tablets.
css  grid  jquery  mobile  tablet 
4 weeks ago
How to Create Your Own Super Simple WordPress Plugins
Recently I realized I had a problem. I’ve been coming across a lot of very useful bits of code that you can put into your theme’s functions file.
That may not sound like a problem, but it is. Because these files are tied to your theme, if you ever want to use them again on a different theme, you have to go digging around for the bits of code and then manually add them again to your new theme.
The answer, it seemed, was to turn these bits of code into simple plugins that I could easily install on any site, and of course, with any theme.
howto  plugin  wordpress  functions 
4 weeks ago
ACF { Advanced Custom Fields plugin for WordPress
The Advanced Custom Fields plugin gives you the tools to create your own custom edit screens. Boasting a professional interface and a powerfull API, it’s a must have for any web developer working with WordPress.Field types include: Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date picker, color picker and more!
cms  custom  custom-fields  wordpress  plugin 
4 weeks ago
WordPress Creation Kit - custom fields, taxonomy and post type creator
WordPress Creation Kit consists of three brand new plugins that can help you with the tough task of creating and maintaining custom post types, custom taxonomies and most importantly, custom fields and metaboxes for your posts, pages or CPT’s.
content  custom  plugin  plugins  wordpress  CMS 
4 weeks ago
WordPress › Multiple content blocks « WordPress Plugins
Lets you use more than one content "block" on a template. You only have to insert one tag inside the template, so it's easy to use.
content  plugin  wordpress  block  template 
4 weeks ago
WordPress › AJAX Thumbnail Rebuild « WordPress Plugins
AJAX Thumbnail Rebuild allows you to rebuild all thumbnails on your site. There are already some plugins available for this, but they have one thing in common: All thumbnails are rebuilt in a single step. This works fine when you don’t have that many photos on your site. When you have a lot of full-size photos, the script on the server side takes a long time to run. Unfortunately the time a script is allowed to run is limited, which sets an upper limit to the number of thumbnails you can regenerate. This number depends on the server configuration and the computing power your server has available. When you get over this limit, you won’t be able to rebuild your thumbnails.
generate  image  plugin  wordpress  correct  size  admin  tools 
4 weeks ago
HookPress for WordPress
Webhooks are a simple paradigm for developing instant notifications and mashups based on simple HTTP requests. With HookPress you can set up webhooks so that a specified URL (a public service or something you set up) is requested when certain WordPress actions occur. Possible uses include generating push notifications or using non-PHP web technology to extend WordPress.
api  plugin  plugins  wordpress  web  hooks  push  notifications 
4 weeks ago
WPAlchemy MetaBox PHP Class
The WPAlchemy_MetaBox PHP class can be used to create WordPress meta boxes quickly. It will give you the flexibility you need as a developer, allowing you to quickly build custom meta boxes for your themes and plugins.
cms  wordpress  custom  meta  addo 
4 weeks ago
Automatic responsive images in WordPress | Viewport Industries
As Elliot mentioned in our first post we wanted to try out a few relatively new techniques on this site, the main one being the inclusion of Josh Emerson’s Responsive-Enhance script to serve resolution-dependent images.
The simplest way to see the script in action (if you are using a desktop browser) is to resize this screen so that it’s very narrow and hit refresh; all being well the image above should turn into a black and white version, physically smaller in terms of dimensions and file size. Now slowly stretch the screen out again and you should see the colour version kick back in. Josh’s script cleverly replaces the lo-res version with the full size colour version — nice and easy.
design  images  responsive  webdesign  wordpress  css  jquery 
5 weeks ago
WordPress › The Events Calendar « WordPress Plugins
The Events Calendar is a fully featured event management system with multiple views, 3rd party integrations, and a slew of premium add-ons
plugins  wordpress  event 
5 weeks ago
Mind Blowing WordPress Plugins « Lorelle on WordPress
To me, a mind blowing WordPress Plugin is one that breaks the rules. It is unique and original in its implementation, and pushes WordPress. It might not be a Plugin that everyone must have on their site. It might not be a Plugin that even interests you. What these will do is to get you to look at the incredible diversity of Plugins available. If you are a Plugin author, hopefully these will light up your imagination as to the possible, building upon these and incorporating their originality into your Plugins.
news  plugins  webdesign  wordpress 
5 weeks ago
GigPress
GigPress is a powerful WordPress plugin designed for musicians and other performers. Manage all of your upcoming and past performances right from within the WordPress admin, and display them on your site using simple shortcodes, PHP template tags, or the GigPress widget on your WordPress-powered website.
music  plugin  plugins  wordpress  events  recitales 
5 weeks ago
How to Customize Your WordPress Administration Area
WordPress is one of the most popular content management systems out there. Thousands of bloggers use WordPress to power their blogs, websites, forums and other online publications. The best thing regarding WordPress is it’s rich inventory of useful plugins – there are different types of plugins available for customizing your requirements.
wordpress  admin  customize  tips  tricks  plugins  widgets 
5 weeks ago
Qtranslate tutorial | DarineKo
Here is a quick Qtranslate tutorial for those who are a bit lost. I don't know if it's the best plugin for a multilanguage website, it depends on your needs, but for me, it was by far the best choice! :D
wordpress  qtranslate  tips  quick  guide 
5 weeks ago
Superfish - Suckerfish on 'roids
Superfish is an enhanced Suckerfish-style menu jQuery plugin that takes an existing pure CSS drop-down menu (so it degrades gracefully without JavaScript) and adds the following much-sought-after enhancements:
css  javascript  jquery  menu  navigation 
5 weeks ago
thegorgon/jpop · GitHub
jPop is jQuery plugin for making iPad style popovers. The plugin comes with a default skin modeled off the iPad style, but the popovers can be skinned with images to any style.
jquery  popover  pop  window  modal  ipad  mobile  css  js  javascript 
5 weeks ago
Jquery popover
Jquery popover is a JQuery plugin that provides an easy way to create iPad like popovers.
jquery  mobile  ipad  popover  window  modal  script 
5 weeks ago
LESS « The Dynamic Stylesheet language
LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (Chrome, Safari, Firefox) and server-side, with Node.js and Rhino.
css  development  framework  webdesign  ruby 
5 weeks ago
AixSponza
CINEMA 4D PLUGINS
cinema  4d  plugins 
5 weeks ago
Coverflux
We have all seen the gorgeous scrolling image carousel that iTunes and Finder uses. CoverFlux reproduces that slideshow effect for still images, producing movies & project files for Final Cut Pro, Motion, Final Cut Express & After Effects.

CoverFlux2 has been completely rewritten, redefining this signature browsing slideshow with stunning new visual effects. It's faster with over 10 unique features added:
after  effects  plugin  coverflow  mac  video 
5 weeks ago
10 Incredibly Useful Plugins for Final Cut Pro & Motion | Mac.AppStorm
I was very reluctant to adopt Final Cut X and Motion 5 due to a number of reasons, one of the biggest of which was my favorite plugins working with the new software. I am very happy to say after many months, plugins are now available and coming out strong.
Let’s go on a little video lover’s escapade into the world of digital video and check some cool plugins! I even threw in a plugin for those who have not switched over to FCP X.
motion  plugin  fcp 
5 weeks ago
How to: Block Flash Ads and Disable Flash Objects in Google Chrome | TechieSouls
Flash ads are annoying and I am sure many of the pro web users never need them around. They are make browsing slow, sluggish and ruin user experience if they are designed to make sound while mouse hover or some of them even automatically play videos and audio. Currently there is no option in chrome which let you disable flash or block flash ads the reason is the missing feature of plugin support in chrome or by default ad block integration.
ads  browser  chrome  flash  google 
5 weeks ago
Using Less CSS, BluePrint and WP for a Faster Workflow | Wptuts+
Less.CSS is becoming a popular tool for making stylesheets “dynamic”. I’ve been working with integrating Less.CSS with WordPress for a while now, so today we’re going to be looking at a short tutorial on how to get started with using it and the BluePrint CSS framework for a faster workflow in WordPress.
less  tutorials  wordpress  css 
5 weeks ago
Crunch! - The tastiest LESS editor
The LESS editor and compiler that almost makes it too easy
less  apps  css  editor  software 
5 weeks ago
LESS.app For Mac OS X
{Less} extends CSS with variables, nested rules, operators and more. If you're still building websites without it, you're an idiot. This app makes it dead simple to use {Less} by automatically compiling *.less files into standard CSS.
css  development  less  mac  osx 
5 weeks ago
Skeleton: Beautiful Boilerplate for Responsive, Mobile-Friendly Development
Skeleton is a small collection of CSS & JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone. Skeleton is built on three core principles:
grid  responsive  framework  css  html 
6 weeks ago
Frameless
Dig responsive design? Hate fluid grids? Try a Frameless grid.
grid  design  framework  css 
6 weeks ago
Getting Started With TimThumb
This page showcases the demos for part 1 of the TimThumb primer. Getting Started with TimThumb
tinthumb  demo  code  examples  reference 
6 weeks ago
TimThumb - Image Resizer for WordPress
TimThumb is a simple, flexible, PHP script that resizes images. You give it a bunch of parameters, and it spits out a thumbnail image that you can display on your site.
php  wordpress  plugins  thumbnails  images  resize  image 
6 weeks ago
funkylarma/WordPress.sugar · GitHub
I can not take any credit for this at all, the Sugar was orginially created by Alison Barrett for MacRabbit's all in one editor Espresso.

It was released for Espresso 1 back in 2010 and now updated for Espresso 2 in 2011 thank to continued support

So why is it here? Simple I could not get the autocomplete to work so I thought I'd have a look under the covers, it never hurts to have enough code on GitHub I guess.
espresso  sugar  wordpress  autocomplete  addons  github  code  completition 
6 weeks ago
jQuery Zoom
jQuery Zoom

A plugin to enlarge images on mouseover or mousedown.
css  image  zoom  plugin  jquery  ecommerce  img  hover 
6 weeks ago
ColorBox
ColorBox

A lightweight customizable lightbox plugin for jQuery

Fork me on GitHub
images  jquery  lightbox 
6 weeks ago
Golden Grid System
Golden Grid System (GGS) splits the screen into 18 even columns. The leftmost and rightmost columns are used as the outer margins of the grid, which leaves 16 columns for use in design.
css  design  framework  grid  webdesign 
6 weeks ago
« earlier      
3d Accesibilidad accessibility actionscript admin advertising After aftereffects ajax animation api app apple argentina art article audio Barra_de_marcadores blender blog blogging blogs browser business button buttons cinema4d cms coda code collection color comments community contact content cool corners css css3 custom customfields database descargas design developement development dise diseño download downloads dvd E-commerce ecommerce editor effect effects email flash font fonts form forms Fotografia fotos framework free freelance freeware full function gallery generator google graphic graphics gratis grid guide hack hacks help HERRAMIENTAS hooks hosting how howto html HTML5 humor icon icons ie ie6 illustration illustrator image images imported Inspiración inspiration interface internet ipad iphone java javascript jquery js layout Learn less library lightbox links list lists loop loops mac marketing media megaupload menu Mobile motion Motion_Graphics motiongraphics movies mp3 music musica must Must_Read navigation new news newsletter online opensource optimization osx page pagination patterns pdf photography photos photoshop php player plugin plugins png portfolio post programming rapidshare recursos reference resource resources responsive rounded sass script scripts scroll search seo simple Sites slider slideshow snippets social software sound standards stock template templates testing theme themes tip tips Tips_&_Tricks to tool tools top toread trick tricks tutorial tutoriales tutorials type typography ui url usability useful Utiles Utilidades Validation vector video videos web web2.0 webdesign webdev webdevelopment website widgets wordpress wordpress-plugins wp

Copy this bookmark:



description:


tags: