Hey everyone! it’s been a while since I posted I’ve been pretty busy with work lately trying to get some websites rolled out and all of that fun stuff. Here is a list of tutorials I thought any web designer/developer
Tag Archives: Jquery
How to WordPress jQuery UI tabs shortcode
I saw a question recently asking how to create a shortcode that uses the jQuery ui tab widget and I figured I’d give it a stab once I had some free time. After doing a little experiment I found it
4 code snippets for a more responsive web design
Enable HTML5 markup on older browsers We all know that HTML5 is the future of web development. The only problem is some people still use older versions of web browsers that don’t support this language yet. So for that, here’s
Blog updates on the way
Hey guys I’m finally switching the look around on my blog. I’m still going to be posting freebies, tutorials, and other things but I’m also going to be posting the thing I’m working on with clients so be sure to
Slick Dynamic Step Walkthrough Sliding Form – Freebie #2
DEMO Download includes HTML and CSS
Snippet of the night – Give list items a comma except for the last child
Most of you probably just read the title and said well the answer is in the title just use 1$("#selector-name li").not(":last-child").append(","); Well that’s great but a lot of people don’t know IE only supports :first-child and doesn’t support :last-child at
VisualSearch.js – Enhances Search Boxes With Autocomplete Faceted search queries
Search box is the important stuff on website or blog especially blog with a lot of content, rather than search using page navigation it will be better if you provide search box to search specific post. VisualSearch.js enhances ordinary search
Floating sidebar with jQuery and WordPress
Recently I just came across an awesome plugin that floats a sidebar or any element along as the page scrolls without overlapping any parent elements. So today I figured I would write a tutorial on how to take advantage of
Guiders.js – JavaScript Library For Guiding Users
Guiders can be attached to an element on your web page, or they can be centered on their own. Attaching a guider to an element on your page is as simple as using the appropriate jQuery selector and a position
Tip for using jQuery with wordpress
I recently just worked on a project for Tazsolutions where I was asked to integrate Fancybox with jwplayer to get the videos to popup when a link was clicked. I got everything loaded and started working on the actual script
