background preloader

Web development

Facebook Twitter

15 Slide Panel jQuery Plugins - DesignHuntR. 15 Easy to use slide panel jQuery plugins for web designers and developers to design their websites more in a user friendly manner. Sliding panels are important in today’s world of company showcasing of your website contents. Slide panels helps you to toggle or hide your contents either by clicking or hover on a hook button. Toggling the content using a ready to use plugin can be something very useful to many of us to make the slide panel more robust. Not just that, some of the plugins I found can slide your panel from top, bottom, left or top with just some lines of script. I’ve composed 15 cute slide panel plugins out of which 11 are free and others are premium(they are worth to try). Free slide panel jQuery plugins 1) MB.jQuery Extruder Plugin – Slide down, up, left and right content This is the best sliding content panel jQuery plugin I found and it is free. 2) PageSlide jQuery Plugin – Slide the content on your sidebar 3) TabSlideOut jQuery Plugin 4) jPanelMenu – A Panel jQuery Plugin.

15 Slide Panel jQuery Plugins - DesignHuntR. Prism. 10 Great Google Font Combinations You Can Copy. The average man considers which flavor of Doritos will taste good with his Heineken. The sophisticated man considers which cheese will pair well with his choice of wine. The designer of course considers which two fonts will look great on the same page. Today we’re going to use the Google Font API as a playground for mixing fonts and finding ideal pairings. You’ll be able to skim through and instantly grab out selections that you think are appropriate for your projects. The best part? You need only to copy and paste our code to implement these fonts on your site.

It’s completely free and there are no downloads required. A couple of times each month, we re-publish one of our popular posts from the archives. Why Google Fonts? The web font game was up in the air a few years ago. Here’s why @font-face wins. Now, within the @font-face world there are many competitors. Quick Tips for Combining Fonts Use Font Families First of all, when possible, check out the various fonts within a single family. Subtle Patterns | Free textures for your next web project. Template Designer Documentation — Jinja2 2.7.2 documentation.

This document describes the syntax and semantics of the template engine and will be most useful as reference to those creating Jinja templates. As the template engine is very flexible the configuration from the application might be slightly different from here in terms of delimiters and behavior of undefined values. Synopsis A template is simply a text file. It can generate any text-based format (HTML, XML, CSV, LaTeX, etc.). A template contains variables or expressions, which get replaced with values when the template is evaluated, and tags, which control the logic of the template. Below is a minimal template that illustrates a few basics. <! This covers the default settings. There are two kinds of delimiters. {% ... %} and {{ ... }}. Variables The application passes variables to the templates you can mess around in the template. You can use a dot (.) to access attributes of a variable, alternative the so-called “subscript” syntax ([]) can be used. {{ foo.bar }}{{ foo['bar'] }} Filters Note.