Twitter Train Script – TwooTwoo Train


I just want to say that the script powering my Twitter train site: http://www.TwooTwoo.com is for sale! There is even a slight discount if you are registered here on BncApps Just use the contact me tab (on the top) to contact me for more information! This is the cheapest costing Twitter Train script you will [...]

TinyBy.com – Proxified URL Shortening and Redirection Service


http://TinyBy.com is a new project of mine. Started months ago, but I havent had time until recently to actually work on it. It is a URL redirection service with something no other site has, the ability to make the redirection go through a proxy. This allows you to share links to those who may not [...]

Java Applet as a Facebook App


I recently received an email asking how I figured out how to pass information from the Facebook API to a Java Applet. In the email, the man wanted to be able to access the users Facebook images so they can edit them within the applet. The way the Facebook API is setup, you can not [...]

SQL and general input safety


If your website is taking data from the user in anyway, whether it be a search bar, a login form, or register form, without proper safety measures you can suffer an SQL injection attack. SQL injection will basically let the end user run queries on your database, meaning they will be able to read data, [...]