Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 56 of 647
Search took 0.43 seconds.
Search: Posts Made By: Brandon Tanner
Forum: Main Internet Marketing Discussion Forum 2nd August 2014, 09:02 AM
Replies: 30
Views: 1,263
Posted By Brandon Tanner
Re: Question for Alaister (RE: War Room)

The biggest incentive, in my opinion, is getting people on your list who actually want to be on your list (and not people who sign up just in order to get a free download link and then unsubscribe or...
Forum: Programming 26th July 2014, 08:02 AM
Replies: 34
Views: 1,641
Posted By Brandon Tanner
Re: Is there any editor for PHP?

Lots of them. If you're looking for free editors, Netbeans and Notepad++ are both really good. A lot of people like Eclipse w/ PDT too, but I never cared for it -- too bloated in my opinion. For paid...
Forum: Suggestion Forum 23rd July 2014, 12:39 PM
Replies: 262
Views: 39,320
Posted By Brandon Tanner
Re: Warrior Payments Feedback and Suggestions

Congrats on the new payment platform, guys. I'm sure it will be great once it matures a bit and more features are added. :cool:

I, as well as many others I'm sure, would like to see other...
Forum: Website Design 16th May 2014, 09:31 AM
Replies: 18
Views: 930
Posted By Brandon Tanner
Re: Maintaining Large Websites (input wanted)

PHP includes are definitely the way to go here, and will save you a ton of work in the long run. On most servers, it is possible to run PHP code inside regular HTML files, by adding the following to...
Forum: Website Design 10th May 2014, 07:13 PM
Replies: 3
Views: 618
Posted By Brandon Tanner
Re: Site "Toolbar" stays atop page - where to get? (pics / example)

Judging from the source code, it looks like they are using something called 'hellobar'.

But you can easily do this yourself with a little bit of HTML/CSS. Basically, it just involves giving a div...
Forum: Programming 9th May 2014, 06:30 PM
Replies: 5
Views: 1,048
Posted By Brandon Tanner
Re: Redirect if traffic comes from a certain source

Pretty simple job with a couple lines of PHP...

<?php
$ref = $_SERVER['HTTP_REFERER'];
if (preg_match("/twitter.com/", $ref)) { header("http://www.anothersite.com"); }
?>

^ The text in red...
Forum: Website Design 5th May 2014, 07:02 PM
Replies: 2
Views: 574
Posted By Brandon Tanner
Re: CSS question on targeting sub class

Assuming that's the only div that uses the "contact-form" class, then you can do...

CSS:

.contact-form h3 {
color: black;
}Or, you could just give that particular H3 tag a unique ID, and...
Forum: Off Topic Forum 16th March 2014, 09:32 AM
Replies: 22
Views: 2,234
Posted By Brandon Tanner
Re: Can You Identify This?

Wow... that definitely fooled me at first glance. I thought, why is TB posting a picture of some stupid bird? :D Amazing stuff.



Not sure if this is the one you're referring to, but it's...
Forum: Programming 4th March 2014, 10:55 AM
Replies: 7
Views: 823
Posted By Brandon Tanner
Re: dynamically change aweber optin values without touching code

Forgot to mention that you need to put opening and closing PHP tags in your list file. For example...

<?php
$form = "342767906";
$listname = "hbblist-10000";
$url =...
Forum: Programming 3rd March 2014, 09:31 AM
Replies: 7
Views: 823
Posted By Brandon Tanner
Re: dynamically change aweber optin values without touching code

Easiest way would be to put your list values in a PHP file (just give your text file a PHP extension), and then create a variable for each value, like...

$form = "FORMIDVALUEHERE";
$listname =...
Forum: Mobile Marketing 11th February 2014, 10:14 AM
Replies: 6
Views: 755
Posted By Brandon Tanner
Re: Mobile Website info/stats for Presentation?

A couple good lists of various mobile stats...

Global mobile statistics 2013 Home: all the latest stats on mobile Web, apps, marketing, advertising, subscribers, and trends... | mobiThinking...
Forum: Website Design 8th February 2014, 03:21 PM
Replies: 13
Views: 878
Posted By Brandon Tanner
Re: Do you need to learn HTML+CSS?

Unless you're joking, you are using the term "learn" very loosely there, to say the least! Sure, you might be able to comprehend the very basics of the syntax in a single day, but that does not mean...
Forum: Programming 8th February 2014, 01:45 PM
Replies: 2
Views: 418
Posted By Brandon Tanner
Re: Listening Tool - Forum

You can use Google Alerts (http://www.google.com/alerts) for that. For the search query, use the following format...

site:ForumURL.com keyword

And for how often, select "as it happens".

You...
Forum: Off Topic Forum 6th February 2014, 08:10 PM
Replies: 2
Views: 420
Posted By Brandon Tanner
Re: Any video editors out there?

In that price range... Sony Vegas Movie Studio, hands down. Even though it's Sony's "entry level" video editor, it's still 1000 x better than Windows Movie Maker. You can download a free trial...
Forum: Programming 4th February 2014, 02:06 PM
Replies: 9
Views: 654
Posted By Brandon Tanner
Re: What level of math is needed to program web apps?

Wayfarer is spot on. I was never all that great at advanced math in school, but I'd like to think that I've become a fairly decent programmer despite the fact. When you start getting involved in your...
Forum: Main Internet Marketing Discussion Forum 28th January 2014, 01:37 PM
Replies: 8
Views: 525
Posted By Brandon Tanner
Re: Websites Getting Spammed To Death, What Is The Name Of This Type of Captcha?

Red,

I think that the best (ie "least intrusive") type of captcha is the "honeypot" captcha. Basically, the way it works is... the vast majority of all spambots will fill out *all* of the text...
Forum: Website Design 25th January 2014, 08:00 PM
Replies: 5
Views: 470
Posted By Brandon Tanner
Re: How can one

That's because the background image is not directly beneath the menu bar -- the "content" div is. So when you lower the opacity of the menu bar, you are only seeing through to the "content" layer.
...
Forum: Programming 23rd January 2014, 04:18 PM
Replies: 3
Views: 2,462
Posted By Brandon Tanner
Re: JS error:identifier starts immediately after numeric literal

Your post isn't very clear. Are you trying to hide a div with the ID of "layout-item-1", when <a> is clicked?

If so, then...

<a...
Forum: Programming 23rd January 2014, 06:56 AM
Replies: 79
Views: 4,238
Posted By Brandon Tanner
Re: JAVA or PHP ?

While Javascript's implementation of OO may not be as elegant as other languages, it does have basic OO capabilities, if your project requires it (see this...
Forum: Off Topic Forum 20th January 2014, 01:51 PM
Replies: 48
Views: 1,148
Posted By Brandon Tanner
Re: Are you still an XP user?

Yeah... Firefox is far less of a resource hog than IE, and a much better browser overall, IMO. Chrome is a great browser too, so that's another one you might want to check out. To be fair though,...
Forum: Off Topic Forum 20th January 2014, 10:15 AM
Replies: 48
Views: 1,148
Posted By Brandon Tanner
Re: Are you still an XP user?

My main PC is Windows 7, but I also keep an XP box around for testing purposes. I've tried Windows 8, but hated it for several reasons, so I'll probably stick with W7 for as long as I can.

Seems...
Forum: Main Internet Marketing Discussion Forum 16th January 2014, 01:36 PM
Replies: 5
Views: 347
Posted By Brandon Tanner
Re: what does it mean if

Yelp, YellowPages, etc. spend a TON of money on Google ads each year. The vast majority of small businesses don't.

I'll let you draw your own conclusions from that. :)
Forum: Main Internet Marketing Discussion Forum 16th January 2014, 11:14 AM
Replies: 46
Views: 2,234
Posted By Brandon Tanner
Re: Screen Capture Tools

Depends on your goals. Contrary to popular belief, there are screen capture programs out there that have far more features / functionality than Camtasia. Adobe Captivate is the first one that comes...
Forum: Main Internet Marketing Discussion Forum 15th January 2014, 01:14 PM
Replies: 14
Views: 519
Posted By Brandon Tanner
Re: Doing the math... Is it right?

Yeah, a 10% conversion rate is definitely on the high side. I would guess that less than 1% of all digital products out there have conversion rates that high. While it's most certainly possible to...
Forum: Off Topic Forum 13th January 2014, 07:48 PM
Replies: 120
Views: 15,676
Posted By Brandon Tanner
Re: Do you think wearing a Rolex watch impresses people???

I must admit that when I see someone wearing a Rolex, it does impress me. The impression that I usually get is... "egotistical, shallow schmuck". :p :D

Not that there's anything wrong with buying...
Forum: Website Design 13th January 2014, 11:10 AM
Replies: 6
Views: 404
Posted By Brandon Tanner
Re: Help Please!

There are tons of jQuery plugins out there that will do this. Google "jQuery responsive thumbnail gallery".

BTW- you'll normally get a much better response if you use a descriptive thread title...
Forum: Offline Marketing 7th January 2014, 01:23 PM
Replies: 64
Views: 3,143
Posted By Brandon Tanner
Re: This section of the Forums could be better

Here ya go. I normally sell these for $9.99, but since you're a fellow Warrior... if you order before midnight tonight, I'll hook you up with my 20%-off "VIP" discount, and I'll even throw in my 35...
Forum: Offline Marketing 6th January 2014, 05:10 PM
Replies: 64
Views: 3,143
Posted By Brandon Tanner
Re: This section of the Forums could be better

Does anyone else find it funny that a thread which was started in order to bash "biz opp" discussions here... now has a "biz opp" idea posted within the thread?

Irony at it's finest. :D
Forum: Offline Marketing 3rd January 2014, 01:41 PM
Replies: 64
Views: 3,143
Posted By Brandon Tanner
Re: This section of the Forums could be better

Why would you assume that it's limited to only that? The tagline for this section of the forum is "Offline Marketing strategies, techniques and ideas". That sounds much broader than your description....
Forum: Offline Marketing 30th December 2013, 10:07 PM
Replies: 41
Views: 9,860
Posted By Brandon Tanner
Re: Anyone overcome social anxiety and become a high performing salesperson on here?

Bingo!

You will succeed when the pain of not succeeding becomes greater than the "pain" of your social anxiety. If you're not at that point right now, that simply means that you don't "want" it...
Forum: Programming 30th December 2013, 06:49 PM
Replies: 6
Views: 591
Posted By Brandon Tanner
Re: Simple PHP question that will likely help many

I would put the initial PHP code block very first thing in the document (before the <html> tag). Then you can put the echo code anywhere you need it in the body.

As per how to implement...
Forum: Programming 30th December 2013, 04:26 PM
Replies: 6
Views: 591
Posted By Brandon Tanner
Re: Simple PHP question that will likely help many

I would use isset instead of > 0

<?php
if(isset($_GET['id'])) {
$TEAMMATE = $_GET['id'];
}else{
// rotator code here
}
?>
Forum: Website Design 9th December 2013, 09:38 AM
Replies: 3
Views: 360
Posted By Brandon Tanner
Re: Creating tooltip help for website

Don't know about any WP plugins per se, but there are lots of jQuery tooltip scripts out there...

https://www.google.com/search?q=jquery+tooltip
Forum: Programming 1st December 2013, 12:02 PM
Replies: 2
Views: 539
Posted By Brandon Tanner
Re: How do I add empty line after header in header.php?

To add some spacing below a div, you would simply increase the 'margin-bottom' style of that div. For example...

<div id="navcontainer" style="margin-bottom: 20px;">^ Then just play around with...
Forum: Offline Marketing 29th November 2013, 08:33 AM
Replies: 3
Views: 741
Posted By Brandon Tanner
Re: A real auto-edit video tool for offliners to use.

2 potential legal issues to be aware of here...

1) Magisto's "terms of use" state that their videos may not be used for commercial purposes (personal use only). There are other similar services...
Forum: Off Topic Forum 26th November 2013, 07:12 PM
Replies: 7
Views: 830
Posted By Brandon Tanner
Re: Software for a particular image effect

Ahhh... I thought you were referring to the drop-down menu in the image, as that's what the arrow was pointing at.

But yeah, I second SnagIt. Great program!
Forum: Programming 26th November 2013, 09:09 AM
Replies: 12
Views: 1,014
Posted By Brandon Tanner
Re: How do I prevent MS Frontpage from changing my code?

Agreed. Don't use Front Page -- it's awful. The code it spits out is very old and non-standards-compliant, which means that the webpages are not going to look/function correctly in many modern...
Forum: Website Design 23rd November 2013, 12:26 PM
Replies: 35
Views: 1,955
Posted By Brandon Tanner
Re: How do you take full length screenshots?

Fireshot can do full-page captures.

https://addons.mozilla.org/en-US/firefox/addon/fireshot/

I'm sure there's some other ones out there that can as well, but that's the one I use.
Forum: Offline Marketing 21st November 2013, 12:29 PM
Replies: 34
Views: 1,780
Posted By Brandon Tanner
Re: Thank you, WF! Just picked up a check for $2,917!

I think you're a bit confused about what "call girls" do. :D

J/K... congrats on your success! 3 checks like that a month and you're in 6-figure territory. Good stuff. Smart of you to target...
Forum: Website Design 19th November 2013, 09:06 AM
Replies: 4
Views: 429
Posted By Brandon Tanner
Forum: Programming 17th November 2013, 01:43 PM
Replies: 8
Views: 704
Posted By Brandon Tanner
Re: Reveal Text Onclick

lol. If you consider other people trying to help you a "distraction", then you can rest assured I won't "distract" you anymore! :rolleyes:
Forum: Main Internet Marketing Discussion Forum 13th November 2013, 12:08 PM
Replies: 7
Views: 496
Posted By Brandon Tanner
Re: How do I rip this video?

I'll assume that you have a legal/ethical intent here (ie if the video is for your own personal use to watch when you're offline). If so, this is how you do it...

