A MarketPlace of Ideas

Computing

WordPress

Use Global Translator PlugIn to leverage your blog posts

I just installed the Global Translator PlugIn.   This plugin uses an online translation service such as googles to translate all your blog entries and place the static translation of  them in a cache folder.   If you use the Google XML Sitemaps Generator for WordPress   your foreign language versions of your blog pages Read more…

By Fudgy McFarlen, 17 yearsOctober 25, 2008 ago
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.  

By Fudgy McFarlen, 17 years ago
WordPress

A strange thing happened on the way to this blog

You would think a hinky right wing blog like this would be all buck toothed Americans would you not ?  At least most liberals would say this.   Take a look at this you liberal goof.  I have been looking at the site statistics trying to figure out what they like Read more…

By Fudgy McFarlen, 17 yearsOctober 13, 2008 ago
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…

By Fudgy McFarlen, 17 yearsOctober 12, 2008 ago
Coding

ZedGraph is a powerful alternative to Visual Basic MSChart

The wiki for ZedGraph.

By Fudgy McFarlen, 17 yearsOctober 11, 2008 ago
WordPress

phpBB php Bulletin Board integration into WordPress

I am researching the integration of phpBB into WordPress.  I will put the results of my research here as time goes on. Wp2BB      Wp2BB Plugin Home Page   – Wp2BB in the WordPress plugin directory  – The homepage has phpBB set up very well stylistically – It creates a forum Read more…

By Fudgy McFarlen, 17 yearsOctober 8, 2008 ago
WordPress

Tiga Theme for WordPress appears to muck up avatars gravatars

I tried getting avatars to show up in the comment section but nothing I did in the settings would make them appear.  All I got where links that would not function to the automatically generated avatars. When I switched the Simplicity theme they started working. mmmmm I wonder how they taste Read more…

By Fudgy McFarlen, 17 yearsOctober 7, 2008 ago
Coding

Visual Basic: Returning an array from a function

  How to return an array from a function Parent Form Function that passes back an Array / Vector  Private Sub ReceiveArray_Click()     Dim intRcvArray() As Integer     Dim i As Integer     UserInterface.Text = ""     intRcvArray = NumberList()                   ‘ —Get the array of strings.         For i Read more…

By Fudgy McFarlen, 17 yearsOctober 3, 2008 ago
Coding

Visual Basic: How to pass an array parameter to another routine

This routine will pass a parameter to another routine This routine receives the call with array as parameter   Sub TestPassArray()   Dim LongArray(1 To 5) As Long   Dim i As Integer     For i = 1 To 5     LongArray(i) = i   Next i      Read more…

By Fudgy McFarlen, 17 yearsOctober 2, 2008 ago
Coding

Visual Basic: Saving Custom Control Persistant Properties

For more on this subject Google Search on VB Initproperties You may wonder why we need the InitProperties event since the UserControl property already has an Initialize event in common with Class modules and other objects, such as forms. The reason that we need InitProperties to initialize default values is Read more…

By Fudgy McFarlen, 17 yearsOctober 2, 2008 ago

Posts pagination

Previous 1 … 61 62 63 … 65 Next
Categories
DashBoard
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • About
  • Book List
  • Daily Reads
  • Design Tools
  • Informatics
  • Library
  • Math-Science
  • Side Wikis
  • References
  • BookMarks
Hestia | Developed by ThemeIsle