background preloader

Beautiful Slide Out Navigation: A CSS and jQuery Tutorial

Today I want to show you how to create an amazing slide out menu or navigation for your website. The navigation will be almost hidden – the items only slide out when the user hovers over the area next to them. This gives a beautiful effect and using this technique can spare […] View demoDownload source Today I want to show you how to create an amazing slide out menu or navigation for your website. The icons that we will be using are from the Colorful Sticker Icon Sets 1, 2, 3 and 4 by DryIcons. Ok, let’s get to work. 1. The only thing we will need for the navigation is a simple unordered list with links inside of the list elements: The list is getting an ID because we want to refer to it later in the JavaScript. 2. First, we define the CSS properties for the list: The navigation should always be accessible for the user, even if he scrolls down the page. Now, let’s look at the list element properties: For the links in the list elements, we define the following CSS properties: The JavaScript

3D Animation Workshop: 3D Modeling Tutorials, Lessons, and Software Reviews Using ellipsis with HTML and CSS Posted December 5th, 2009 in HTML and CSS and Javascript If the text is too wide to fit into a container, a nice solution can be to have ellipsis to show there's more information available. While not currently part of the official HTML specifications, it is possible to have ellipsis defined in CSS and it works for Internet Explorer, Safari, Chrome and Opera. It doesn't work for Firefox but there's a workaround that can be done with jQuery. Example In the following example the text "Lorem ipsum dolor sit amet, consectetur adipiscing elit. The first example shows the text not fitting the container, and without the ellipsis styling. Lorem ipsum dolor sit amet, consectetur adipiscing elit. The second example shows it with ellipsis. The above won't work if you are reading this is a feed reader so please click through to view this in a web browser instead. The CSS to add ellipsis The following CSS is needed to add the ellipsis if the text overflows the container: Using jQuery for Firefox

Useful Free Web UI Elements PSD Packs chethstudios Design Magazine Everyone Likes Freebies, and when those freebies saves you a lot of time they surely become priceless and worth a mention, and we are here with a neat and useful roundup of all the web UI Elements every designer/web developer must download. Nothing more useful than saving some time which you were going to spend designing these. Need more? check out other GUI and PSD freebies. Related Posts:Roundup of Best Free Smart Phones GUI PSD Packs80+ Free PSD Web UI Elements For Download80+ Free Editable PSD Website Templates Massive Web UI, Button Set WEB UI Treasure Chest v 1.0 Webdesigner Toolkit Free PSD: Checkbox Replacement Free Web UI Wireframe Kit Wireframe Symbols Sketching & Wireframing kit Facebook GUI free PSD resource Facebook Applications Flex Darkskin PSD UI Scalable calendar Free Web UI Element Pack Flex 3 Stencil Modern Web UI Set Our incredible deals of 000-966 exam and free 1Y0-A16 tutorials make your success certain for the final mcsa certification exam and you can get mcp dumps & 642-982.

Easy front-end framework Skulpt A Beautiful Apple-style Slideshow Gallery With CSS & jQuery – Tutorialzine Martin Angelov Introduction When speaking about design, there is one company that is impossible to go without. Apple values design – being a new product, a fancy catalog or their website – there is always something to admire. This week, we are making an Apple-like slideshow gallery, similar to the one they use on their website to showcase their products. So go ahead and download the example source code and continue with the first step. Step 1 – XHTML There is no need for a database nor a PHP back-end for this gallery. Lets take a closer look at the XHTML markup: demo.html The idea is simple – there are two main container DIVs – the one with id=”menu” holds the thumbnails, and the other – “slides” holds the slides themselves. To add a new slide, you’ll just have to add new elements to both containers. You can even put any kind of HTML in as well. Also notice that the thumbnail LI elements. Now lets continue with the next step. An Apple-like Slideshow Gallery Step 2 – CSS demo.css Step 3 – jQuery

Sorting Algorithm Animations Create a Nice, Lightweight JavaScript Tooltip Editor’s note: This tutorial was written by Michael Leigeber, a web designer and .NET developer who runs the Leigeber Web Development Blog – a blog that’s setting the blogging community buzzing with his beautiful, lightweight JavaScript solutions. View the JavaScript Tooltip demonstration. Introduction To begin, create the 3 files needed for this tutorial (index.html, style.css and script.js) and include the stylesheet and the script from index.html. The most important things to remember when writing JavaScript are to keep the code simple and to script logically. What we are trying to accomplish… Create a lightweight script that fades a tooltip with rounded corners in relation to the cursor position. How does the script need to flow… Let’s begin by setting up the JavaScript file. var tooltip(){ return{}; }(); Next, we need to add any variables we want to include on the global level of the namespace. The first function we will name ‘show’ and it will be accessible by calling tooltip.show().

Top 29 Free UX Tools and Extensions Ever wonder how usable your site appears to someone with a disability, slower connection, or different setup? This list of tools highlights some of the most useful tools and extensions for making your website more usable. Accessibility Tools Web Accessibility Checker The accessibility checker evaluates your Web page and produces a report of all accessibility problems for your selected guideline. The Flicker Rate Test for GIF images helps designers test images to ensure they won’t affect users with photosensitive epilepsy.Flicker Rate Test for GIF Images People with photosensitive epilepsy can have seizures triggered by flickering or flashing. Validators CSS Validation Service Validate your CSS or CSS documents or HTML with CSS. Calculate the size of all elements on your web page and see how quickly they load on various connections.Web Page Analyzer Enter a URL to calculate page size, composition, and download time. Browser Extensions Web Developer (Very Comprehensive Browser Extension)

960 Grid System gotoAndLearn() - Free video tutorials from Lee Brimelow on Adobe Flash The importance of the !important CSS declaration The !important declaration has been valid since CSS1 but it seems to have acquired a bad reputation over the years. Even if the !important declaration should be used with caution, it's a very useful and powerful expression that much deserves its place in our CSS world. This article offers a guide to what the declaration is, what it does and how you should use it How is it declared? The ! or What is its impact? The CSS assigns a weight to each rule depending on the specificity of its selector and its position in the source. If 2 rules conflict on a single element then the following principles will be applied: Origin of rules - If a rule between an author and a user stylesheet conflicts, the user's rules will win over the author's rules. There might be times when it would be useful to change the order of sequence. In this example, the second selector is more specific and declared last but the first rule will take precedence because the ! If an ! It's the same as adding it to each property: The !

Related: