Monthly Archives: October 2009

WordTwitt is the best WordPress Twitter App

My friend Dallas Edwards showed me this application called WordTwitt. It’s basically the bomb explosive when it comes to tweeting your blog posts.

All the other plugins seem to suck in comparison to this open source, free, magical piece of code.

I suggest everyone with wordpress install the plugin immediately, or face unending torment.

Thanks,
Daniel

Override the window.onload javascript function

1. Creates a blank function
2. Checks onload for a function.
2a. Sets the originial onload function as temp
3. calls the new function initMap() before the originial temp onload function.

Pretty cool!

Code:

1
2
3
4
5
6
7
var temp=function(){ return 1;};
if( window.onload )
{
      //override "placeholder" with whatever already exists in onload
     temp = window.onload;
}
window.onload=function(){ TheFunctionYouWantToCall(); temp();};

yum! toasted garlic turkey motzarella squash sandw with asparagus!

Note: To play video messages sent to email, Quicktime@ 6.5 or higher is required.

Rotating Circular Periodic Table – Javascript

Circular_form_of_periodic_table_sm

I just saw an article on this site about the merits of a circular periodic table by Mohd Abubakr Design

I thought it would be nice to have one that rotates. So I used the jQuery and jQuery-Rotate library on it to make it spin.

I hope this will be help someone and I hope to make additions to it in the future.
[[View Rotating Circular Periodic Table]]

rowdy in her favorite chair



rowdy in her favorite chair, originally uploaded by danfolkes.

rowdy in her favorite chair. found it on my phone and thought it would be nice. she was a good dog!

This message has been sent using the picture and Video service from Verizon Wireless!

To learn how you can snap pictures and capture videos with your wireless phone visit www.verizonwireless.com/picture.

Note: To play video messages sent to email, Quicktime@ 6.5 or higher is required.

DanFolkes FLVPlayer – Create your own FLVPlayer (like jw-flv-player) with no branding

DanFolkes-FLVPlayer

Using Flash CS4: Continue reading