Article archive
Media
01/08/2009 17:43
Introduction to Web Multimedia
Multimedia is pictures, sounds, music, animations and videos.
Modern web browsers have support for many multimedia formats.
What is Multimedia?
Multimedia is everything you can hear or see: texts, books, pictures, music, sounds, CDs, videos, DVDs, Records,...
———
OOP Tutorials
01/08/2009 17:40
Tutorials & Code Camps
Lesson 8: Object-Oriented Programming
...
———
OOP Concepts
01/08/2009 17:38
Lesson: Object-Oriented Programming Concepts
If you've never used an object-oriented programming language before, you'll need to learn a few basic concepts before you can begin writing any code. This lesson will introduce you to objects, classes, inheritance, interfaces, and packages. Each...
———
HTC Information
01/08/2009 16:59
HTML Components (HTCs) are a nonstandard mechanism to implement components in script as Dynamic HTML (DHTML) "behaviors"[1] in the "Microsoft Internet Explorer" web browser. Such files typically use a .htc extension.
HTC is typically an HTML file (with JavaScript/VBScript) and a set elements...
———
Exercise 4 w/ Solution
01/08/2009 12:10
Exercise 4 - Creating Customer Accounts
BANKING
Customer
-firstname : String
-lastname : String
+account : Account
...
———
HTA Web Browser
01/08/2009 11:38
Here is the code of the simple webbrowser:
<html>
<title>Nativman WEB Browser</title>
<HTA:APPLICATION
ID="myRover"
APPLICATIONNAME="Nativ Browser"
BORDER="THICK"
SYSMENU="YES"
VERSION="1.1"
WINDOWSTATE="maximize"
>
<script language="javascript">
var historyLoc=0;
var...
———
Xhtml References
01/08/2009 11:29
Differences Between XHTML And HTML
How To Get Ready For XHTML
XHTML is not very different from the HTML 4.01 standard.
So, bringing your code up to the 4.01 standard is a good start. Our complete HTML 4.01 reference can help you with that.
In addition, you should start NOW to write your...
———
Notable child geeks?
31/07/2009 16:45
Making money from video games? It's child's play!
by Chris Morris
yahoo_games_p893:https://videogames.yahoo.com/events/plugged-in/making-money-from-video-games-it-s-child-s-play-/1339010
July 29 3:42 P.M.
The video game world is full of success stories --...
———
Shutdown/Restart/Logoff your PC using TweetMyPC
31/07/2009 15:39
In this article I will show you how you can use Twitter API to Shutdown/Restart/Logoff your PC remotely using VB.net.
Compiled version: CodePlex.com
Source Code: Codeplex.com
Difficulty: Beginner
Time Required: 2 hours
Cost: Free
Software Needed: Visual Basic or Visual C#...
———
Generate Batch, JScript, KiXtart, Object Rexx, Perl, PowerShell, Python and VBScript code for WMI queries
31/07/2009 15:30
<HEAD>
<TITLE>WMI Code Generator</TITLE>
<HTA:APPLICATION
ID="WMIGen"
VERSION="2.01"
APPLICATIONNAME="WMI Code Generator"
SCROLL="yes"
SINGLEINSTANCE="yes"
WINDOWSTATE="maximize"
>
</HEAD>
<SCRIPT LANGUAGE="VBScript">
' Variable to set filter for...