You first have to find the URL of...
Forum: Programming 13th November 2013, 08:43 AM
Replies: 2
Views: 409
Posted By Brandon Tanner
Re: How to change two different images on one click

Pretty simple job with jQuery. Just add the following code to the <head> section (assuming you are using HTML5)...

<script src="http://code.jquery.com/jquery-1.9.1.js"></script>

<script>
...
Forum: Off Topic Forum 6th November 2013, 08:50 AM
Replies: 33
Views: 1,925
Posted By Brandon Tanner
Re: Healthy alternatives to coffee??

1) Eat right (eat mostly natural, raw foods, drink plenty of water, and try to avoid processed / sugary foods & drinks as much as possible). And to avoid a late-afternoon slump, eat a light lunch,...
Forum: Offline Marketing 5th November 2013, 09:58 AM
Replies: 61
Views: 3,983
Posted By Brandon Tanner
Re: $497 A DAY!

Don,

Interesting idea, but your numbers are way off. I've sold videos (and I don't mean Windows Movie Maker videos -- I mean really professionally done videos), among other services, to a lot of...
Forum: Programming 28th October 2013, 08:49 AM
Replies: 4
Views: 984
Posted By Brandon Tanner
Re: PHP SCRIPT TO RETRIEVE QUESTIONS RANDOMLY AND DISPLAY IT ON A HTML FORM

