background preloader

Jcrop - Deep Liquid

Jcrop - Deep Liquid
Jcrop Home • Download • Manual • Examples Jcrop is the quick and easy way to add image cropping functionality to your web application. It combines the ease-of-use of a typical jQuery plugin with a powerful cross-platform DHTML cropping engine that is faithful to familiar desktop graphics applications. Feature Overview Attaches unobtrusively to images or block objects Supports aspect ratio locking Supports minSize/maxSize setting Callbacks for selection done, or while moving Keyboard support for nudging selection API features to create interactivity, including animation Support for CSS styling, now uses LESS Touch support for iOS, Android, etc Cross-platform Compatibility Firefox 2+ Safari 3+ Opera 9.5+ Google Chrome 0.2+ Internet Explorer 6+ May work in older versions or other modern browsers, these were tested. Documentation Archive Jcrop is free software released under MIT License.

10 interesting jQuery plugins (september 2011) 10 interesting jQuery plugins (september 2011) This is new roundup of most interesting jQuery plug-ins that have emerged over the last month. Here are different plugins like sliders, ui dialogs, images filter etc. 1. Rotating Slider with Easing The slider that scrolls the image vertically on its axis. 2. Designers seem to like using modal windows more and more, as they provide a quick way to show data without reloading the entire page. 3. rlightbox This is a jQuery UI mediabox that can display many types of content such as images, YouTube videos and Vimeo content. 4. This is a jQuery plugin that makes it simple to add sliding (aka “floating”) panel functionality to your web page. 5. jCallout Callout is a balloon div that connects text, symbols, images to an element or a group of elements. 6. jFL – Fluid Adaptive Layout jFL – plugin for handling fluid and adaptive layout elements: resize div, resize font size, div positioning. 7. Nice way to filter array of images. 8. multiselect 9. 10.

20 Firefox Add-ons to Enhance your Web Development Sep 09 2008 There are lots of free extensions and add-ons available on the internet for Firefox, but which are the best add-ons that can Really help you as a web developer or designer in terms of time and effort? Many of our readers suggested some great add-ons in our previous post, Designer´s Toolbox : 15+ Time Saving Tools- What´s your Secret? . You might be interested to check other related posts for more useful tools: 1-InspectorWidget Adds toolbar button and context menus for invoking the DOM Inspector (DOMi) for either chrome or content elements. 2-Web Developer Suggested by Jon Aizlewood from and Mike Smith from A very useful add-on, adds a menu and a toolbar with various web developer tools. 3-IE View Lets you load pages in IE with a single right-click, or mark certain sites to *always* load in IE. 4-TinyUrl Creator 5-EditCSS Stylesheet modifier in the Sidebar. 6- View formatted source 7- Firebug One of the best add-ons. Homepage

Wordpress Plugins To Use On A Design Blog Posted on 07'08 Oct Posted on October 7, 2008 along with 97 JUST™ Creative Comments One of the cool benefits of using WordPress as a CMS (Content Management System) is the ability to use plugins which allows you to add on extra features with just a few clicks. I am going to showcase the particular WordPress plugins I use on this blog and the reasons for doing so. Akismet It is one of the best spam filters going around. Akismet checks your comments against the Akismet web service to see if they look like spam or not. Why? All in One SEO Pack Out-of-the-box Search Engine Optimisation for your WordPress blog. Why? Better Comments Manager Better Comments manager allows you to view your comments post wise, it also allows you to reply to your comments from within the admin panel without you having to visit the site to respond to comments. Why? cforms cforms offers unparalleled flexibility in deploying contact forms across your blog. Why? Chunk Urls for WordPress Why? Commentluv Why? FeedBurner FeedSmith

jQuery NailThumb experience how useful it is in dynamic web applications, where you can face any shape or size. What it's useful for? Basically any media gallery But imagine you want to use avatars in your web applications: with this plugin you can avoid to develop a functionality that enable your user to load avatars of the right height and width, and still you'll be able to present them nicely in the size/sizes your layout need. Take a look at the avatar demo What this is not? This plugin won't help you deliver very big high-res images more easily. However with this plugin you'll just have to resize them to a more bandwidth friendly dimension, you won't need to crop/resize them to any particular aspect ratio, and most of all you'll be able to change that shape via css whenever you want afterwards.

