I have a nice list of Widgets to share, and on top of that I am willing to create widgets on demand, since some people love to have something in a sidebox but seem to struggle to get this content there in a simple way, I thought it would be nice to create widgets you can control easily from the widget-panel inside the wp-admin. The first widget I’m going to share is the LinkLove Widget. It is similar to the build in links widget but this version is different as it will show an X amount of random links from your complete blogroll.
Read the rest of this article
Tags:
linklove,
Widget,
wordpress
Yesterday I came up with this idea, and today I’ve finished the first version of the button maker or button generator.
It is really easy to use, and everything speaks for itself,the design is not the best around but hey it is the first version and it took me a good 4 hours to make this script work properly.
I invite you to test it! Here is the url buttonmaker.ezion.cc
The main feature for now are:
- Set Outer border
- Set Inner border
- Set Divider (where we want to divide the left and right side ) if set to 0 (null) onli right side is shown
- Set text for left /right side
- Set background color for left / right side
- Set Text color for left /right side
- Fast button generation
- Free button hosting. (comes in handy for those on free blog hosting).
- (NEW) Add your own image to the button
- (NEW) Color picker to pick your colors really fast and easy.
I have tried to make some buttons and it takes about 1/2 minutes to make one, and that includes hosting and placing it on your website!
Tags:
button generator,
buttonmaker.ezion.cc,
first release,
free,
php project,
the idea
I have just had a nice idea based on the button/Icon I used for the “Simple Graphical Counter” many websites and communities offer you various small 80×15 buttons to place on your website, I am working on a tool that you can use, even on your website to create these buttons on the fly. Main features are a simple form where you can set all the valiables like background color font color and border color, hit enter and your image is ready, additional ideas are to offer image hosting so the visitor can easily create an image and simple add the image into a post or website. I’ll see what I can come up with.
Would you liked to get notified when this little project is ready? Subscribe to the feed!
Tags:
button generator,
php project,
the idea
Like said in the post before Yesterday evening I have been working on this tutorial, I think that the ease of use of this counter will make it so special, you can implent it anywhere on the website just by calling a file as an image! confused? I show you :
<img src=’counter/counter.php’ />
See that? we are calling an PHP file as an image. The end result is an smooth looking image that shows how many times an page or website has been seen,just like This script will work on almost any server, the only requirements are to have the GD Library installed on the server.
Read the rest of this article
Tags:
graphical hit counter,
php,
script