Archive for November, 2007

A Free Asp.net 2.0 hosting

http://www.qsh.eu/free offers free Asp.net 2.0 hosting now, supports Ms Sql Server Express 2005 and FTP, with 50M web space and 2G Monthly Data Transfer.
I just registered one, and installed YetAnotherForum.Net(yafnet),

Package   FREE        
Price            
2 Years Subscription   FREE        
             
1 Year Subscription   FREE        
             
6 Month Subscription   FREE        
             
3 Month Subscription   FREE        
             
Disk Space & Data Transfers   50 MB        
Web Space   50 MB        
E-mail Space   -        
Database Space (MS SQL 2005)   -        
Monthly Data Transfer   2 GB        
Domains & subdomains            
Domain   3rd level        
DNS Management   -        
Domain Aliases   -        
Subdomains   -        
Additional Subdomains   -        
Operating System            
Windows Server Systems          
Technologies            
.NET Framework 1.1 / ASP.NET 1.1   -        
.NET Framework 2.0 / ASP.NET 2.0          
.NET Framework 3.0          
.NET Framework 3.5 / ASP.NET 3.5   soon…        
ASP 3.0          
ASP.NET AJAX          
PHP 5.x (without any support and guarantee)   -        
E-mail services            
E-mail accounts with multiple aliases   -        
Additional E-mail Accounts   -        
SMTP, POP3, IMAP   -        
IceWarp Web Mail   -        
IceWarp WebMail Pro   -        
Anti-Spam Protection   -        
Anti-Virus Protection   -        
Groups   -        
Mailing list (Moderated, Digest)   -        
File Catalog   -        
List server   -        
Notification with split/filter/add headers/SMS conversion   -        
Remote POP account with deduplication feature   -        
Static Route   -        
Instant Messaging Server   -        
VoIP Server   -        
GroupWare Server   -        
CalDAV Server   -        
SyncML Server   -        
FTP Services            
FTP Accounts   1x        
Additional FTP Accounts   -        
Databases            
MS Access          
MS SQL 2005 Express Edition (User Instances only)          
MS SQL 2005 Workgroup Edition   -        
Web-based Administration for SQL Server 2005 (myLittleAdmin)   -        
Web-based Backup/Restore for SQL Server 2005 (myLittleBackup)   -        
Remote Access (SQL Server Management Studio) – only with static IP   -        
MySQL 5.x (without any support and guarantee)   -        
Additional Services            
URL Rewrite   -        
Web Site Statistics   -        
Additional Web Site Statistics   -        
IIS Log Access   -        
ASP.NET Full Trust Level   -        
Backup            
Web Server Backup   -        
E-mail Server Backup   -        
Database Server Backup   -        
Backup Restore on Customer Request   -        
Customer Support            
Working Day Support 8×5 (10:00 -18:00) – Contact Form   -        
Working Day Support 8×5 (10:00 -18:00) – Contact Form / Phone   -        
Nonstop Support 24×7 – Contact Form / Phone   -        
Expected Response Time   -        
Hardware and Network            
Redundant Backbone Connections          
UPS Battery Backup          
Diesel Generator Backup          
Nonstop Monitoring 24×7          
             
    Free Hosting        
Share and Enjoy:
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • BlinkList
  • blogmarks
  • blogtercimlap
  • connotea
  • DotNetKicks
  • Fark
  • Fleck
  • Gwar
  • Haohao
  • IndianPad
  • Internetmedia
  • LinkaGoGo
  • MyShare
  • Netscape
  • NewsVine
  • Rec6
  • Reddit
  • Scoopeo
  • Slashdot
  • StumbleUpon
  • Technorati
  • Webride

net2ftp – A web based FTP client

net2ftp is a Web-based FTP client, offering standard FTP client functionality using a browser. Users can also zip files, email them in attachments, edit code in their browser, or view code with syntax highlighting. Configuration options: restrict the access to one FTP server; ban IP addresses or FTP servers; set a daily consumption limit; and 3 kinds of logging. It works under PHP’s Safe Mode. MySQL is optional (only required for logging and consumption tracking).