jQuery image zooming plugin A plugin to enlarge images on touch, click, or mouseover. Fork me on GitHub Demo Hover Grab Download Released under the MIT License. Instructions Zoom appends html inside the element it is assigned to, so that element has to be able to accept html, like <a>, <span>, <li>, <div>, etc. To use zoom with img elements, they will need to be wrapped with another element. Removing Zoom Trigger the zoom.destroy event to remove zoom from an element: $('#example').zoom(); // add zoom$('#example').trigger('zoom.destroy'); // remove zoom Settings Hey,

75 (Really) Useful JavaScript Techniques | Developer&#039;s Toolbox Advertisement Developers and designers are using more and more JavaScript in modern designs. Sometimes this can be a hindrance to the user and take away from the simplicity of the design, and other times it can add greatly to the user’s experience. The key is a) adding the right amount of JavaScript, and b) using the right JavaScript techniques. We have already1 collected2 various3 JavaScript4 techniques5 in the past – now it’s time for a new portion of JavaScript. Thanks to the Web’s widespread adoption of JavaScript, JavaScript libraries have sprung up to help make design and development easier. However, sometimes we need JavaScript solutions that are a little more involved or specific. You may want to take a look at the following related articles: 75 Useful JavaScript Techniques Hyphenation in Web11This project collects working solutions for automatic hyphenation in (X)HTML pages. SocialHistory.js13SocialHistory.js enables you to detect which social bookmarking sites your visitors use.

