background preloader

Tools

Facebook Twitter

Bootswatch: Free themes for Bootstrap.

Wysywig

Tooltipster - The jQuery Tooltip Plugin. Styling your tooltips with a custom look ⇑ Tooltipster makes it very easy to go from one of the packaged themes and customize a few properties of your choice. To do so, we recommend that you create a so-called "secondary theme" which will override some properties of a packaged theme. Create a new css file and include it in your page. Inside the file, declare your customized rules like this: For your secondary theme to be applied, provide an array of themes instead of just one. You may even provide more than two themes if you create a secondary theme to your secondary theme! Changing the size of the arrow might be the only challenging customization but it's doable!

Updating a tooltip's content ⇑ It's easy as pie to update a tooltip's content - whether it's open or closed. $('#myelement').tooltipster('content', 'My new content'); // or when you have the instance of the tooltip: instance.content('My new content'); Tooltipster plays a subtle animation when the content changes. 1) Open triggers. Bootbox.js—alert, confirm and flexible modal dialogs for the Bootstrap framework. Bootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes using Bootstrap modals, without having to worry about creating, managing or removing any of the required DOM elements or JS event handlers. Here’s the simplest possible example: bootbox.alert("Hello world! "); bootbox.alert("Hello world! "); Compare that to the code you’d have to write without Bootbox: Documentation for older versions of Bootbox is also available: v3.x, v2.x.

The library exposes three methods designed to mimic their native JavaScript equivalents. Bootbox.alert(message, callback) bootbox.prompt(message, callback) bootbox.confirm(message, callback) The only required argument is for alert calls is message; callback is required for confirm and prompt calls in order to determine what the user’s response was. Each of these three methods calls a fourth public method which you too can use to create your own custom dialogs: bootbox.dialog(options) More API documentation » Alert Confirm Prompt. || Dummy Text Generator | Lorem ipsum for webdesigners || Fronteed/iCheck. Master Slider - Responsive Touch Swipe Slider Preview.

Web authoring with comfort. Start your pages from a colletions of ready to use layout, and add content from a rich collections of ready to use elements. Creating your own design from a blank canvas has never been so easy. Drag elements in position, resize and customize, insert your contents. Designers create mockups and prototypes visually producing standard HTML files Developers become more productive, avoiding the tedious part of writing markup. Non-coders can design responsive webpages from day one Start your pages from a colletions of ready to use layout, and add content from a rich collections of ready to use elements. Creating your own design from a blank canvas has never been so easy. Designers create mockups and prototypes visually producing standard HTML files Developers become more productive, avoiding the tedious part of writing markup. List of Twitter Bootstrap Resources and plugins.

Type Connection. WordPress Themes. Top Responsive Website Builder - Webflow. Font Awesome, the iconic font and CSS toolkit. CSS Button Generator. Edit Icon | Mono General 2 Iconset | Custom Icon Design.

Recently viewed icons Share this link Sponsored links Follow us edit Search tag Good (6) Bad (0) Report abuse new Search tag Good (1) Bad (0) Report abuse kawaii Search tag Good (1) Bad (0) Report abuse list Search tag Good (1) Bad (0) Report abuse Icon Rating Stats Views: 3604Downloads: 700Posted: Mar 10, 2014 Browse this Iconset Advertisement Artist:Custom Icon Design (Available for custom work)Iconset:Mono General 2 Icons (15 icons)License: Free for non-commercial use.Commercial usage: Buy commercial license here: PNG | 512pxDownload ICODownload ICNSDonate to artist Download other sizes of this icon: Similar icons with these tags: editnewkawaiilist More icons from the "Mono General 2 Icons" icon set. (15 icons) jQuery Lightbox Generator. Mobile-ready, Responsive Lightbox Gallery.

Web builders

Stock images. FlexSlider 2. Flexslider by WooThemes. Namespace: "flex-", //{NEW} String: Prefix string attached to the class of every element generated by the plugin animation: "fade", //String: Select your animation type, "fade" or "slide" easing: "swing", //{NEW} String: Determines the easing method used in jQuery transitions. jQuery easing plugin is supported!

