Quantcast
Channel: Coding – A MarketPlace of Ideas
Browsing latest articles
Browse All 11 View Live

ZedGraph is a powerful alternative to Visual Basic MSChart

The wiki for ZedGraph.

View Article


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 ‘—–...

View Article


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.  

View Article

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...

View Article

Developing Javascript with Chickenfoot – FireFox Plugin

  Allows for a wysiwyg like alteration of a page for the purpose of making page mashup more easy.  

View Article


Image may be NSFW.
Clik here to view.

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...

View Article

Programming Books

Book List Linkers and Loaders – John R. Levine GNU Linux Application Programming  Hacking: The Art of Exploitation

View Article

WordPress PlugIn Example with Full I18N Internationalization with the...

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...

View Article


Android DeBug Bridge – Move your unmovable Android apps

Research Links Moving your unmovable Android apps to an SD card Google: android adb app

View Article


WordPress Code Reference

WordPress Code Reference

View Article
Browsing latest articles
Browse All 11 View Live