Tag Archives | script

Gallery: Open Source Photo Albums

free open source image gallery

Looking for a great photo album organizer to put on your website or to base your website on? Gallery is a great open source script that will let you get that job done.  It looks great as a stand alone website, and it also blends in seamlessly into your current website design too.

Continue Reading →

Read full story · Comments { 1 }

What is Joomla?

Joomla Review

No Joomla is not a board game, and I can promise you it has nothing to do with Robin Williams.  Joomla is, in fact, one of the most popular CMS (content management systems) out there today.  If you need a website backend that can do a little ‘bit of everything, then Joomla is the script you are looking for.

Continue Reading →

Read full story · Comments { 0 }

Roll Your Own TinyURL Hosted Service

Create Your Own Link Shortening Service

Tired of your favorite link shortening service not listening to your demands, or maybe you have a better idea for a link shortening service?  This is where YOURLS comes into the picture.  Wearing it’s spandex tights of freedom, it will let you use the power of PHP to roll down own link shortening service.

Some of the features include:

  • Public (everybody can create short links) or private (your links only)
  • Random (sequential) or custom URL keyword
  • Track click count on your links
  • Neat AJAXed interface
  • Developer API

The requirements are pretty lean too:

  • A server with mod_rewrite enabled
  • At least PHP 4.3
  • At least MYSQL 4.1

Once you get it up and running, you can even use it in connection with your own WordPress install so you can generate short URLs using your service for each new post or page. 

The bottom line is, if you want to roll your own TinyURL, this script provides the easiest way to get that done.  Download it and give it a shot at yourl.org.

Read full story · Comments { 0 }

WordPress Sucks? Try Nucleus CMS

Nucleus CMS is like WordPress’s less popular friend, that does all the same things but doesn’t get the same love from the public.  A light, flexible and secure publishing platform, Nucleus CMS is definitely worth check out if you are looking for an alternative blogging platform.

The Nucleus CMS install process isn’t rocket science, so that is defiantly a good thing.  Any basic Linux hosting account should make a good home for it. 

nucleus-screenshot

You can check out more screenshots of Nucleus CMS in action here.  You can also play with the demo too, if you what to try some of the features out for yourself.

Here is a little more about Nucleus CMS from the developers:

Thanks to an international community of sophisticated developers and designers, Nucleus CMS remains simple enough for anyone to learn, and expandable enough to allow you to build almost any web site you can imagine. Nucleus CMS lets you integrate text, images, and user comments in a seamless package that will make your web presence as serious, professional, personal, or fun as you want it to be.

The must for any blogging platform, skins and plugins are both there.  So this means you have even more possibilities when it comes to customizing Nucleus CMS to meet your own needs. 

You can download Nucleus CMS for free, so why not give it a shot?

Read full story · Comments { 0 }

Media Publishing Made Easier with Loudblog

I have looked at a lot of blogging engines lately, but Loudblog is a little different.  It proudly claims it does not have the full weblog publishing features like a MovableType or Textpattern – however it does promise to be the best publishing system out there for anybody who wishes to share their own media.

Installing this script should be no problem with any shared Linux-based hosting.  They only require 1 MB of free web space, PHP 4.3 or higher and MySQL 4 or higher.  After installing, you can upload your content via the web site or FTP and then you can add and edit lots of meta information for that media. 

 audio-track-editing-blog

You can also install templates and plugins to customize your experience even more.

You can check out the demo on OpenSourceCMS if you want to give it a try.  If you are looking for a sleek and easy to use content management system for publishing a podcast, Loudblog is definitely worth checking into.

Read full story · Comments { 0 }

AutoHotkey – Create Your First Quick Response?

autohotkey-help I really love AutoHotkey but some people are still confused as to how you can get it to work for you.  After my article about it in the recent issue of Ping! Zine I have had a few questions so I thought I would touch on the basics here for all to see.  Here are the basics you need once you get it installed. 

Right click on the desktop, select “New” and then “AutoHotkey Script”.

On the desktop icon created for the script, I want you to right-click on it and select “Edit Script”.  This should open up a Notepad window with your empty script inside.  Go to the Notepad window, hit enter twice so you are on a new line.  Next I want you to type in the following:

:o c:testscript::

Now this is telling your script that the word “testscript” is your keyword to type to get your longer response to launch.  Next add some text to the end of that – such as…

:o c:testscript::Thank you for your suggestion.  I really appreciate it.

Now that you got that text typed into there I want you to go to “File” and then “Save” to save your script.  Now lets go back to the desktop where you created your quick response, and double click the icon created on your desktop to launch it.  You should see the green box with the “H” in it in your taskbar now. 

Now go into any text field, e-mail, search box, anything and type in testscript then hit enter after typing it in.  Presto – you just saved yourself a few more seconds in your day.  You can now quickly type out phrases you use multiple times in the day and save your keyboard (and fingers) from all that extra work.

Read full story · Comments { 0 }