Using INNO Installer with VB 2010

Posted by & filed under Programming Tips and Tricks, Unvetted.

How to create the initial setup file: Download and install Inno Setup:Inno Setup Downloads This video explains how to create your initial setup file: Inno with Visual Basic 2010/2012 How to create a versioned update installer: Create a text file with your programs current Here is a VB subroutine that will check for updates to… Read more »

Factor 2012-R Video 02

Posted by & filed under Programming Tips and Tricks, Unvetted.

Links to the demo sites: http://www.jbaker.info/demo10/ http://www.jbaker.info/demo12/ Download link for the theme: [download id=”7″] Version 0.1.7 Added automatic updating. Added the option to change the header caption individually on each page or post. Watch the Video Here (opens in a new tab)

Travel Slider – Adding Links and Notes

Posted by & filed under Programming Tips and Tricks, Unvetted.

Add notes and links on the second line of the caption by using the Link: label. These can be wrapped with to make a clickable link. [trav_slider theme='andy' id='1']   Img: http://www.jbaker.info/img/tmp_01.jpg Title: Slide One Link: This is simply a note. Not a link. Link: <a href="http://www.jbaker.info/travel-slider-basic-setup/" target="_blank">This active link goes back to the Basic… Read more »

Travel Slider – Titles

Posted by & filed under Programming Tips and Tricks, Unvetted.

Add notes and links on the second line of the caption by using the Link: label. These can be wrapped with to make a clickable link. [trav_slider theme='andy' id='1']   Img: http://www.jbaker.info/img/tmp_01.jpg Title: Slide One Link: This is simply a note. Not a link. Link: <a href="http://www.jbaker.info/travel-slider-basic-setup/" target="_blank">This active link goes back to the Basic… Read more »

Travel Slider – Images

Posted by & filed under Programming Tips and Tricks, Unvetted.

Paste this code in your WordPress page or post: [trav_slider theme='andy' id='1']     Img: http://www.jbaker.info/img/tmp_01.jpg Title: Slide One   Img: http://www.jbaker.info/img/tmp_02.jpg Title: Slide Two   [/trav_slider] Adding Notes and Links

Travel Slider – Options

Posted by & filed under Programming Tips and Tricks, Unvetted.

Paste this code in your WordPress page or post: [trav_slider auto_run='false' theme='multi-caption' id='1']     Img: http://www.yoursite.com/img/tmp_01.jpg Title: Slide One   Img: http://www.yoursite.com/img/tmp_02.jpg Title: Slide Two   [/trav_slider] Adding Notes and Links

Database

Posted by & filed under Programming Tips and Tricks, Unvetted.

Working with WordPress Databases [ezc_accordian_group] [ezc_accordian title=’WordPress Database CRUD Functions’] WordPress Essentials: Interacting With The WordPress Database | Smashing WordPress [/ezc_accordian] [ezc_accordian title=’Creating a WordPress Database Table’] Example: 1. Replace ‘stats’ with the table name of your choice. 2. Original code can be found here: WordPress: Create custom database tables – PHP – Snipplr Social… Read more »