It support 16 languages.
You can use the following free services,
http://webftp.dreamhost.com/index.php
http://www.net2ftp.com/
or Download (Stable 0.96) and install net2ftp on your own server.

User features

  • Navigate the FTP server

    Once you have logged in, you can browse from directory to directory and see all the subdirectories and files.
  • Upload files

    There are 3 different ways to upload files: the standard upload form, the upload-and-unzip functionality, and the Java Applet.
  • Download files

    Click on a filename to quickly download one file.
    Select multiple files and click on Download; the selected files will be downloaded in a zip archive.
  • Zip files

    … and save the zip archive on the FTP server, or email it to someone.
  • Unzip files

    Different formats are supported: .zip, .tar, .tgz and .gz.

  • Install software

    Choose from a list of popular applications (PHP required on the target server).
  • Copy, move and delete

    Directories are handled recursively, meaning that their content
    (subdirectories and files) will also be copied, moved or deleted.
  • Copy or move to a 2nd FTP server

    Handy to import files to your FTP server, or to export files from your FTP server to another FTP server.

  • Rename and chmod

    Chmod handles directories recursively.
  • View code with syntax highlighting

    PHP functions are linked to the documentation on php.net.
  • Plain text editor

    Edit text right from your browser; every time you save the changes the new file is transferred to the FTP server.

  • HTML editors

    Edit HTML a What-You-See-Is-What-You-Get (WYSIWYG) form; there are 2 different editors to choose from (FCKEditor and TinyMCE).
  • Code editor

    Edit HTML and PHP in an editor with syntax highlighting (CodePress).
  • Search for words or phrases

    Filter out files based on the filename, last modification time and filesize.

  • Calculate size

    Calculate the size of directories and files.

Administrator features

  • Safe Mode

    net2ftp works perfectly under safemode.

  • MySQL database

    … is optional. A MySQL database is only needed for logging, and for the Daily Limit (see below).
  • Authorizations

    Allow the users to connect to all FTP servers, or to only a predefined list of FTP servers.
    The input box on the login page will change accordingly.
  • Logging

    Activate or deactivate 3 kinds of logging: pages requested, logins and errors.

  • Daily Limit

    Restrict each user’s daily data transfer volume and script execution
    time. Once a user reaches the daily consumption limit, he will still be
    able to browse FTP servers, but the transfer of data to/from the server
    will be blocked.
  • Large File Limit

    Files bigger than this limit can’t be downloaded/uploaded/copied/etc
    but can still be renamed/deleted/chmodded.
  • Templates

    Change the layout as you want using the template files.

  • Integration in other PHP applications

    net2ftp can easily be integrated in other PHP applications.
    Modules for Mambo, Drupal and Xoops are provided in the zip file.
Share and Enjoy:
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • BlinkList
  • blogmarks
  • blogtercimlap
  • connotea
  • DotNetKicks
  • Fark
  • Fleck
  • Gwar
  • Haohao
  • IndianPad
  • Internetmedia
  • LinkaGoGo
  • MyShare
  • Netscape
  • NewsVine
  • Rec6
  • Reddit
  • Scoopeo
  • Slashdot
  • StumbleUpon
  • Technorati
  • Webride

VectorMagic-a free online tool that converts bitmaps to vector images(ESP or SVG)

Vector Magic is online tool developed ad Stanford University that converts bitmaps to vector images. This is a great tool, very easy to use and with great results. Just upload your image, and it will be converted online and available for you to download in vector format. Most of the bitmap images are supported. Finished vector image can be downloaded in EPS or SVG format.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • BlinkList
  • blogmarks
  • blogtercimlap
  • connotea
  • DotNetKicks
  • Fark
  • Fleck
  • Gwar
  • Haohao
  • IndianPad
  • Internetmedia
  • LinkaGoGo
  • MyShare
  • Netscape
  • NewsVine
  • Rec6
  • Reddit
  • Scoopeo
  • Slashdot
  • StumbleUpon
  • Technorati
  • Webride