Category: programming

  • SansJ.com updates.

    My Social Search Engine:SansJ has had some updates to it’s interface recently. Most notable is the use of CSS based Buttons instead of standard HTML buttons. Thanks to some excellent free web 2.0-ish icons available here, I have been able to create some good-looking CSS buttons.The new menubar at the top has been created with…

  • Scriptaculous Slider in action.

    Ever since I had it in my mind-even though I could not think of any immediate benefit for my Social Search Site SansJ-I couldn’t make myself to code something that had a more practical value for my site.After about a week of experimenting (I am very average, but, lazy coder) finally managed to create a…

  • SQL and Authentication

    Had been dabbling with PHP and SQL lately working on a personal project, and decided to use Authentication. After searching in Google for some info, came across this link: http://www.php-mysql-tutorial.com/user-authentication/, which has some good examples of how authentication can be achieved in PHP. I am using MySQL V5.something and the auth example using Database was…