background preloader

Welcome to Jarallax.com

Welcome to Jarallax.com
What is jarallax?Web based parallax scrolling and much more! Jarallax is an open-source javascript library which makes adjusting css based on interaction easy.With Jarallax it's easy to create a parallax scrolling website. What to do next Follow Jarallax Support Jarallax

How to create jQuery Parallax Scrolling Effect with 15 Tutorials Modern templates have many parallax scrolling effect built into them for appealing user interaction and to make sure users find the real call to action sometimes. Most of the time parallax scrolling goes beyond tolerable levels as most people hate to scroll longer than normal levels. Making sure and keeping parallax effects to jaw dropping and tolerable level is what you must learn eventually. jQuery Parallax scrolling effect is achieved easily with many pre made jQuery plugins which you can find with these tutorials. Popular plugins used in these tutorials are Skrollr.js and Stellar.js which seems to be better compared to other existing plugins. By going through these tutorials you will figure out the steps to make a successful parallax scrolling effect which can be later implemented on your website. Simple parallax scrolling tutorial Demo | Tutorial How to create a parallax scrolling website Demo | Tutorial Creating a Parallax Scrolling Webpage Using Jarallax.js Demo | Tutorial Tutorial Page

50 Useful CSS Snippets Every Designer Should Have With so many new trends advancing every year it can be difficult keeping up with the industry. Website designers and frontend developers have been deeply ingrained into the newer CSS3 properties, determining the ultimate browser support and quirky hacks. But there are also brilliant CSS2 code snippets which have been unrequited in comparison. For this article I want to present 50 handy CSS2/CSS3 code snippets for any web professional. These are perfect for storing in your development IDE of choice, or even keeping them saved in a small CSS file. Either way I am sure designers & developers can find some use for some of the snippets in this collection. Recommended Reading: 20 Useful CSS Tips For Beginners 1. Basic CSS browser resets are some of the most common snippets you’ll find online. 2. This clearfix code has been around the Web for years circulating amongst savvy web developers. 3. 2011 Updated Clearfix 4. Code Source 5. Code Source 6. 7. Code Source 8. Code Source 9. 10. 11. Code Source

Zing Design - We design & develop beautiful websites & mobile apps Getting started Once you get the code of jVectorMap from the download page and one of the map from the maps page you can start experimenting with various features it provides. First of all let's create just a simple map with a world map with default parameters. Create an html containing the following: all JavaScript and CSS resources necessary to render the world map, initialization code, which tells the browser where to put the map and what parameters to use to render it, <div> element which will be a container for the map (note that map will be fitted according to the size of the container, that's why the container should have some non-zero width and height). <! If you open created page in a web-browser you should see something similar to this: Now when you created simple test map you can provide additional parameters to change the look and behavior of the map.

The Bézier Game 40+ Free Responsive WordPress Themes Not every blogger or site owner is code-literate or design-savvy, but everyone deserves to get a responsive design for their site. If you’re on WordPress, have we got a treat for you. Rather than bust your budget to hire a designer for a revamp, why not adopt one of these handpicked WordPress Themes that are available for free? These themes are built to resize and realign itself to cater to the different screen sizes of mobile devices, such as smartphones and tablets, i.e. they are responsive. No more swiping around to find hidden sidebars, zooming in and out to make the text comfortable enough to read. There will definitely be more out there so if you have a favorite theme, do let us know in the comments below. Constellation [ Demo | Download ] Flexible [ Demo | Download ] Ari [ Demo | Download ] Designfolio [ Demo | Download ] Simple Grid [ Demo | Download ] Unique [ Demo | Download ] Gridly [ Demo | Download ] TumblePress [ Demo | Download ] Twenty Ten [ Demo | Download ] What’s next?

The enscroll jQuery Plugin Easily Customize Scrollbars! Do you have overflowing boxes with scrollbars on your site? Do you wish you could style those scrollbars to offer your users a consistent look & feel across multiple browsers and platforms? Enscroll is a jQuery plugin that gives you the power to replace those scrollbars rendered by the web browser with ones that you design. Either replace the scrollbars with your own image or use custom CSS to style them anyway you desire. Overview Features Documentation Demos Try It Now! The Basics and Beyond Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet felis at sapien tempor rutrum in in nulla. Cras ac neque dui. Quisque arcu velit, tempor a ultricies consequat, posuere ac purus. Fusce at urna augue. Vestibulum lorem est, vulputate sed vulputate id, bibendum pretium dui. Pellentesque aliquet tellus ut sem placerat mattis. Integer mauris lacus, facilisis eget vehicula a, luctus ac quam. Proin ultrices mauris nunc. Nullam volutpat tempor venenatis.

