Saturday, May 19, 2012

Return Home
Contact Me

News Feed

Soholaunch getNav() / showNav()

March 27th, 2011 | No Comments

Description

Creates an HTML unordered list of menu items set in the Menu Navigation tab of the Soholaunch back-end.

Usage


<?php $navigation = $mytemplate->getNav($args); ?>

or


<?php $mytemplate->showNav($args); ?>

Read More »

Soholaunch getTemplatePath() / showTemplatePath()

March 27th, 2011 | No Comments

Description

The absolute path to the current template directory, from the parent web directory either echoed or returned.

Usage


<?php $templatePath = $mytemplate->getTemplatePath(); ?>

or


<?php $mytemplate->showTemplatePath(); ?>

Read More »

Soholaunch getThisPage() / showThisPage()

March 27th, 2011 | No Comments

Description

The current page the user is on, either echoed or returned.

Usage


<?php $thisPage = $mytemplate->getThisPage(); ?>

or


<?php $mytemplate->showThisPage(); ?>

Return Value

If using getThisPage(), a…

Read More »

Soholaunch Template PHP Class

March 27th, 2011 | No Comments

After building many custom templates for use with Soholaunch and becoming fed up with the limitations of template pound variables, I’ve decided to standardize some simple functions. The result is my Soholaunch Template Class, something I will continue to add…

Read More »

Soholaunch Path to Install Function

February 27th, 2011 | No Comments

If you need an automated way to figure out the installation path and directory to the Soholaunch install, you can use this function. The function relies on the use of my currentPage function for some string manipulation. It’s especially helpful…

Read More »

Soholaunch Current Page Function

February 10th, 2011 | No Comments

Unfortunately, Soholaunch doesn’t store the current page the user is on in any of it’s many session variables. I use this function in pretty much every template I create for Soholaunch. It basically just tells you what page is being…

Read More »

Instagram Hashtag Atom Feed Parser

February 1st, 2011 | 25 Comments

Instagram recently released some new features in their latest iPhone App build.

While there are a few unofficial Instagram API’s floating around out there, I thought I’d spend a little time playing with the feed until an official API…

Read More »

Instagram Atom Parser

January 31st, 2011 | No Comments

Features:
  • Default hashtag feed
  • Linked hashtags for each picture, to easily jump to a new feed
  • Hashtag feed search function

This PHP application is easy to implement into your own site. Simply download the source code and…

Read More »

Recent Posts: