Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: davidsbain
Forum: Programming 16th May 2012, 06:14 AM
Replies: 26
Views: 858
Posted By eXthus
Re: Hey Where Can I learn To program?

I don't think anyones mentioned this yet: learnable.com - it's $17 per month but it's great, they have courses set out in hour - 2 hour lessons. Each lesson has videos presented by the course...
Forum: Programming 4th September 2010, 11:29 AM
Replies: 10
Views: 2,262
Posted By nevadasoft
Re: php script tracking number of clicks

Open Notepad (or any plain text editor) and save this as clicks.php (change "xxxxxxxxxx" to your real URL you want to redirect to):

<?php
$x=file_get_contents('clicks.txt');
if ($x) { $x++; }...
Forum: Programming 21st April 2010, 02:33 PM
Replies: 4
Views: 751
Posted By theIMgeek
Re: What is the correct syntax for windows status bar being blank ?

To open in a new window (or tab)...

<a href="#" onclick="window.open('http://www.real-link.com'); return false;">Click Me And Buy</a>-Ryan
Forum: Programming 21st April 2010, 11:45 AM
Replies: 4
Views: 751
Posted By theIMgeek
Re: What is the correct syntax for windows status bar being blank ?

I was just playing with onmouseover="window.status='test'" within a link and it didn't seem to have any effect (in Firefox at least)

However, this will hide your links...
<a href="#"...
Forum: Main Internet Marketing Discussion Forum 7th April 2010, 12:27 PM
Replies: 73
Views: 2,644
Posted By butters
Re: I am opting out of your list because......

I never opt out of a list, never! I don't buy but never opt out, the amount of lessons you can be taught by being on lots of email lists are insane. If I ever need ideas for emails, look at my inbox,...
Showing results 1 to 5 of 5

 
Forum Jump


All times are GMT -6. The time now is 01:58 AM.