Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 24 of 24
Search took 0.03 seconds.
Search: Posts Made By: Tim Brownlaw
Forum: Programming 1st December 2011, 10:08 PM
Replies: 20
Views: 1,237
Posted By Tim Brownlaw
Re: Multi MySQL Queries not executing :(

Are these SQL statements just example you've created or are they what you actually want to run?

For instance, If you end up setting id 84 to 2, why do you test to see if you need to change 2 back...
Forum: Internet Marketing Product Reviews & Ratings 22nd October 2011, 09:46 PM
Replies: 26
Views: 10,293
Posted By Tim Brownlaw
Re: Mass Profit Sites

Well I followed the above instructions ( in previous posts ) and got in for $39 via the email after you drop your name and email address and click on "Add to Cart". Just don't go ahead and buy it...
Forum: Programming 5th September 2011, 08:29 PM
Replies: 9
Views: 6,889
Posted By Tim Brownlaw
Re: How to remove Posted On/Posted By on Wordpress posts?

Hi Carrie,

I had a look and found the following...

There are 3 files in total where this little bit happens.

Line 15 to 26 in loop.php
Line 18 to 29 in single.php
Line 18 to 29 in...
Forum: Programming 5th September 2011, 06:59 PM
Replies: 9
Views: 6,889
Posted By Tim Brownlaw
Re: How to remove Posted On/Posted By on Wordpress posts?

Hi Carrie,

Ready for some hunting of waskily chunks of generated HTML?

Just as some guidance on this... in the WP twentyten theme it has a function called twentyten_posted_on.... that has all...
Forum: Programming 5th September 2011, 05:21 PM
Replies: 7
Views: 586
Posted By Tim Brownlaw
Re: WP plugin redirect for split test endless loop?

Rufus picked up the problem you are seeing.

You've got two javascript redirects merrily redirecting your site between the links you've got on WordPress For Beginners...
Forum: Programming 27th February 2011, 06:12 AM
Replies: 5
Views: 699
Posted By Tim Brownlaw
Re: HELP - One Of My Money Pages On My Wordpress Blog Is Taking Ages To Load... I Am Losing Sales!

Loose the Retweet plugin.

If I can see it on my browser long enough while its calling the site to read it forwards, backwards, encode and decode it in my head and still have time to write a poem...
Forum: Programming 27th February 2011, 06:03 AM
Replies: 6
Views: 617
Posted By Tim Brownlaw
Re: Problem? website links are showing ?? http://containerhouse.info/#axzz1F1G6TYGR ??

You've got something funky going on with your javascript.

I had noscript running blocking javascript on your site and everything was dandy.

As soon as I allowed javascript on your page, your...
Forum: Programming 23rd February 2011, 05:44 AM
Replies: 6
Views: 520
Posted By Tim Brownlaw
Re: PHP question...

There are a few ways to do this, but here is a little demo I've written that might help.

<?php
// Demo for relative and absolute URIs

// This is a relative path which does not include the...
Forum: Programming 22nd February 2011, 05:21 AM
Replies: 5
Views: 507
Posted By Tim Brownlaw
Re: Need help on finding software for a review site

Hi Kurtisb

It's a topic I've been wanting to look into myself so I had a poke around wobbly wobbly wobbly land and came up with this...

freereviewscript.com

It's free and it's written in the...
Forum: Programming 20th February 2011, 02:14 AM
Replies: 6
Views: 3,764
Posted By Tim Brownlaw
Re: My pictures are gone!

Well I've taken a quick look...

This is what I can see in your source code where one of the images is meant to make an appearance...
Forum: Programming 16th February 2011, 01:34 AM
Replies: 12
Views: 1,680
Posted By Tim Brownlaw
Re: Any Butterfly Marketing Script/PHP Experts Here?

Ok, got it running on my installation.

** These changes only affect the members area inbox.

Out of the box, it could never display, clickable links as it uses a text area and just displays the...
Forum: Programming 15th February 2011, 06:50 AM
Replies: 5
Views: 1,075
Posted By Tim Brownlaw
Re: Adding a landing page before the login page

The index.php and the index.html files are two different files.

What you are alluding to is which file is called by default when you just type in the URL ie www.yoursite.com.

That depends upon...
Forum: Programming 15th February 2011, 02:52 AM
Replies: 32
Views: 1,001
Posted By Tim Brownlaw
Re: Firefox

So you are saving webpages using File -> Save Page As ?

The Firefox symbol file will be the actual HTML. In Windows, by default, it has "known" file extensions turned off. It's a really Stupid...
Forum: Programming 15th February 2011, 02:08 AM
Replies: 2
Views: 545
Posted By Tim Brownlaw
Re: Contact Form Errors

G'day Matt,

Here's a handy tip for you....
When coding, use something ( I use a text editor ) that has syntax highlighting.
It's a handy way to see when these kind of things go whoopsie!

I...
Forum: Programming 16th October 2010, 01:26 AM
Replies: 10
Views: 644
Posted By Tim Brownlaw
Re: urgent -developer has left a ton of errors - what should I do?

Hi Natasha,

Sorry to hear you've been left in the lurch with a half baked website.

But you don't need my sympathy, you need some action!

First things first... We can go through all the...
Forum: Programming 9th October 2010, 02:25 AM
Replies: 9
Views: 531
Posted By Tim Brownlaw
Re: can someone help....

Just sent you a PM...

Might be a bit faster, seems there is a little more to this than I 1st thought!

Cheers
Tim
Forum: Programming 1st October 2010, 06:53 AM
Replies: 15
Views: 779
Posted By Tim Brownlaw
Re: How do you do this in C++?

Yep, the above will work ( as suggested by ram07 ) if the number is an integer constant... But if it's input by a user then it's a different matter.

Not having touched C in any form or shape for...
Forum: Programming 1st October 2010, 01:04 AM
Replies: 15
Views: 779
Posted By Tim Brownlaw
Re: How do you do this in C++?

Hi Sumit,

This following is in pseudo code, you can figure out the syntax to use...

Sounds like two tests are needed.

1. Test the initial input to ensure it represents numerical characters...
Forum: Programming 6th January 2010, 04:51 PM
Replies: 14
Views: 875
Posted By Tim Brownlaw
Re: Parsing .html as PHP

That's in between the short and long form.

It should be
<?php echo 'Hello';?>

I always use the long form. That way it will always work between servers. It's not written in stone but I consider...
Forum: Programming 18th December 2009, 11:03 PM
Replies: 11
Views: 922
Posted By Tim Brownlaw
Re: Trying to Retrieve "just" cancelled domain?

An expiring domain is different to an expiring hosting account.

If your website hosting company is the problem and your hosting account has expired, then what I am suggesting probably won't work...
Forum: Programming 6th October 2009, 08:17 AM
Replies: 14
Views: 602
Posted By Tim Brownlaw
Re: Need help getting category menu to format

Kirk,

Check your email mate.
It's got some "Stuff" in it that should do the trick for the time being.


Cheers
Tim
Forum: Programming 5th October 2009, 08:44 AM
Replies: 14
Views: 602
Posted By Tim Brownlaw
Re: Need help getting category menu to format

Kirk,
I've had a god bash at it. It's interesting.

The problem is the classes being generated.
Listing of categories is a little different to pages. Having said that I've been playing with a...
Forum: Programming 5th October 2009, 01:34 AM
Replies: 14
Views: 602
Posted By Tim Brownlaw
Re: Need help getting category menu to format

Give me a nudge - yeah I'm awake!

Umm yes, as you stated in your email , you got that bit working.

To get the categories showing in the menu is going to take a little effort.

I'm still...
Forum: Programming 5th October 2009, 01:02 AM
Replies: 14
Views: 602
Posted By Tim Brownlaw
Re: Need help getting category menu to format

Ok Kirk,

I tried that snippet of code they gave you on the Forum with the UL's etc.. and it works.

So to get you going - use that instead of what you were trying.

It's manual but if it works...
Showing results 1 to 24 of 24

 
Forum Jump


All times are GMT -6. The time now is 04:45 PM.