Dev Corner

Software Developer’s Notepad

Author Archive

bb: Usage Stats collects information about page, post, category and homepage views for your WordPress blog. Builds daily and monthly usage statistics. Read the rest of this entry »

The bb:Text Rotator WordPress plugin contains bb:Text Rotator Widget.

As any WordPress widget, you can add the bb:Text Rotator Widget to any sidebar using the WordPress administrative interface (Appearance – Widgets menu). From the Widget administration form you can define text snippets. You can specify as many text snippets as you like.

When WordPress builds the output HTML, the widget randomly selects a snippet and inserts it in place of the widget.

Any widget have a priority. The higher is the priority of the snippet, the higher is the chance that it will be selected for display.

Current Stable Version: [TODO] [Download]

Previous Versions: [TODO]

Data expressions can be used to describe structure of data. Read the rest of this entry »

This tutorial shows how to select random row from IBM DB2 table. Read the rest of this entry »

Here is a SQL query that selects a random row from a Microsoft SQL Server table. Read the rest of this entry »

Select Random Record in MySQL

Posted by baobab under Database

The following tutorial shows how to retrieve random record from MySQL database table. Read the rest of this entry »

You can use the following SQL to select random record from a PostreSQL table. Read the rest of this entry »

There are lots of ways to select a random record or row from Oracle database table. Here is an example SQL statement. Read the rest of this entry »

This tutorial shows how to retrieve tags associated with WordPress post. You can retrieve tags for the current post or any other post. Read the rest of this entry »

Problem
You need to find when a PL/SQL procedure in an Oracle Database was updated. Read the rest of this entry »