Direction: "horizontal", //String: Select the sliding direction, "horizontal" or "vertical" reverse: false, //{NEW} Boolean: Reverse the animation direction animationLoop: true, //Boolean: Should the animation loop? SmoothHeight: false, //{NEW} Boolean: Allow height of the slider to animate smoothly in horizontal mode startAt: 0, //Integer: The slide that the slider should start on. Slideshow: true, //Boolean: Animate slider automatically slideshowSpeed: 7000, //Integer: Set the speed of the slideshow cycling, in milliseconds animationSpeed: 600, //Integer: Set the speed of animations, in milliseconds initDelay: 0, //{NEW} Integer: Set an initialization delay, in milliseconds.

Get Sharing Buttons. Crafty Responsive Tables. Why We Built This When we looked around at the various implementations of responsive tables on the web, we saw lots of interesting ideas but nothing we thought was a really great implementation. Chris Coyier on css-tricks.net did a great round up of responsive data tables and while there's some fascinating ideas in there, nothing seemed to meet the criteria we had for a great implementation: Doesn't break responsive layouts Doesn't unnecessarily hide data Still lets you compare rows With those existing tricks in mind, we set out to develop this, a CSS/JS combo that takes existing tables and modifies them for small devices so they meet our criteria.

It works by taking the first column and "pinning" it to the left of the table, allowing you to scroll the other columns under it. You don't lose the likely key for each row, but you also don't have to break your nice responsive layout. How to Make Your Tables Responsive We wanted this to be incredibly easy to implement. Attach to Your Markup. Flexy Boxes — CSS flexbox playground and code generation tool. Flexbox browser support Three versions of the flexbox spec – each with different syntax – have been implemented in browsers. The two 2012 specs are roughly equivilant in terms of features, differing mainly in syntax. The earlier 2009 spec is less comprehensive though covers a lot of the same ground. Flexbox 2012 — W3C Candidate Recommendation, September 2012 Opera 12.1+, Firefox 22+. Chrome 21 -webkit- Flexbox early 2012 — W3C Working Draft, 22 March 2012 Internet Explorer 10 -ms- Flexbox 2009 — W3C Working Draft, 23 July 2009 Firefox 2+ -moz-, Chrome 4+ -webkit-, Safari 3.1+ -webkit-. iOS Safari 3.2+ -webkit- More browser support info available on caniuse.com.

Known issues Flexbox early 2012 Flexbox early 2012 (Internet Explorer 10) align-content (equiv. flex-line-pack) doesn't work if the cross axis dimension is set with min-width or min-height Flexbox 2009 Flexbox 2009 (Firefox) Firefox has a number of non-trivial issues with its 2009 implementation: Further reading. CSS - css frameworks. Import Image - favicon.ico Generator. Personalized widgets at your finger tips. | AddThis. JQuery Corner Demo. It's important to understand that this corner plugin is pulling off its magic by adding more elements to the page. Specifically, it adds div "strips" to the item to be cornered and sets a solid background color on these strips in order to hide the actual corners of the real item. So if you step back and look at the cornered element, think of there being solid colored divs hiding the true squared off corners of the item you wish to be changed.

This helps you understand the inherent limitations of this small plugin. It's best suited for rounding off block-level elements (divs, paragraphs, etc) and may present more challenges when trying to round off inline elements (spans, anchors, etc). Recently I added support for native border-radius rounding in browsers that support it (Opera 10.5+, Firefox, Safari, and Chrome). So in those browsers the plugin simply sets a css property on the element. But in IE, we'll have to wait for version 9 before that is supported. Auto-Ready! // script used ... 72 Free PSD Web Design Elements PSD files. Subscribe by RSS or Email 72 Free PSD Web Design Elements PSD files Posted In: Freebies, Photoshop roundups, By WAD, 15 Comments advertisement Adobe Photoshop PSD files can be used to create good-looking and eye-catching web design layouts, icons, buttons, any web design elements and much more.

We appreciate the work of all those talented Photoshop Designers who designed and share their Creative design stuffs with their efforts. Here’s a collection of free web design elements layered PSD files, easy to use and customize with some adjustment as per your need and can be turned into ready web element 1. 2. 3D Web page Display by artbees 3. 4. 5. 300 Lifetime Social Network Icons 6. 7. 111 Free Ecommerce Icons 8. 7 3D Arrow Icons 9. 10. 11. 12. 13. 14. 15. 16. 4 step process panel in 2 colors (PSD) 17. 18. 4 excellent content sliders (Download PSD) 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. Advertisement 37. 24 glossy social media icons (PSD & PNG) 38. 39. 404 Error Template.