Crear plugins para jQuery (Cristalab) jQuery, uno de los mejores frameworks para Javascript y AJAX que existen, puede ser facilmente extendido usando plugins. En este tutorial te mostraré como crear plugins para jQuery, desde lo más básico hasta la integración directa con la libreria. El propósito de este tutorial es aprender a crear plugins para jQuery, con las facilidades que la libreria ya trae. Antes de empezar te recomiendo leer el tutorial de introduccion a jQuery, si no conoces los conceptos basicos del lenguaje, y el tutorial de programacion orientada a objetos en javascript, para que entiendas como ocurre todo a la perfeccion. Objetos a extender Para la creacion de plugins con jQuery, hay dos objetos básicos que se extenderan: El objeto jQuery, que se encarga de practicamente todo el procesamiento interno y el objeto jQuery.fn, que es el que maneja la interaccion con elementos. Creando el espacio de trabajo Creando el objeto principal, sus metodos y propiedades $(document).ready( function(){ $.comprobarAlert("Hola!")

Easy Responsive Web Design with the Restive jQuery Plugin Designing Web Sites for Smartphones and Tablets sounds really great when you read about it on Web Design Blogs. You get all excited about the awesome possibilities of having your Web site look and feel good on multiple mobile devices [and non-mobile devices alike]. However, when you actually stop the dreaming and get to the doing, your joy literally gets knocked in the teeth by the fearless fists of sorrow. Have you ever been so frustrated that you shout out the phrase that is identified by those notorious initials "WTF", but you're so gobsmacked with said frustration that you skip the first word and then can't even finish the expletive, you're just like "...THE FFFFF...?!" So what is the Restive Plugin?! A Working Example Let's say today is "Hello World" Day for the Restive Plugin, the day we're going to build our first Web site using Restive Plugin [with the help of HTML and CSS]. Our Web site code base is as follows: <! As it stands, the above code is neither responsive nor adaptive.

Craftyslide - A tiny jQuery slideshow plugin Light Trails Bokeh Blossoms Funky Painting Vintage Chandelier Why Craftyslide? Craftyslide was created first and foremost as an experiment, but secondly out of frustration with many plugins being written today. I found many slideshow plugins too bloated for my needs and code supplied was often superfluous and non-semantic. This prompted me to go about writing my own plugin, with the result being Craftyslide. Usage Using Craftyslide on your site is easy. Files to include: Basic initialization: <script> $("#slideshow").craftyslide(); </script> Show CSS Show jQuery Options width (number) Set a custom width for your slideshow. height (number) Set a custom height for your slideshow pagination (true/false) Select whether to display pagination or not. fadetime (number) Define the fade animation speed of slides. delay (number) Used during auto mode (pagination set to false). Options example: Example showing multiple options Download

6 Tools to Help You Analyze a Web Host - Six Revisions Editor’s Note: This is a guest post by Eva Vesper who works with Web Hosting Search – a small, independent hosting review site. She’s here to share some insights on how to evaluate and analyze your hosting provider. You have a website. You are satisfied with the web hosting provider but you still think it could be better. What to do? There are fortunately a few excellent tools that will help you monitor how web hosts are performing. 1. One of the better tools is the one that is provided by DNSstuff. 2. At Who is Hosting This? 3. Screenshot of Uptime.Netcraft using w3c.org as an example Netcraft is a data and analytics company. The latest performance report can be found on the uptime main page. 4. At YouGetSignal.com you will find a proper collection of useful tools when you are analyzing a hosting provider. 5. It is similar to WhoIs.com but with more detailed information. 6. Conclusion Related Articles

20 plugins para usar WordPress como CMS Francesco Mugnai ha elaborado una lista estupenda de los mejores plugins para usar WordPress como CMS, para diluir la diferencia entre blog y portal. Y casualmente coincide en parte con mi propia lista en la muchas de las propuestas, así que aquí tienes mi lista de plugins con una explicación de su cometido: Flutter – Una auténtica barbaridad de plugin. Con posibilidades infinitas de creación de paneles personalizados.Role Manager – Uno de mis recomendados de siempre. Permite un control absoluto de los perfiles de usuarios, que puede hacer cada perfil y que no, pudiendo crear nuevos tipos de perfil o roles.WP-CMS Post Control plugin – Completo panel de opciones que te permite decidir que tipo de contenido se mostrará en tu sitio. ¿Los conocías todos?

Fullscreen Gallery with Thumbnail Flip In this tutorial we will create a fullscreen gallery with jQuery. The idea is to have a thumbnail of the currently shown fullscreen image on the side that flips when navigating through the images. The big image will slide up or down depending where we are navigating to. View demoDownload source In this tutorial we will create a fullscreen gallery with jQuery. We will be using Flip! And we will also be using the jQuery Mousewheel Plugin by Brandon Aaron. The beautiful images are by talented Polina Efremova. Let’s get started with the markup! The Markup First, we will add a loading element that we want to show when the images are being loaded: Then, we will create a container for all the images that will be shown in fullscreen: We will use the “longdesc” attribute to indicate the path to the respective thumbnail. Next, we will add a container for the contents that are shown on the left bottom corner of the screen. Each box with a heading will be inside of an element with the class “tf_content”.

20 Free Page Analysis Tools Get the FlatPix UI Kit for only $7 - Learn More or Buy Now When developing and maintaining websites, analysis plays a significant role in maximizing the effectiveness of the site. There are a number of resources and tools for analyzing web pages, and this post looks at 20 of the best free tools for this purpose. Almost all of them require no account or download to be used. There are a variety of different tools represented here. Website Grader from HubSpot Website Grader is one of my favorite tools on the list because of how helpful and usable it is. Trifecta from SEOmoz One of the more unique tools in this list, Trifecta will analyze a page, a blog, or an entire domain based on slightly different criteria. Spider Simulator from Summit Media This tool will give you a good idea of how search friendly you site is, and it will also give you a percentage rating. Web Page Analyzer from WebsiteOptimization.com This free tool will give you plenty of information to work with. SEO Analysis Tool

webdev.stephband.info Download git clone github.com/stephband/jparallax Instantiation jQuery( '.parallax-layer' ).parallax( options ); What does jquery.parallax do? jParallax turns nodes into absolutely positioned layers that move in response to the mouse. With a bit of CSS you can either set up windows to see these layers through, or leave them free to roam about. The diagram on the right illustrates what jParallax does to the html: and here's a demonstration with some images: More demos demos/index.html demos/stalkbuttons.html - multiple parallax. demos/remotecontrol.html - parallax by remote control. demos/thumbnails.html - beautiful interactive thumbnails. demos/target.html - demonstrates how smoothly jParallax handles window resizing. Using jParallax The default behaviour of jParallax is to show the whole width of a layer in response to the mouse travelling the whole width of the mouseport. There are various ways to style jParallax effectively. Options Layer Options Events

Related: