September 2007

Network Tweaking Links

September 27, 2007

Advanced Tweaking More Win 2k/XP tweaks

Read the full article →

Free Software Links

September 27, 2007

Open Source Alternative Top 300 Freeware

Read the full article →

Software Best Practices Conference

September 23, 2007

I want to share ideas from Youdon. His presentation for Software Best Practices Conference is about Ten Most Important Ideas in Software Engineering.  Here is what he talks about: You can’t control what you can’t measure Peopleware Incrementalism Iteration Repair costs increase Tradeoffs are non-linear Reuse is important Risk management provides insights Consistency trumps brillance [...]

Read the full article →

Displaying Posts Using a Custom Select Query

September 22, 2007

The practical example, outlined below, demonstrates a process of selecting all posts with a particular Custom Field value stored, and displaying them in a Page based on a Page Template. http://codex.wordpress.org/Displaying_Posts_Using_a_Custom_Select_Query

Read the full article →

Where in the World are Oracle ACEs?

September 19, 2007

View Larger Map

Read the full article →

Customized Query in Wordpress

September 18, 2007

PLAIN TEXT HTML: <ul> <?php $get_children = $wpdb->get_results('SELECT * FROM your category table WHERE category_parent = "The cat_ID of the parent that you want"'); foreach ($get_children as $child) { echo '<li><a href="./?cat='.$child->cat_ID.'" title="View all posts filed under '.$child->cat_name.'">'.$child->cat_name.'</a></li>'; } ?> </ul>

Read the full article →

Participating in Oracle Certified Database SQL Expert Beta Exam

September 13, 2007

As mentioned in my previous post, I participated in Oracle Certified Database SQL Expert Beta Exam. In the past weeks, Lauren Schneider, Jaffar and Jochen Van de Voorde have taken this exam. The exam has 139 questions for 190 minutes. The areas covered both in 1Z1-047 and 1Z0-007 are easy for me because it was [...]

Read the full article →

Oracle 10g Regular Expressions

September 11, 2007

This is a three-part tutorial in Oracle Forums. Part 1 Part 2 Part 3

Read the full article →

ZDebug – Oracle Forms Debugging Tool

September 11, 2007

Here is the link for ZDebug. This is useful for debugging Oracle Forms. Oracle Forum Link  Zdebug Homepage

Read the full article →

TKPROF Links

September 11, 2007

Here are the usefu links for TKPROF Oracle Documentation PSOUG Information Page

Read the full article →