Computer Helpers from Boreham Library

Tips, Hints and Links for University of Arkansas - Fort Smith Students, Faculty and Staff

Archive for the 'programming' Category


AutoIt to automate your functions

Posted by dvanarsd on April 20, 2008

AutoIt is a way to write your own simple programs to automate Windows tasks, such as doing backups or a defrag at a certain time, or running certain programs in a specified order.

AutoIt is freeware.

Posted in Freeware/Shareware, programming | Tagged: , , , , | No Comments »

Build your own widgets

Posted by dvanarsd on April 20, 2008

Yourminis has a build-it-yourself service for creating widgets to go on your web page, blog, etc.  If you’re not feeling all that creative, you can check their gallery for possibilities provided by others.

Posted in Freeware/Shareware, Web site creation, Widgets, programming | Tagged: , , | No Comments »

Cheat Sheet: PHP (and Jack Daniels?)

Posted by dvanarsd on February 5, 2008

I Love Jack Daniels” has a number of handy cheat sheets for programmers. There is no apparent requirement to share the same taste in drinks just to use the cheat sheet, however.

PHP Cheat Sheet

Posted in Cheat Sheets, April 22, 2005

“I’m fed up with having to visit php.net to look things up. This A4 cheat sheet is designed to sit by your desk and make your life easier. Now also in PDF format.

Posted in Web site creation, programming | Tagged: , , , , , , | No Comments »

Cheat Sheet: MySQL (and Jack Daniels?)

Posted by dvanarsd on February 5, 2008

I Love Jack Daniels” has a number of handy cheat sheets for programmers. There is no apparent requirement to share the same taste in drinks just to use the cheat sheet, however.

MySQL Cheat Sheet
Posted in Cheat Sheets, May 24, 2005

“A quick reference guide for MySQL, including functions (both in MySQL and PHP), data types, and sample queries. Available in PDF and PNG formats.”

Posted in programming | Tagged: , , | No Comments »

Cheat Sheet for SQL Server

Posted by dvanarsd on February 5, 2008

I Love Jack Daniels” has a number of handy cheat sheets for programmers.  There is no apparent requirement to share the same taste in drinks just to use the cheat sheet, however.

SQL Server Cheat Sheet

Posted in Cheat Sheets, July 20, 2007

“Microsoft’s SQL Server is a powerful database server that integrates well with other Microsoft technologies like ASP and .NET, and includes some of the best database management tools available. This A4 reference lists the various functions available in SQL Server, and demonstrates the creation of stored procedures, triggers and functions.”

Posted in programming | Tagged: , , , , | No Comments »

PerlExpress makes it easier

Posted by dvanarsd on January 29, 2008

PerlExpress is an unique and powerful integrated development environment (IDE) under Windows 98/Me/2000/XP/2003, includes multiple tools for writing and debugging your perl programs. Perl Express is intended both for the experienced and professional Perl developers and for the beginners.  Open source freeware!

General Features

Multiple scripts for editing, running and debugging
Full server simulation
Completely integrated debugging with breakpoints, stepping, displaying variable values, etc.
Queries may be created from internal Web browser or Query editor
Test MySQL, MS Access… scripts for Windows
Interactive I/O
Multiple input files
Allows you to set environment variables used for running and debugging script
Customizable code editor with syntax highlighting, unlimited text size, printing, line numbering, bookmarks, column selection, powerful search and replace engine, multilevel undo/redo operations, margin and gutter, etc.
Highlighting of matching braces
Windows/Unix/Mac line endings support
OfficeXP-styled menus and toolbars
HTML, RTF export
Live preview of the scripts in the internal web browser
Directory Window
Code Library
Operation with the projects
Code Templates
Help on functions
Perl printer, pod viewer, table of characters and HTML symbols, and others

Recommended by the Librarian in Black.

Posted in Freeware/Shareware, Perl, programming | Tagged: , , , , , , , | No Comments »

Does Cousin It use AutoIt?

Posted by dvanarsd on December 3, 2007

Remember Cousin It from the old Addams Family shows or movies?  Did he use a computer?  Oh, wait — we never saw his hands… so he had to use something hands-off, didn’t he?

Maybe he could use AutoIt, the “freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on all versions of Windows out-of-the-box with no annoying “runtimes” required!”

AutoIt is intended to create your own programs to perform Windows tasks with little programs that simulate someone using the mouse and/or keyboard.

Recommended by Coolsites newsletter.

Posted in Freeware/Shareware, Macros & Shortcuts, programming | Tagged: , , , , , , | No Comments »