Posted by : Chris London in (News)

Steve Jobs’s Goal: Destroy Adobe

Tagged Under : , , , , , , ,

In a recent letter from Steve Jobs, he posts a self-aggrandizing letter to give debating fuel for his fans and to slap Adobe in the face! You can read the article here: Thoughts On Flash. His solution? Everyone switch to HTML5! Here’s my take on it. Read the rest of this entry »

Posted by : Chris London in (Programming, Tutorial)

Testing Javascript On ANY Page

Did you know you can run Javascript on any page? It’s easy. All you do is type javascript: in the navigation bar of your browser and then your Javascript code and it will run it on the page!

Read the rest of this entry »

Posted by : Chris London in (Web Tricks)

Reenabling Right-Click

Tagged Under : , , ,

Some websites disable right-click to prevent people from stealing their images. The problem is that this does NOT slow down people from stealing their images. People that steal images have SOOO many different ways about getting their images. Disabling right-click is the least effective way to prevent image stealing.

Read the rest of this entry »

Posted by : Chris London in (Programming, Tutorial)

How to Use GoTo in PHP, C, C++, Obj-C, Java, Perl, Python, Flash, Actionscript, Java or Javascript

Tagged Under : , , ,

Here is the secret to using GoTo in ANY programming language:

How to use GoTo

Yes, that’s right. You will be eaten by a raptor! So don’t use it!

Posted by : Chris London in (Programming, Tutorial)

Anonymous Functions and Closure in PHP

Tagged Under : , , ,

It’s about time that PHP joined the band wagon of anonymous functions. Anonymous functions, also known as closures, are functions with no specified name. These functions are stored in variables and can be passed around. Anonymous functions have been in other programming languages like Javascript, so if you know Javascript then anonymous functions are nothing new.

Read the rest of this entry »