FancyBox - Fancy jQuery Lightbox Alternative. What's new Version 2 is completely rewritten with new features and updated graphics.
Notable changes Extendable using helpers Responsive (try resizing window while fancyBox is open) Integrated slideshow New gallery transitions Uses CSS3 (shadows, round corners) Updated plugin options (not compatible with previous versions) Now licensed under Creative Commons Attribution-NonCommercial 3.0 Road Map Basic WordPress plugin Rewrite website and documentation Improve thumbnail helper (to function like slider) fancyBox for mobile (probably) fancyBox 3.0 Instructions Download the plugin, unzip it, copy files and include fancyBox script and stylesheet in your document (you will need to make sure the css and js files are on your server, and adjust the paths in the script and link tag).
Create link elements whose href attributes will contain the path of the element you wish to open within the fancyBox. Attach fancyBox when the document is loaded. Examples Extended functionality Documentation. Using Oracle SQL Developer with MS SQL. Having chosen Oracle SQL Developer as your preferred Oracle database tool, do you have to install and learn a new technology for supporting your MS SQL databases?
Nope! It's easy to connect SQL Developer to MS SQL databases, and I'll show you how. Background For years I worked in technical support for software vendors, and I never knew what client tool would be available when I accessed a customer system. In fact, in many cases they'd only give me command-line SQLPlus access.
Spf13-vim - The Ultimate Vim Distribution. jQuery Accordion add arrow only if has child. Edit this Fiddle. Custom jquery accordion - adding/removing classes on anchors. jQuery color plugin xcolor. The xcolor plugin is an easy-to-use jQuery extension to manipulate colors in all imaginable combinations.
Overview This plugin implements an extensiv color parser and a featureful set of color-manipulation methods. There is also an animate() extension to smooth CSS colors. Another useful method isReadable() completes the whole, by allowing you to check if a text is readable on a certain background. The color value can also be passed in different color models: RGB, HSV/HSB, HSL and their adequate alpha extensions. Basic Usage The jQuery color plugin can be used to simply transform colors like Microsoft's million dollar color: <script src=" var color = $.xcolor.greyfilter("#0044cc"); console.log(color.getHex()); </script> getHex() is just an example, see below for the other Color methods jQuery extension $(node).isReadable() Performs a readability test on the first selected element. // Example:var bReadable = $("#tag").isReadable(); $(node).css()
How To Access Disk Management in Windows 7. Accessing Disk Management in Windows 7 from the Computer Management utility is very easy.
You won't find a shortcut to Disk Management in your Windows 7 Start Menu because it's not a program in the same sense that most other software on your computer is. Follow the steps below to access Disk Management from the Computer Management utility in Windows 7: Note: Not using Windows 7 or want to open Disk Management from the Command Prompt? See the tips at the bottom of the page for help. Difficulty: Easy. Avoid return false in jQuery Click Bindings. If you’ve ever written any jQuery code to bind to a click event, you’ve likely written something of the form: In these cases, the click event fires and causes the function to do some stuff.
The return false prevents the normal behavior of the anchor, i.e. the href attribute is never executed (new URL, hash, etc.). This might appear to be fine on the front-end, but the return false breaks the bubbling of additional click events. This means if there are any other click bindings, after this function gets called, those others do not. Consider this example: If the first function above fires first, the return false prevents the generic all-anchors analytics function from firing. As you can see, each function has a parameter passed in, the event object. Read More Read more about event.preventDefault() jQuery Live() Method and Event Bubbling.
Using jQuery and CSS to Create Buttons. A website that has an original look stands out from the rest.
CSS buttons therefore are important. Perhaps they are even trivial to implement using basic CSS and jQuery events. However, creating any high-quality work requires a thorough examination of the ingredients. Visual CSS Gradient Generator - All new powerful online cross-browser CSS, SVG and Canvas gradient generator for web designers. Pagination with CodeIgniter. When you perform a search on Google, the results are displayed in a list and you have the option to click through pages of the results.
That is an example of pagination. Pagination simply means the user has the ability to click through the pages of results, viewing a subset of them each time, rather than having to scroll down the screen for ages. Pagination is particularly useful when you are coding an application that interfaces with a database. A large dataset might have hundreds of possible results for one query, and pagination creates a much nicer user experience. In this tutorial, I’ll use CodeIgniter’s pagination library to show you how you can create a paginated list of results from a MySQL database. I’ll assume you have an installation of CodeIgniter 2.1 ready to go. The Model. Configure apache to use virtual hosts on ubuntu server - LinodeWiki.