Animez vos fonds de pages web avec des vidéos Youtube Animez vos fonds de pages web avec des vidéos Youtube Voici un petit bout de code qui vous permettra de remplacer le fond image de votre site web par une vidéo YouTube en plein écran. À vous quand même de bien choisir la vidéo pour éviter que ça ne ressemble aux fonds de page en GIF animés des années 90 Pensez à remplacer le VIDEO_ID par l'ID de votre vidéo YouTube. Et si vous souhaitez mettre une musique au chargement de votre page (MOUAHAHAHA), vous pouvez aussi utiliser YouTube avec le code suivant : Source Vous avez aimé cet article ? UX & UE | About Interaction The field of Interaction Design is relatively new compared to other well-established fields like maths or physics. Although quantitative research in the field has made it more science-like, we can hardly say it is pure science. Experiments in science should be reproducible and theorems in science can be strictly proved, but this is hardly realised in user research. IxD – An unmatured field Another manifestation of an new or un-matured field is that people use different terms to refer to the same thing. Usability and User Experience If you were asked to give the aim of Interaction Design (or whatever you call it). Usability is an older term compared to user experience. The Goals Whenever we design a user interface by following interaction design methodologies, we must fulfil a set of usability goals and another set of user experience goals. (1)Usability Goals What are the usability goals? Jokob Nielsen, a Danish usability consultant, is a big name in usability. 1. e.g. 2. e.g. 3. e.g. e.g.

Circle Hover Effects with CSS Transitions From our sponsor: Get started on your Squarespace website with a free trial In today’s tutorial we’ll experiment with hover effects on circles. Since we have the border radius property, we can create circular shapes and they have been appearing more often as design elements in websites. One use that I especially enjoy seeing is the circular thumbnail which just looks so much more interesting than the usual rectangular. And because the circle is such a special shape, we are going to create some special hover effects for it! Please note: the result of this tutorial will only work as intended in browsers that support the respective CSS properties. We will omit vendor prefixes in this tutorial. So, let’s get started! The HTML For most of the examples, we’ll be using the following structure: Although we could use images here, we’ll give ourselves a bit more freedom by using background images instead. Now, let’s make some hover effects! The CSS Example 1 And now, the interesting hover action!

jQuery Tutorials for Designers This article contains 10 visual tutorials intended for web designers and newbies on how to apply Javascript effects with jQuery. In case you don't know about jQuery, it is a "write less, do more" Javascript library. It has many Ajax and Javascript features that allow you to enhance user experience and semantic coding. Since these tutorials are focused on jQuery, I'm not going to get into the details of the CSS. Note: the version used in this article is jQuery 1.2.3 View jQuery Demos Download Demo ZIP How jQuery works? First you need to download a copy of jQuery and insert it in your html page (preferably within the <head> tag). How to get the element? Writing jQuery function is relatively easy (thanks to the wonderful documentation). 1. Let's start by doing a simple slide panel. When an elment with class="btn-slide" is clicked, it will slideToggle (up/down) the <div id="panel"> element and then toggle a CSS class="active" to the <a class="btn-slide"> element. 2. 4a. 4b. 5a. 5b. 6. 7. 8. 9.

slick - the last carousel you'll ever need Set up your HTML markup. <div class="your-class"><div>your content</div><div>your content</div><div>your content</div></div> Move the /slick folder into your project Add slick.css in your <head> <link rel="stylesheet" type="text/css" href="slick/slick.css"/> // Add the new slick-theme.css if you want the default styling <link rel="stylesheet" type="text/css" href="slick/slick-theme.css"/> Add slick.js before your closing <body> tag, after jQuery (requires jQuery 1.7 +) Initialize your slider in your script file or an inline script tag When complete, your HTML should look something like: NOTE: I highly recommend putting your initialization script in an external JS file. Set up your HTML markup. <div class="your-class"><div>your content</div><div>your content</div><div>your content</div></div> Move the /slick folder into your project Add slick.css in your <head> Add slick.js before your closing <body> tag, after jQuery (requires jQuery 1.7 +) When complete, your HTML should look something like:

New images on Wookmark Log in Help Fresh on Wookmark Wookmark is a place for creativity.You should join us. Sign up Save Like Groups: Photography Groups: fun Groups: PJ Groups: veiculos Groups: Celebrity

Related: