Ok, I’ve been hacking around this particular problem for a month now, but think I’ve got a bead on how to stop it. So, I hope this helps someone! The Situation I’ve got a TableAdapter in C# and I’m using a Query to return a scalar value that ultimately becomes a double data type. The [...]
C# – NullReferenceException with TableAdapter and Scalar Values
by byron on December 6, 2011 in ASP.NET/C#, Programming
iOS – FMDB is THE End to Your SQLite Nightmares
by byron on August 4, 2011 in iOS, Programming, SQL
When you’re writing apps for iPad or iPhone, you’ve got a couple of options for you database solutions. By far the best options (if it fits your app’s data needs) is Apple’s own Core Data which can use SQLite as it’s database store. Core Data is fast, efficient, an object store, and provides some great integration [...]
iOS – Get the NSIndexPath for a UITableViewCell by Row and Section
by byron on July 13, 2011 in iOS, Programming
Here’s a newby tip for iPhone and iPad developers…I am noob too I was trying to build an indexPath based on a row # and section, but none of the constructors I tried seemed to work…stuff like indexPathWithIndex: or indexPathWithIndexes:length. Back to the class reference for more reading. I found the answer in the NSIndexPath [...]
WordPress – Tips on Creating and Updating Tables with dbDelta
by byron on April 23, 2011 in PHP, Programming, WordPress, WordPress Plugins
One of the reasons I LOVE WordPress is that it makes some mundane programming chores very easy, particularly working with the database. WP uses a modified version of the ezSQL to interact with the database, and provides a number of data cleansing functions, both of which are huge time savers. One other thing that WP [...]
Geek out: Programmers and Holidays
by byron on April 20, 2011 in Miscellany, Programming
A friend of mine shared this little joke…some of you may appreciate it Why do programmers confuse Halloween and Christmas? Click for answer Because: OCT31 == DEC25 Tweet it if you got it! Cheers, Byron
PHP – Sort a Multi-dimensional Array by Value for a Key
by byron on March 23, 2011 in PHP, Programming, Web Development
Here’s a problem I’ve run into a time or two with sorting arrays. I had a multi-dimension array that I needed to sort on a the values for a specific key (“name” in this case). This array is similar to what you would get back from a mysql database query when you use ARRAY_A to [...]
WordPress: Code Formatting Plugin for your Blog
by byron on January 4, 2009 in Programming, WordPress
Sometimes my Googling skills are not what they ought to be. I searched high and low for a code formatter for this blog, but for some reason I couldn’t come up with the search terms. Seriously, in the real world, only a demented nerd would drool over the code presentation on other people’s blogs…but there [...]
Recent Posts
Popular Posts
- Excel Spreadsheet of US States
- Get ASP.NET DropDownList Selected Value with jQuery
- Javascript: How to get an Object's ID
- ASP.NET - Get User Name Under Windows Authentication
- SAP: Deciding about SAP-BPC (nee Outlooksoft)
- WordPress: Get Category ID for a Category Page
- PHP: What is the & Ampersand Preceding Variables
Tags
Categories
- Accounting (1)
- adobe air (1)
- ASP.NET/C# (16)
- Blogging (8)
- Books/Movies (1)
- Food/Travel (1)
- Google (1)
- iOS (3)
- iTunes/iPod (1)
- Javascript Frameworks (3)
- jQuery (3)
- Mac (4)
- Microsoft Excel (7)
- Microsoft Outlook (1)
- Miscellany (13)
- PHP (8)
- Productivity (6)
- Programming (7)
- SAP (52)
- Software (2)
- SQL (2)
- Web (5)
- Web Development (13)
- WordPress (18)
- WordPress Plugins (3)
- WordPress Themes (3)
- Words/Quotes (1)
- Worksoft Certify (6)
- YouTube (2)


