Hello guys, Just wrote a Twitter API Wrapper with caching Available here – https://github.com/digitalzoomstudio/twitterapiwithcache
ARCHIVE
Tutorials
So recently I had to make ajax requests that pull in a piece of page with some scripting inside. The context does not matter much, what matters is the script executed fine on my localhost but not as a WordPress installation in a WP blog. After some head banging turns out that in my localhost
Posted on March 20 2013 / in Javascript
So lets start with defining the markup: JS Bin Canvas Fullscreen Button We don’t need jQuery so you can get rid of that if you want. Next, we open a script tag and we select the canvas element and it’s appropriate context. var c=document.getElementById("output2"); var ctx=c.getContext("2d"); We calculate the dimensions of the canvas element and
Today I am creating a portal wordpress plugin. The first thing I think is important in a portal is user management. And with that comes user registration. To make it as smooth as possible I decided to integrate Facebook login support. Of course there are plugins for this and I have successfully used Janrain in
Posted on April 1 2012 / in Tutorials / 7 comments
Relative Paths A Relative URL is a the path to a file relative to the current location. If the file is in the same location as you are in you can just write it’s file name – extension included. [html] file.jpg [/html] An alternate is writing a single dot and location delimiter before the file
Posted on October 23 2010 / in Tutorials / 3 comments
I know most of you (myself included) have been having problems embedding a complicated swf with external assets (like 3D wall) in your wordpress blog so I am going to clear it up.
First of all, grab this great plug in from here http://kimili.com/plugins/kml_flashembed/wp and activate it in your wordpress install.
Second, upload all the content of the deploy folder (from your package) in a folder named wall in the root of your wordpress install.
Finally, just copy/paste this code in the page where you want the component to appear -
[kml_flashembed publishmethod="static" fversion="9.0.0" movie="wall/preview.swf"
width="800" height="800" targetclass="flashmovie" base="wall/"]
<p><a href="http://adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
[/kml_flashembed]
Recent Comments