Coding
Android DeBug Bridge – Move your unmovable Android apps
Research Links Moving your unmovable Android apps to an SD card Google: android adb app
Coding
WordPress PlugIn Example with Full I18N Internationalization with the standard files POT PO MO
I am sure now days there are many fully internationalized plug ins for WordPress but this is the first one I have noticed. I am noting it here along with the plugin archive because I will be writing an internationalized software package soon. WARNING: Do not download and use with Read more…
Books
Programming Books
Book List Linkers and Loaders – John R. Levine GNU Linux Application Programming Hacking: The Art of Exploitation
Coding
Visual Basic Connection to MySQL
I want to use MySQL with Visual Basic in an effort to bypass the difficulties encountered when trying to use the Microsoft database tools. Those problems include chronic difficulties getting my distribution packages to work on customer computers. How to connect VB to MySQL Windows MySQL connector download at MySQL Read more…
Coding
Developing Javascript with Chickenfoot – FireFox Plugin
Allows for a wysiwyg like alteration of a page for the purpose of making page mashup more easy.
Coding
How to write a wordpress plugin
I will be summarizing for myself on this page how to write a WordPress plugin. My initial search on Google WordPress PlugIn Skeleton Generator Skeleton Generator Red Skeleton – Test I generated using this tool Fun with Plugins makes some assumptions about file names and paths to resources. It is Read more…
Coding
Parallel Port Driver
Parallel Port Central – refers to inpout.dll which I used to drive the input output through the parallel port on the mirror machine project.
Coding
VB Visual Basic ModBus Checksum Routine
Function CRC16_BIN(ByRef ModBus_Data() As Long, NumBytes As Integer) As Long Dim Temp As Long Dim CRC As Long Dim Polynomial As Long Dim i As Integer Dim j As Integer '—– following are read sequence checksum verification vectors — test where either hi or Read more…