Browsing the blog archives for September, 2009

RenownedDatabase Released, MySQL Database Manager

2 Comments
Uncategorized

Today, we have released RenownedDatabase, an easily integrated MySQL Database manager. Please click here for a live demo, no authentication required. RenownedDatabase is an easy to integrate database manager. What this means is you, as a developer, can simplify the creation of your sites admin panel by simply installing RenownedDatabase in the backend. RenownedDatabase handles all your [...]

Pagerank and higher search engine rankings explained

1 Comment
SEO Articles

Introduction People ask us all the time, how does Search Engine Optimization (SEO) work, what is Pagerank (or Alexa / Compete), and what can I do to get my website on the first page of a Google result? This blog post will attempt to explain as much of this process as we can. There is a complex [...]

RenownedMint Wordpress Theme

12 Comments
Uncategorized

RenownedMint is our first free WordPress theme, and marks an era of Renowned Media releasing more free content. Click here to download RenownedMint from Renowned Media or download RenownedMint from wordpress.org. RenownedMint is an attractive, minty Web 2.0 theme for your WordPress blog, based on the same color scheme used by our popular product RenownedStats. This theme [...]

RenownedLyrics released, lyric database web application

2 Comments
Uncategorized

RenownedLyrics is a fully featured lyrics web application. For a demo of a live website running this script, check out spiderlyrics.com. Download does not include a database of lyrics. The included layout differs slightly from the demo URL as the stock photos in the header were removed. Features:

SEO URLs (e.g. lyrics-rammstein-du_hast.htm) Simple forums for music buffs Code is [...]

RenownedLinks released, URL shortening application

No Comments
Uncategorized

Today, we’ve released RenownedLinks, the same application which runs the popular URL shortening service ezlink.info. RenownedLinks is a shorter URL web application written in PHP and MySQL. With the help of the included PDF manual, you can easily install this on your web host with little knowledge of web servers. Why would someone want to use [...]

RenownedQuotes Released, quote voting web app for sale

No Comments
Uncategorized

Today we have released RenownedQuotes for sale, the same application which powers ObsceneArt.net, a popular funny quote website. This download is basically an entire working website. Everything is easily configured using the master config.php file, along with documentation provided in a three page PDF document. Also included is the Photoshop PSD file for the layout used in [...]

RenownedStats released, web analyzer / page counter statistics

4 Comments
Uncategorized

Today, Renowned Media has released a website visitor statistics application called RenownedStats. This application is much more than just a page counter, keep reading for more details. This application allows you to keep a close eye on the visitors to your website, including what websites are referring people to you, what people are searching for in [...]

PageRank sculpting

No Comments
SEO Articles

Here is a good article about Google PageRank and some general SEO techniques… The best way to increase your PR of a site (and boost your organic search results) is to have many people link to you. But, what happens when you link to too many people? Read on… PageRank sculpting

Change PHP Timezones

No Comments
PHP Tutorials

When working with dates, PHP uses the system time by default, which is dependent on the timezone the server is in. So, instead of doing tricky math with the results of the date function, you can simply change the timezone. Here is the function used to change the timezone: <?php putenv(“TZ=US/Detroit”); ?> One thing to keep in mind is that [...]

PHP Class for creating CSS Graphs

No Comments
PHP Tutorials

We’ve developed a PHP Class for drawing a CSS graph. The CSS and XHTML code for this class was originally developed by Meyerweb, we just took it and wrapped a PHP class around it. This class is also hosted over at phpclasses.org if you prefer to get your stuff on that site, but keep in [...]