add_query_arg function add_query_arg(purl, key,value){ key = escape(key); value = escape(value); var s = purl; var pair = key+"="+value; var r = new RegExp("(&|\?)"+key+"=[^&]*"); s = s.replace(r,"$1"+pair); //console.log(s, pair); if(s.indexOf(key + '=')>-1){ }else{ if(s.indexOf('?')>-1){ s+='&'+pair; }else{ s+='?'+pair; } } //if(!RegExp.$1) {s += (s.length>0 ? '&' : '?') + kvp;}; return s; } get_query_arg function get_query_arg(purl, key){
ARCHIVE

This jQuery plugin should calculate the textwidth of elements. jQuery.fn.textWidth = function(){ var _t = jQuery(this); var html_org = _t.html(); if(_t[0].nodeName=='INPUT'){ html_org = _t.val(); } var html_calcS = '' + html_org + ''; jQuery('body').append(html_calcS); var _lastspan = jQuery('span').last(); //console.log(_lastspan, html_calc); _lastspan.css({ 'font-size' : _t.css('font-size') ,'font-family' : _t.css('font-family') }) var width =_lastspan.width() + 5; //_t.html(html_org); _lastspan.remove();

A image guide on how to install WordPress Importer access your WP Dashboard click Tools > Import choose WordPress as the import source click Install Now click Activate choose the import file

Posted on May 1 2013 / in WordPress Plugins / 4 comments
Intro WordPress Portfolio Intro DZS ZoomFolio is the ultimate plugin for displaying your creative portfolio to your clients and that’s not all. You can use it to show the recent posts from your blog or a gallery from your vacation. The possibilities are endless. [button link=”http://bit.ly/nRw1Gp” grad1=”#a90038″ grad2=”#90000b” textcolor=”#fafafa”]Demo[/button] [button link=”http://bit.ly/wpzoomfolio” grad1=”#a90038″ grad2=”#90000b” textcolor=”#fafafa”]Purchase[/button] The

Posted on May 1 2013 / in Freebies
For importing in your Flash projects, you need to: 1. open sourceindex.fla 2. open the library 3. drag and drop the main movie and rotator components in your .fla 4. remember to also copy the classes razor and caurina in the folder your .fla is 5. done. preview – here download – here licence –

Posted on April 26 2013 / in Javascript Components / 5 comments
Intro DZS ZoomFolio is the ultimate plugin for displaying your creative portfolio to your clients and that’s not all. You can use it to show the recent posts from your blog or a gallery from your vacation. The possibilities are endless. Features easy to install – install and get this plugin ready in less then

Hello guys, Just wrote a Twitter API Wrapper with caching Available here – https://github.com/digitalzoomstudio/twitterapiwithcache
Recent Comments