Categories
News

adding jquery to wordpress

jQuery is already in wordpress so if you need to use it, there is no need to pull it in from elsewhere.
Use:
wp_enqueue_script(‘jquery’);
to access jQuery. However, you will not be able to use $(). The right way is to

Categories
News

Father of C and Unix died

Dennis Ritchie, dmr, died. He co-created UNIX and C. He was 70 years old.

So, Steve Jobs, Dennis Ritchie, who’s next?

Categories
News

MediaExtreme.com lives

ME was a consulting business I had a long time ago. Now I’m rebuilding this as a site chronicling my development efforts.