Simple syntax error...

"required_once" should be "require_once"
Forum: Off Topic Forum 20th October 2013, 05:58 PM
Replies: 33
Views: 1,161
Posted By Brandon Tanner
Re: Intellectual jokes

I don't know any "intellectual" jokes, but I know a "brilliant" one...
Forum: Main Internet Marketing Discussion Forum 20th October 2013, 03:10 PM
Replies: 10
Views: 1,002
Posted By Brandon Tanner
Re: Looks Like It's Now Illegal To Send SMS Advertising Without Written Permission

Just wanted to point out that the term "written permission" is being used rather loosely here, and does not mean that you need a signed physical document from someone in order to send them SMS ads. A...
Forum: Off Topic Forum 18th October 2013, 01:36 PM
Replies: 111
Views: 2,942
Posted By Brandon Tanner
Re: Health Care Website Cost You 292 Million Dollars

Guys, I don't think that website cost anywhere near what they say it did. Check out this job I just saw posted on Elance...


http://s10.postimg.org/c9enz3hcp/elance.png
Forum: Main Internet Marketing Discussion Forum 18th October 2013, 08:05 AM
Replies: 8
Views: 1,493
Posted By Brandon Tanner
Re: How To Capture Only Phone Number With Aweber Opt In Form

Technically speaking... you could use Aweber for this, but why would you want to? Aweber's primary function is to send emails to your list. So if you use Aweber to collect only phone numbers, then...
Forum: Website Design 17th October 2013, 12:16 PM
Replies: 5
Views: 395
Posted By Brandon Tanner
Re: Changing An HTML Newsletter...Help Needed

