Archive for October, 2009

when life is too tough



when life is too tough, originally uploaded by danfolkes.

c seasons comes and lifts the spirits.

No Comments

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

, , , , , , , , , , , , , , , ,

3 Comments

hello myself



hello myself, originally uploaded by danfolkes.

No Comments

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();};

2 Comments

yum! toasted garlic turkey motzarella squash sandw with asparagus!

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

No Comments

look what i found!



look what i found!, originally uploaded by danfolkes.

in my shed!

No Comments

Look who I found getting naked too soon.



0094319-R1-050-23A, originally uploaded by danfolkes.

This tree is turning too early! It was 85 degrees today!

No Comments

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]]

, , , , , , , , , , , ,

2 Comments

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.

1 Comment

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

DanFolkes-FLVPlayer

Using Flash CS4: Read the rest of this entry »

, , , , , , , ,

No Comments