If you need to create a customised file listing from a folder you can use the following VBScript. It outputs file information to a text file. This can be modified to create XML or CSV outputs.
Beware of the Marks and Spencer "Sale". In the run up to Christmas they sold a Sony KDL 40EX503 LCD TV for £699. Now in the "Sale" they are selling it for £849 but with £150 off!! Wow what a bargain.
The powers that be are trying to censor Wikileaks. Unless you are busy torturing people, covering up war crimes or spying on the UN you might be interested in the following information.
After a recent firmware update I found that the battery in my HTC Desire didn't seem to last as long. Luckily I found the following procedure on xda-developers that solved the problem :
Google App Inventor now allows you to add a custom icon to your AI projects. This is a welcome addition to the AI toolset. To add a custom icon to your application follow the steps below :
Once a radio button has been selected there is no way for the user to reset the selection and select nothing. This javascript function clears the radio buttons for a radio group.
If you need to break up a delimited string within PLSQL into parts then you can use DBMS_UTILITY.comma_to_table. This function breaks up a comma delimited string.
If you use Google Maps you might find these icons useful. They include icons for transportation, shops and leisure points-of-interest (POI). All the icons have appropriate shadow images as well.
Here is a VBScript function to left or right pad a string with a specified character. It is useful for creating formatted columns of text in outputs from VBScript scripts.