If you're just starting out, I recommend that you pass on Dreamweaver... it will just overwhelm you.

Instead, start with a good, basic text editor like Notepad++

Notepad++ Home...
Forum: Off Topic Forum 16th October 2013, 11:48 AM
Replies: 108
Views: 2,867
Posted By Brandon Tanner
Re: Do You Believe In “The After Life”

That's like saying you'd like to talk about the weather, but please leave any mention of the sun, clouds, rain, or wind out of the discussion. :)

And I'm not saying that just because it's my...
Forum: Website Design 15th October 2013, 11:46 AM
Replies: 24
Views: 751
Posted By Brandon Tanner
Re: Is My Website Really As Awful As I've Been Told?

Nothing wrong with that, BUT that's not at all the impression I get when I first land on your site. You have a big logo that says "MoneyEarningSites.net", then right next to it, a tagline that says...
Forum: Programming 15th October 2013, 08:31 AM
Replies: 7
Views: 588
Posted By Brandon Tanner
Re: Video Squeeze Page Help

You would need to use a website video player, such as Flowplayer, JW Player, jPlayer, etc.

Then what I would do is layer a transparent div on top of the video player. Then use a jQuery click event...
Forum: Website Design 14th October 2013, 06:51 PM
Replies: 24
Views: 751
Posted By Brandon Tanner
Re: Is My Website Really As Awful As I've Been Told?

Then why did you reply to it? lol

I agree 100% with Andrew's comments. Why are you trying to teach others how to do something that you haven't even figured out how to do yourself? It doesn't make...
Forum: Main Internet Marketing Discussion Forum 14th October 2013, 10:08 AM
Replies: 32
Views: 1,199
Posted By Brandon Tanner
Re: Need some sharp minds..how to monetize my "celebrity"?

Is it really that painful to watch their videos? :D
Showing results 1 to 56 of 647

 
Forum Jump


All times are GMT -6. The time now is 06:03 AM.