Skip navigation.

Tyler Muth

Syndicate content Tyler Muth's Blog
Technology with a focus on Oracle, Application Express and Linux
Updated: 20 min ago

jQuery Selectors Will Change Your Life

Wed, 2008-12-17 10:17
OK, maybe not your life but it will absolutely change the way you code JavaScript. If you haven’t used jQuery yet, here’s the description for the jQuery site: jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change [...]
Categories: DBA Blogs, Development

Working on Local JavaScript Files

Wed, 2008-10-22 11:48
JavaScript can be a nightmare to work with.  Typically, the functions you’re defining are in a separate .js file that’s included in the HEAD of your HTML.  For convenience, I find it easiest to work on a local copy of this file instead of change, ftp to server, refresh page, repeat.  This is especially true [...]
Categories: DBA Blogs, Development

Alter table Muth add partition Colin…

Sun, 2008-10-12 20:20
alter tabe Muth add partition Colin weight 4 pounds 13 ounces length 18 inches / begin   for i in 1..infinity   loop     delete from Muth partition Colin where garment = 'Diaper';     insert into Muth partition Colin ('Milk');     dbms_lock.sleep(10800);   end loop; end; More pics here if you’re interested.       
Categories: DBA Blogs, Development

What Would You Tell a Potential Blogger?

Sun, 2008-10-12 20:15
I have a great opportunity to speak to a group of University students about blogging.  I have a lot of advice based on my experiences, but I discovered early on that one of the most valuable aspects of blogging is that you can learn more from your community than they can learn from you (if [...]
Categories: DBA Blogs, Development