Tyler Muth
jQuery Selectors Will Change Your Life
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
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…
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?
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


