<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>Alireza Balouch</title>
	<link>http://swape.net/w</link>
	<description>hmm.. I just can't think of anything to write here.</description>
	<lastBuildDate>Wed, 02 Jul 2008 20:28:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Horizontal menu</title>
		<description>Here is an old trick to make horizontal menu with CSS.

First you have to make a list with UL and LI tags.


	My homepage
	Linux.org
	Link to google



	My homepage
	Linux.org
	Link to google

Ok here is a list. Now we must make the list items to be horizontal and not vertical. So we must use CSS to ...</description>
		<link>http://swape.net/w/2008/05/12/horizontal-menu/</link>
			</item>
	<item>
		<title>VolumeSize</title>
		<description>
VolumeSize is a free small mac app that shows size of all your disks that are attached to your mac. (including the internal hard drives)

Works on PPCs and Intel Macs.

Download: VolumeSize v1.0 (67.15 KB) </description>
		<link>http://swape.net/w/2008/04/24/volumesize/</link>
			</item>
	<item>
		<title>SwapeStarter</title>
		<description>

This free windows program is very useful to make a startup menu from an autorun CD/DVD under windows env. Or just a menu to run a command or program.

You can list 6 different programs to start from.

All the text, heading image and titles are configurable from an ini file.

Download: Swape ...</description>
		<link>http://swape.net/w/2008/04/24/swapestarter/</link>
			</item>
	<item>
		<title>PassKeeper</title>
		<description> 

Sometimes it is hard to remember many passwords.

PassKeeper is password manager program to stores all your password.

You can export passwords to xml file.

PassKeeper dose also generate random passwords so you can have a strong and random made passwords that is hard to crack.

 

Download: PassKeeper v1.0 (1.85 MB)



  </description>
		<link>http://swape.net/w/2008/04/24/passkeeper/</link>
			</item>
	<item>
		<title>Key Code Make</title>
		<description>
Key Code Maker is free windows program for making lots of 8 digit passwords.

Very useful for administrators who makes hundreds of passwords at a time.
And you can save the password-list on a file.

Download: KeyCodeMaker v1.0 (408.49 KB) </description>
		<link>http://swape.net/w/2008/04/24/key-code-make/</link>
			</item>
	<item>
		<title>FileDate Mover v1.0</title>
		<description>

FileDate Mover is a program that moves files from one directory to directory tree based on file date.
If you have a file that have a date 2006.12.24 then it makes directory called 2006/12/filename.ext.
This program runs through a directory and moves all the files to date-based-directory-tree.
You can edit the i18n.ini file ...</description>
		<link>http://swape.net/w/2008/04/24/filedate-mover-v10/</link>
			</item>
	<item>
		<title>Directory/File-chooser tool</title>
		<description>
This is an open and free program.

Here is a small GUI for those old DOS command. With this program you can run programs with given file or directory input and output.

Here is how the ini file looks like:

[gui] 
lprog=Title of the window goes here 
lin= INPUT: 
lout= OUTPUT: 
lrun= RUN ...</description>
		<link>http://swape.net/w/2008/04/24/directoryfile-chooser-tool/</link>
			</item>
	<item>
		<title>swapeCaster</title>
		<description>swapeCaster is a free video/music podcasting script.
All you have to do is unzip the files in your web server, put your music/video files under the "files/" directory.
Point your podcast program (iTunes) to the place where you have the feed.php file and it will automatically generate podcast feed.

Configuration:
Just edit the lines ...</description>
		<link>http://swape.net/w/2008/04/22/swapecaster/</link>
			</item>
	<item>
		<title>Checkbox value</title>
		<description>When you post a form with checkbox it dose not return any value when the checkbox is not ticked.
This is something that should have been fixed a long time ago.
But for now here is the solution:




You put an hidden input before checkbox input with the same name.
Since the last checkbox ...</description>
		<link>http://swape.net/w/2008/04/17/checkbox-value/</link>
			</item>
	<item>
		<title>favicon2png</title>
		<description>Here is a script to download the favicon.ico files from a website and save it as a png file.

You must have imagemagick installed on your server to convert the ico file to png.



   </description>
		<link>http://swape.net/w/2008/02/19/favicon2png/</link>
			</item>
	<item>
		<title>swapeForm</title>
		<description>Here is an easy php 5 class to make dynamic form table.

I made this class to make dynamic forms. With this class you don't have to write html code for form and a table.

Here is how to use this class:

< ?php
include('swapeForm.php');

$form = new swapeForm();
$form->add('Name');  // adding input
$form->setAttrib('id' , 'formName'); ...</description>
		<link>http://swape.net/w/2007/07/30/swapeform/</link>
			</item>
	<item>
		<title>Swape WebTools</title>
		<description>Swape WebTools is set of a javascripts. Unlike other web2.0 this is not going to be a big project and the code is going to be small as possible to prevent unnecessary loading time.

This is not as powerful as Dojo or jQuery or other projects.
It is written very easy for ...</description>
		<link>http://swape.net/w/2007/04/23/swape-webtools/</link>
			</item>
	<item>
		<title>CSS shadow</title>
		<description>Here is a fast method to make an shadow around your text boxes.
Using only CSS and not any background image, makes it easy and dynamic.

Here is how the CSS code looks like:


.out{
  display:block;
  background:#CCC;
  position:relative;
  width:9em;
  }
.in {
  background:#fff;
  border:1px solid #999;
  ...</description>
		<link>http://swape.net/w/2007/02/13/css-shadow/</link>
			</item>
	<item>
		<title>CSS pop-ups</title>
		<description>Here is an good example how to hide layers and show them on mouse over effect.

Here is how the CSS part looks like:

div#testlinks {
  position: absolute;
  top: 20px; left: 12px; width: 166px;
  font: 12px Verdana, sans-serif;
}
div#testlinks a {
  display: block; font: bold 1em sans-serif;
  padding: ...</description>
		<link>http://swape.net/w/2007/02/07/css-pop-ups/</link>
			</item>
	<item>
		<title>Swape Gallery Light</title>
		<description>SGL is a php5 script to display pictures. This Album script finds all the pictures in a directory under ./pictures/ and list up recursively and write it to xml file. This script makes menus based on directories.

All you have to do is putt your pictures in ./pictures/ directory.

You can organize ...</description>
		<link>http://swape.net/w/2007/02/07/swape-gallery-light/</link>
			</item>
	<item>
		<title>Semi-transparent png fix in IE6 with CSS</title>
		<description>This example shows how you can show semi-transparent png images in IE and don't mess up the code in other browsers. It uses only CSS and no JavaScript.I use the attribute style to make a style for other browsers then IE. And I'm using the filter style that works only ...</description>
		<link>http://swape.net/w/2007/02/06/semi-transparent-png-fix-in-ie-with-css/</link>
			</item>
</channel>
</rss>
