All you know letting visitors/users invite their contacts is one of the cheapest but proven way of marketing. We can get it by placing a contact importer script in our site and requesting users to invite his/her friends by providing email address and password. The script will then contact the server and download contacts from [...]
You are at the archive for the Scripts category
My first plugin in wordpress plugin repo
May be nothing to be exicited. But its still a moment to remember. Today I have published my latest plugin in WordPress plugin repository. Though I have made two more open source plugins, I did not put them in the repo. But I wanted to put my latest plugin (Blog Post Reordering) to the repo [...]
WordPress Blog/Post Reorder
Until this plugin takes birth, the blog posts of WordPress were arranged on post’s date/time basis. The latest post will be in front and the earlier posts will sink.
From a few days, I was planning about this plugin. I am excited at this beta release of it.
Usage:
Using this plugin, posts can be reordered or reorganized. [...]
host your blog anywhere, using this 10 line proxy script
Just now Hasin Hayder, author of multiple books, has published a blog post how to host any wordpress.com blog virtually anywhere you wish. Using this simple script, you can host any wordpress.com blog in your own domain.
He wrote a simple proxy script and some codes in .htaccess file. Then the proxy script will fetch all [...]
Make money by sharing games!
One more way to generate some revenue through your Adsense account. www.idontplay.com has introduced an alpha service which will boost your income. The method is simple.
www.idontplay.com has a very large collection of flash games. There are thousands of flash games in their game library those are played by thousands of game lovers every day. You [...]
Batch CHMOD for Dolphin Installation
This week, I am working with several installation of Dolphin Community Builder. I had to install Dolphin on several sites. The installation would be easy unless I had not to change permissions of so many nested files and folders. For the installation of Dolphin permissions need to be changed for about 92 files and folders. [...]
WordPress filter posts in homepage…
It happened to me that I have published a post in my blog. But for some reason I don’t like it to be displayed in homepage. So I was finding a solution but end with no result.
So I have developed a quite small plugin to do serve same purpose. Installation is simple. Just activate from [...]
Rounded corner without image?
If you are a fan of round corner box, I think, you do it using CSS and 4 related corner images matching your background.
See my latest design here at www.projanmo.com. The top menu has rounded corner. But believe me, I did not use even a single image to show the round corner there.
Bookmark:
[...]
WordPress Read Counter Plugin
WordPress Read/Hit Counter Plugin
When WordPress was in 1.5x tree, I have designed a WordPress theme. But I did not ever made a plugin for it though I have studied much on the plugin development system. Actually it was not needed. Every time I need something, I get it online :-). But today I thought [...]
Best flash charting script!
Uses of flash chart is getting popularity day by day. Many medium to big web applications may use flash chart. But small application may ignore it due to complexities of implemention of flash chart. Even some web developers may not familiar with flash to make flash chart.
To make it easy, there are several open source [...]
PunBB Thread Guide!
While moderating & administering the Projanmo Forum, I have seen many times that users opening thread in wrong forum/section. For example, they are opening a software troubleshooting thread in forum’s suggestion section.
I have seen in some vBulletin based forum that when opening a new thread, user has to confirm that he is posting in the [...]
PunBB Warning System
Today I am working on basic PunBB Warning System extension. It is a long expected feature of PunBB and specially a Projanmo Community desire. This extension will work with upcoming PunBB 1.3
In this version admin can define number of warnings an user may get before getting a temporary ban and also number of warnings before [...]
Detecting WAP browser
Recently, I have observed that there is a good trend of developing WAP sites in our country. Many young designers are trying to develop WAP sites. Special concentration has seen on ringtone sites, music sites, chat site etc. I have also worked for two WAP sites quite a bit ago. So, today I am posting here a tips of automatically redirecting users to your WAP site.
When does it needed?
Textarea Resizer
I was searching for a simple Javascript code snippet to live resize text area. After searching a lot, today I have found one simply cool.
I have found this blog: http://www.mollerus.net/tom/blog/2008/02/clickanddrag_resizing_of_a_textarea.html where I got the link of the main script.
The main script is located at http://dev.turnipspatch.com/trac/wiki/TextareaResizer#Example
Just download it and follow the simple example. Sure, you will see that you can resize any or all text area of your web page.
PunBB Plugin
I have worked a bit with PunBB specially to improve Projanmo Forum.
Today, I wanted to practice a bit with PunBB Plugin System. So, I have developed a very simple plugin. Using this plugin, the admin can edit the any value of configuration table.
It just a practice Plugin. But may be helpful for MOD which affected config table but did not give any plugin to edit those configuration.
In next version of this script, i will add some more feature.