Javascript POP Up Window Rumi, August 2, 2009 To open a new window by clicking on the link, you will need to use window.open method of javascript. Simple popup window <a href=”javascript: void(0)” onclick=”window.open(‘popup.html’, ‘windowname1’, ‘width=200, height=77’); return false;”>Click here for simple popup window</a> Now you can open a simple window, also this function can have different features… Continue Reading
Test php mail function on your server Rumi, October 18, 2008 A handy code to test PHP mail functions on your server! Continue Reading
search.bdinside.net post code Rumi, October 14, 2008October 14, 2008 Guess the following code can be put into any page and activate the search engine! Continue Reading
URL Redirect PHP script for Horde Rumi, October 12, 2008November 6, 2008 I nearly got mad implementing horde in virtualmin. Though this section will not tell how the Horde was setup. Anyways, HORDE needs to work under /horde framework. I know this can be fixed up in registry.php file and can be used as /groupware or something. Continue Reading
URL Redirecting Script Rumi, October 12, 2008October 12, 2008 Meta Refresh URL Redirect Meta Refresh URL Redirect is an example of a meta refresh URL redirect. The code is quite simple. <meta http-equiv=”refresh” content=”8;url=http://www.seocompany.ca/index.html” /> Meta tag refresh is known to not be very search engine friendly and is consider spammy because of its misuse. If you keep it… Continue Reading
ESRI ArcGIS Desktop 9.2 Rumi, August 10, 2008August 10, 2008 ArcGIS Desktop is software that allows you to discover patterns, relationships, and trends in your data that are not readily apparent in databases, spreadsheets, or statistical packages. Continue Reading
Embedding Music With Flash And XSPF Web Music Player Rumi, August 7, 2008August 7, 2008 Ready to go? Great! Here are the steps to add music to your web page with Flash and the XSPF Web Music Player.1. Download my enhanced version of the XSPF Web Music Player software. Just follow the instructions on that page to fetch a zip file that contains both the… Continue Reading
Ozeki SQL Dump Rumi, August 4, 2008 Before I forget to look for this silly sql dump code over and over in my computer- I’ve decided to put it right here inside this blog 😉 ozeki SQL Dump Continue Reading
Submit Once- Form Validation Javascript Rumi, July 23, 2008 If you have forms on your site, you know they are extremely prone to abuse by users. Apart from incomplete or bogus entries, the most common offense is duplicate submissions by the same individual, caused by pressing the “Submit” button over and over and over again. Well, this DHTML script… Continue Reading
A good Webmail with least complications and have beautiful interface- MailBee Rumi, July 7, 2008July 7, 2008 I was just tired on working webmail projects with- Horde Neomail Squirrelmail (I did customize quite a long back!) DWMail Uebimiau MDaemon with IIS integration And so many!!!!! Anyway, my eyes were bored in seeing those interfaces on and on, just looked for some new thingy available now a days…… Continue Reading