JavaScript On Shorten links

by DeathfireD, November 11, 2007 13:10

thanks guys. Looks like the...

421453710d51d7daaea8069af0aa4126 Talk
1
2
3
4
<script type="text/javascript">

window.onload = function() {
...

JavaScript Shorten links

by DeathfireD, November 09, 2007 14:23, 4 refactorings, tagged with short, url, short url

is there a better, shorter,...

421453710d51d7daaea8069af0aa4126 Talk
1
2
3
4
<script type="text/javascript">
var feature_stuff = new Array(
'<li><a href="#">URL 1</a></li>',
...

JavaScript Random URL

by DeathfireD, October 29, 2007 15:21, 7 refactorings, tagged with random, url, math

Outputs one of the 5 urls r...

421453710d51d7daaea8069af0aa4126 Talk

PHP On Content Page Include

by DeathfireD, October 04, 2007 18:29

They all work, but it appea...

421453710d51d7daaea8069af0aa4126 Talk

PHP On Content Page Include

by DeathfireD, October 03, 2007 15:15

Interesting, So I guess eve...

421453710d51d7daaea8069af0aa4126 Talk

PHP On Content Page Include

by DeathfireD, October 02, 2007 21:53

Mike Cochrane, would there ...

421453710d51d7daaea8069af0aa4126 Talk

PHP On Content Page Include

by DeathfireD, October 01, 2007 19:37

wow you definitely refactor...

421453710d51d7daaea8069af0aa4126 Talk
1
2
3
4
<?
$page = $_GET['id'];
$allowable_pages = array('news', 'about');
...

PHP On Content Page Include

by DeathfireD, October 01, 2007 17:07 Star_fullStar_fullStar_full

added a check to see if $_G...

421453710d51d7daaea8069af0aa4126 Talk
1
2
3
4
<?

switch($_GET['id'])
...

PHP Content Page Include

by DeathfireD, October 01, 2007 16:26, 37 refactorings

a simple way to include dif...

421453710d51d7daaea8069af0aa4126 Talk