[OFF][20-50 credits]Give me a suggestion

Jon.Monreal

New Member
Messages
93
Reaction score
0
Points
0
Hello Christopher,

Here are some ideas for you:

Encoder/Decoder - http://tools.web-max.ca/encode_decode.php
Can encode Base64, Base85, URL, MD4, MD5 and SHA strings, and can decrypt some (for md5 they have a limited lookup database, but md5 encoding is hard to crack, so this is reasonable). Useful if the administrator forgot or never received a password because you can manually edit a website's SQL database and change the password for many content management systems and blogs simply by changing the md5 hash (okay so it's not so simple but I had an administrator of a site come to me for help once lol).

Encode and Decode to Binary/Hex/Octal - http://www.nickciske.com/tools/

W3Schools Online Tutorials in HTML, XHTML, XML, Javascript, ASP, ADO, SQL, VBScript and CSS - http://www.w3schools.com/

KompoZer WYSIWYG Web Page Editor - http://www.kompozer.net/

I will see if I can think of anything else as well.

-Jon
 

Jon.Monreal

New Member
Messages
93
Reaction score
0
Points
0
Here are some more ideas for your site:

Eclipse PDT (PHP Development Tools) Project - http://www.eclipse.org/pdt/
The Eclipse PDT Project is built on top of the Eclipse IDE (Integrated Development Environment), adding support for developing web pages, sites, and web applications in PHP. Available as an add-on for Eclipse or as a stand-alone installer.

XAMPP Portable - http://portableapps.com/apps/development/xampp
Portable web server that can be used for testing and development as well as live sites. Full version contains (every app on Portableapps is free and open source) Apache, MySQL, PHP+Pear, MiniPerl, OpenSSL, phpMyAdmin, XAMPP Control Panel, Webalizer, Mercury Mail Transport System, FileZilla FTP Server, SQLite, ADODB, Zend Optimizer, and XAMPP Security. Lite version is smaller for smaller drives.

Cooltext - http://cooltext.com/
Cooltext is an online logo generator.

FlashDevelop - http://www.flashdevelop.org/community/viewforum.php?f=11
FlashDevelop is an open source flash IDE.

Adobe Flex SDK - http://opensource.adobe.com/wiki/di...K;jsessionid=728250CB079EA98FEBF6410A7033B2C4
An open source framework for building web applications.

FileZilla - http://filezilla-project.org/
FileZilla is an open source FTP Client. Portable version is available at http://portableapps.com/apps/internet/filezilla_portable.

That's it for now.

-Jon
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Sent you 50 credits. I'm not quite sure how I'm supposed to make online version of those other things
 

Jon.Monreal

New Member
Messages
93
Reaction score
0
Points
0
I thought your website was simply linking to the tools.

You could always host the open source programs on a site like Filefront and offer downloads.
 

exemption

New Member
Messages
66
Reaction score
0
Points
0
You should make a PHP validator..something that makes sure that PHP coding is correct...
 

Salvatos

Member
Prime Account
Messages
562
Reaction score
1
Points
18
You have a table maker but no form maker. Maybe you could even combine both, I think it could be useful to some.

Cookies could also be useful (login, preferences, etc.).

And web counters (in particular those that do not add multiple clicks or refreshes from the same user).
 
Last edited:

Salvatos

Member
Prime Account
Messages
562
Reaction score
1
Points
18
Many thanks and by the way, I just noticed this:
"ExchangeCore » Webmaster Tools"
at the top of your page.

I'm using IE 7 on Windows XP if that's useful to know.
 
Last edited:

Salvatos

Member
Prime Account
Messages
562
Reaction score
1
Points
18
Wow thanks! I just found another one (no need for credits though ;) ) in your table generator (advanced), when viewing the result code:
« <td algin="center"... »
and the table's attributes are separated by two spaces (which is less of a concern I guess).

And while I'm at it (but I do it because I like grammar, again, not for credits), here are a few typos you might want to fix on your homepage:
To place a order => To place an order
Read More... => Read more...
In the Website design box, webdesign team! needs a space before Read more...
can't make a image => can't make an image


Hope that helps and thanks again!
 
Top