Creating A Web Automation Framework Using AutoIt

AutoIt
Our goal to build a very basic web browser framework using AutoIt to leverage your automation projects.

AutoIt vs Ubot Studio

AutoIt
A quick, technical comparison between two Windows automation tools - AutoIt and Ubot Studio.

The Two GUI Modes of AutoIt

AutoIt automation software
Building a graphical user interface (GUI) for AutoIt? If so, there's two GUI processing models you need to be aware of.

Filed under:

Ten Useful Wordpress PlugIns

Wordpress logo
A list of ten wordpress plugins to make your life easier.

Filed under:

Removing The Wordpress Uncategorized Category

Wordpress logo
There are some things in life that are just, well, not necessary. So it is true if you are a Wordpress blog owner that you've come across that dreaded Uncategorized category. You looked everywhere but there is no way to remove the thing. Well, here's how.

Filed under:

Things To Do After Installing Wordpress

Wordpress logo You just installed Wordpress and are now wondering what to do. Here is some suggestions to make your site more secure, SEO friendly, and useful for your visitors.
Filed under:

Thread Types In Ubot

Ubot Studio
One of the most useful and powerful features in Ubot Studio is that of multi-threading. Take a spin with us as we look at the three different types of threads in Ubot and how you can create some really useful code to make your automation efforts more simplified and running fast.

Filed under:

Generate Your Own Custom Blog List

Drupal logo
When working with Drupal CCK types, you may want to generate your own custom lists. Sometimes getting at the particular tags within the lists may be a chore. Here's one way to get at the information without using the DOM or hooks.

Filed under:

Ubot Else If Processing

Ubot Studio
One thing you are going to be doing quite a bit is testing for cases using an IF statement. Unfortunately, determining the proper syntax is not easy given that the document is informal. Here we look at the right way of doing IF ELSE processing in Ubot.

Filed under:

Error Loop Processing In Ubot

Ubot Studio
Here we will learn how to write clean, well structured bots in UScript including:

  • Breaking up the code into functions
  • Handling errors
  • The main processing loop
  • The ugly IF THEN ELSE structure
Filed under: