Uploaded videos
1-10 of 10-
Python - Google Weather Class - Part 2
InternetTechTips
402 views
Continuing from our last tutorial, we add a function to start parsing the XML data we retrieved from part 1. We now implement xml.dom.minidom module to help us track down t...
-
jQuery + .submit() + Forms
InternetTechTips
116 views
You can use jQuery to create form handlers that will capture submit events and process the data instead of the default submit action. This allows you to validate and crunch...
-
Python - Google Weather Class - Part 1
InternetTechTips
623 views
Google has a relatively unknown API which provides rich weather data based on set location. Using this API, we can create a Python class that will provide a simple interfac...
-
Google CR-48 Running 3D Game! Take that, Google.
InternetTechTips
2,380 views
HTML 5 Games? Puhhhlease, Google. If I wanted to step backwards and go back to playing side scrolling games, I wouldn't need to have a "cloud based computer" to do it. Aft...
-
Password Protected Batch File
InternetTechTips
562 views
README
------------------
This is a simple code to append to your existing batch file
to add a nice little password protection. After five wrong passwords, the batch...
-
Enabling Quick Launch in Windows 7
InternetTechTips
703 views
A Simple way to add Quick Launch to Windows 7.
Here is the path to the Quick Launch folder:
%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch
-
Batch +VBScript Dialog box
InternetTechTips
475 views
A simple tutorial on how to take a user input and use that to create a simple VBScript dialog box all automated by a batch file.
-
Batch File - Simple Calculator
InternetTechTips
102 views
This is the actual code used in the tutorial:
@echo off
set /p number1=What number would you like to add?
set /p number2=What other number would like to add?
set /a an...
-
Windows Live Movie Maker...Useless.
InternetTechTips
172 views
This video shows the lack of options and features that eixsted in the previous versions of WMM
- No timeline
- No output options
all that is replaced by a simple save ...
-
Batch Files - Hello World!
InternetTechTips
116 views
This is a quick batch file I made that prints hello world and exists. If you have any questions about it, let me know in the comments below and I'll try to answer it as bes...
Advertisement










Play all(10)