You are currently only viewing public entries. Login to view all entries.
14 items found in baxleys.org Wiki.

Knowledge Center

Mortgage Bailout: Who pays for it?
So the government has signed into law a new bill to give "mortgage relief" to people who got into trouble with their loan.  That sounds nice doesn't it?
Convert Moodle Timestamp fields to Date
I get really frustrated with Moodle for using int fields to store dates.  They store it in the Unix (Epoch) format.  Here's how to make it more readable.
James Madison And The Struggle For The Bill Of Rights
A review of the book James Madison And The Struggle For The Bill Of Rights by Richard Labunski read by Richard Poe.  Published 2006.
Serendipity
Looking for a needle in a haystack and finding a farmer's daughter.
Search through text of Stored Procedure
Search across the text of all stored procedures for a particular string.
Call parent class constructor in PHP5
How to call the constructor of a parent class in the child.
Long character fields from database weird in PHP
When you are returning longer text, like from a varchar(MAX) or such you get weird characters at the end.
Handling checkboxes in JQuery
Some quick notes on handling checkboxes (and probably radio buttons, but I haven't tested that).
Search and Replace All Tables
Search and replace all occurances of a string in all tables in a database.
From http://vyaskn.tripod.com/
--To replace all occurences of 'America' with 'USA':
EXEC SearchAndReplace 'America', 'USA'
GO
 
Search All Tables
Search all text fields across all tables in a database.  Taken from http://vyaskn.tripod.com/
--To search all columns of all tables in Pubs database for the keyword "Computer"
EXEC SearchAllTables 'Computer'
GO

1 2


Remember me on this computer

Frequently Used
Related Tags


Hover over an item above for
more information