Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 56 of 82
Search took 0.22 seconds.
Search: Posts Made By: ALicenseToCode
Forum: Programming 11th December 2012, 09:29 PM
Replies: 31
Views: 1,500
Posted By ALicenseToCode
Re: Programming rant

Just thought I'd chime in here and congratulate you for getting one of the best possible results you could have from your situation!

I've definitely been in a similar position at least 3 times in...
Forum: Programming 30th August 2012, 01:18 AM
Replies: 6
Views: 707
Posted By ALicenseToCode
Re: Prosper 202 Header Error

<?php echo $title;?> this code starts an output to the browser that won't allow the header() function to work properly. Try commenting it out by changing it to:

<?php //echo $title;?>
...
Forum: Website Design 30th August 2012, 12:24 AM
Replies: 3
Views: 1,603
Posted By ALicenseToCode
Re: Why is my wordpress site putting a 8px margin?

I would recommend that you apply some master styles to your page to ensure everything starts from zero. This is a pretty common practice in web design, but basically you want to set all of your...
Forum: Website Design 30th August 2012, 12:20 AM
Replies: 15
Views: 674
Posted By ALicenseToCode
Re: Is custom design that important to sales?

You definitely have a grabbing subject matter that will help keep people reading. If you're saying you generate 500 unique visitors a month you're going to have trouble making much money at all,...
Forum: Website Design 30th August 2012, 12:08 AM
Replies: 33
Views: 789
Posted By ALicenseToCode
Re: Need Review on my website

Your overuse of the bold tag and obvious SEO text on your homepage really makes your page unpleasant to look at.

Your site has some pretty bad grammatical errors as well. One of your graphics says...
Forum: Programming 29th August 2012, 11:50 PM
Replies: 6
Views: 707
Posted By ALicenseToCode
Re: Prosper 202 Header Error

Yes, that means there's white space before your <?php tag somewhere in your code. When you attempt to modify the headers (They communicate to your browser what page they're loading and what to load)...
Forum: Programming 23rd August 2012, 05:05 PM
Replies: 6
Views: 696
Posted By ALicenseToCode
Re: Angelas Protected PDF? What service was this?

If you want to get the most flexibility out of your pdf's I recommend Adobe Indesign (Desktop publishing software, DTP | Adobe InDesign (http://www.adobe.com/products/indesign.html)) It's their...
Forum: Programming 10th August 2012, 02:04 PM
Replies: 5
Views: 503
Posted By ALicenseToCode
Re: which WP th. allow header and title adjust..

It's going to be in the stylesheet for your theme. You need to get the style class that's being applied to your header and then edit it in your theme's stylesheet.

If you don't know what CSS is or...
Forum: Programming 9th August 2012, 01:30 PM
Replies: 206
Views: 16,142
Posted By ALicenseToCode
Re: Godaddy Or Hostgator ?

Godaddy also spews an endless stream of upsells at you, I like Host Gator more because I get what I want without a constant stream of marketing.
Forum: Programming 8th August 2012, 12:32 PM
Replies: 4
Views: 956
Posted By ALicenseToCode
Re: Help!!! (Infusion & Optimizepress Issue)

I'm not familiar with your particular plugins but it sounds like you're losing the POST data from the user at some point on your pipeline, if a user POST's a form to a page and you don't save the...
Forum: Programming 8th August 2012, 12:26 PM
Replies: 6
Views: 572
Posted By ALicenseToCode
Re: Video Player Being Used?

I haven't used that particular one, I've always used jwplayer (JW Player: Overview | LongTail Video | Home of the JW Player (http://www.longtailvideo.com/players)) for my videos. It's free and easy...
Forum: Programming 7th August 2012, 10:24 AM
Replies: 6
Views: 640
Posted By ALicenseToCode
Re: Can someone help me with my data base and PHP code? I get to manny errors messages.

Yes, you're going to need to post some of your code if you want us to help. It sounds like you need to study some of the basics of PHP a bit more, because in programming syntax is very important, one...
Forum: Programming 7th August 2012, 10:14 AM
Replies: 22
Views: 15,350
Posted By ALicenseToCode
Re: Any "Drag & Drop" Programming Software?

The reality is you're not going to make a good desktop application without decent coding skills/knowledge. The graphic object explorers like Limnor Studio above aren't going to help you if you don't...
Forum: Programming 5th August 2012, 01:50 PM
Replies: 5
Views: 498
Posted By ALicenseToCode
Re: Wordpress Pages Display Homepage

Have you manually set a permalink structure in your wordpress? If so make sure that you have the title of the page/post as one of the variables or it might not pull it up properly. Can you give us...
Forum: Programming 5th August 2012, 01:44 PM
Replies: 21
Views: 1,666
Posted By ALicenseToCode
Re: Need Advice and Tips on web development programming languages

The answer without a doubt here is PHP. A great majority of the web runs on PHP now, that's what wordpress and every other accepted mainstream open source app is written in. Some people will argue...
Forum: Programming 5th August 2012, 11:27 AM
Replies: 3
Views: 489
Posted By ALicenseToCode
Re: Help with code

So it looks like you're trying to manually display posts from certain category id's in wordpress?

If you want to display just those categories you should change your code to this:

<?php if...
Forum: Programming 3rd August 2012, 12:04 AM
Replies: 4
Views: 539
Posted By ALicenseToCode
Re: Affiliate Cookie information

In general you just want to simply not display a url the person can go to for the product so they always go through your tracking link if they click through on your page. There isn't really anything...
Forum: Programming 2nd August 2012, 09:14 PM
Replies: 3
Views: 894
Posted By ALicenseToCode
Re: MYSQL command line syntax error

It should be the semicolon at the end causing your error, try issuing the command :

mysqld --key_buffer_size=384M --verbose --help

From shell> That should change it and give you a lot of...
Forum: Programming 28th July 2012, 10:34 PM
Replies: 9
Views: 4,423
Posted By ALicenseToCode
Re: How to add secure forms to a Wordpress website?

Well to get started you're going to need an SSL certificate for your site and some kind of user account management. This will let you securely let people log in and then use your forms. Once you have...
Forum: Website Design 24th July 2012, 02:49 AM
Replies: 11
Views: 496
Posted By ALicenseToCode
Re: Review The Site And Help me

My best advice to you is to setup a wordpress site and then start digging through the available plugins. You will be able to find enough plugins that you can turn wordpress into a similar site,...
Forum: Website Design 24th July 2012, 02:41 AM
Replies: 6
Views: 646
Posted By ALicenseToCode
Re: Hide URL

You cannot conceal the source of a file that is delivered to a visitor. The file is delivered across the internet and the browser knows exactly where it came from. You can rewrite your urls using...
Forum: Programming 24th July 2012, 01:33 AM
Replies: 4
Views: 721
Posted By ALicenseToCode
Re: Paypal IPN Handler for an Affiliate

If you can get an IPN for the sale it shouldn't be a problem. That's the big first problem, is it the kind of program where you just get the whole dollar amount for the sale every other sale? If so...
Forum: Website Design 17th July 2012, 07:44 PM
Replies: 2
Views: 624
Posted By ALicenseToCode
Re: detect browser being used and redirect

You can do this easily through PHP, the supervariable $_SERVER stores the users browser. You can see it easily with a code like this <?php echo $_SERVER['HTTP_USER_AGENT']; ?> You'll just need to...
Forum: Website Design 17th July 2012, 07:24 PM
Replies: 4
Views: 428
Posted By ALicenseToCode
Re: Wordpress website problem - looking for a solution please...

Those boxes are being called by a function in your header.php file in your theme directory. I can't go through the whole list to figure out which function is calling them, but here's the master word...
Forum: Website Design 17th July 2012, 01:25 PM
Replies: 18
Views: 811
Posted By ALicenseToCode
Re: Review my site, I give away free products

I think you've got a good idea going, I would implement some kind of download tracking so I can sort by the amount of downloads of each book, because I want to read what other people are using.
...
Forum: Website Design 17th July 2012, 01:17 PM
Replies: 12
Views: 932
Posted By ALicenseToCode
Re: Remove Hyperlink Underline

Look at the page you're on right now, all the hyperlinks on warrior forum aren't underlined and you still know to click on them. Generally bold, blue text is easily recognized as a link, the general...
Forum: Website Design 17th July 2012, 01:13 PM
Replies: 10
Views: 498
Posted By ALicenseToCode
Re: Any Suggestions?

I agree that your site needs some styling work, you definitely need a better logo, yours is boring and just gives off poor quality vibes.

Where you have a selection of 4 products I would just roll...
Forum: Programming 17th July 2012, 01:10 PM
Replies: 27
Views: 4,603
Posted By ALicenseToCode
Re: Best tools for debugging PHP

Dreamweaver CS5 also has an excellent debugger built in straight out of the box, it highlights all the errors for you and tells you what they are. Although after you've been coding for a year or two...
Forum: Programming 17th July 2012, 01:05 PM
Replies: 3
Views: 754
Posted By ALicenseToCode
Re: WP-Hidden Stylesheet?

What you need to do is get the developer extension for your particular browser, just search
"[Browser Name] Developer Extension" in google. Install the developer extension and watch a quick video...
Forum: Programming 17th July 2012, 12:57 PM
Replies: 6
Views: 685
Posted By ALicenseToCode
Re: Website Idea - Price Tracking Database

I think you should take a step back from developing this and ask how yourself how you're going to get people to use this. Do you have enough contact with the people in your industry to know if they...
Forum: Programming 17th July 2012, 12:43 PM
Replies: 3
Views: 789
Posted By ALicenseToCode
Re: Drip feeding Membership content

It sounds like you just need the functionality of a newsletter system, like aweber. You can just send newsletters out every week to whoever is on your system and everyone will get the same email that...
Forum: Website Design 17th July 2012, 12:34 AM
Replies: 14
Views: 745
Posted By ALicenseToCode
Re: Honest Impressions / Advice?

Your site looks really sketchy and unprofessional, it seems like you're trying to do some type of penny auction but I can't tell. Take a look at QuiBids.com: The Home of Entertainment Shopping. -...
Forum: Website Design 16th July 2012, 02:16 AM
Replies: 42
Views: 1,276
Posted By ALicenseToCode
Re: Please Review My Dating Website

I think you've got a good idea going, I would tone down the intensity of the color in the Tree Background because it's kind of distracting from the form you want people to use. I would also let the...
Forum: Programming 16th July 2012, 02:05 AM
Replies: 6
Views: 646
Posted By ALicenseToCode
Re: help?

If you want to learn how to code for Internet Marketing purposes use the Code Academy link a few posts up and learn PHP, that's pretty much the standard and in my opinion the best language for...
Forum: Programming 16th July 2012, 01:01 AM
Replies: 12
Views: 2,486
Posted By ALicenseToCode
Re: Can WP handle REAL volume/traffic?

Yep, most major news sites are using word press these days, places like CNN and Fox News are doing that.

There's a bunch of caching plugins that will work that are free, just put Cache or Caching...
Forum: Main Internet Marketing Discussion Forum 15th July 2012, 06:29 PM
Replies: 23
Views: 706
Posted By ALicenseToCode
Re: Is this a good niche?

I've had friends that have been in that niche, there's definitely a lot of buyers and a lot of competition for them. However if you can really get a hook out there that is new or different I'm sure...
Forum: Programming 15th July 2012, 06:22 PM
Replies: 4
Views: 573
Posted By ALicenseToCode
Re: WP Multi-site or not?

If you're running that on a basic $10/month basic hosting platform it could have serious performance problems if you get a lot of people using it, but it's something that you could set up and...
Forum: Website Design 15th July 2012, 03:38 PM
Replies: 1
Views: 433
Posted By ALicenseToCode
Re: Dreamweaver Issue. Can someone help?

Sounds like you're making extra line breaks somewhere, just compare your source codes to each other and see if you have lots of extra <BR> or <P> tags somewhere.

You really should upgrade your...
Forum: Website Design 15th July 2012, 01:13 PM
Replies: 12
Views: 767
Posted By ALicenseToCode
Re: Feedback needed for an attractive(?) design

I would highly suggest to them to cut down the size of the subheader city graphic. The actual sales information is pushed below the fold and that decreases the likelihood it's going to get read by...
Forum: Programming 15th July 2012, 12:52 PM
Replies: 8
Views: 3,300
Posted By ALicenseToCode
Re: Multiple Products - One PayPal IPN

You can set your IPN Notification URL to a separate URL in your own code using the advice above.

However I handle my IPN's all through a single notification url so I can keep all of my payment...
Forum: Programming 15th July 2012, 12:26 PM
Replies: 14
Views: 2,399
Posted By ALicenseToCode
Re: Give me top 5 reasons why one should learn programming?

I only need one reason: Necessity, I wanted to start a business online and I needed a custom backend to handle it so I just got an open source application and started messing with it until it did...
Forum: Programming 15th July 2012, 12:22 PM
Replies: 2
Views: 2,672
Posted By ALicenseToCode
Re: Notepad++ vs Textwrangler

I've always prefered Notepad++ for web development (Although I used netbeans when I was doing more complex stuff)

I switched to using Dreamweaver several years ago after I got a copy of it, I...
Forum: Main Internet Marketing Discussion Forum 14th July 2012, 10:24 PM
Replies: 22
Views: 1,272
Posted By ALicenseToCode
Re: How Much Can An Ebook Make In A Week?

I've heard that an ebook can make between $0-$10,000,000/week.

It will be completely dependant on circumstances as many others have mentioned, it's fun to think about, but usually you can't...
Forum: Main Internet Marketing Discussion Forum 14th July 2012, 11:53 AM
Replies: 85
Views: 5,643
Posted By ALicenseToCode
Re: [50 Shades Of Grey] Is this the most successful Kindle ebook ever?

I scrolling quickly through the thread so I could post this, or possibly 20 years ago for 9 1/2 weeks.

It seems that a slick well marketed look into sexual deviation that gets on the news always...
Forum: Main Internet Marketing Discussion Forum 14th July 2012, 11:39 AM
Replies: 68
Views: 2,064
Posted By ALicenseToCode
Re: Best Advice for Newbies to IM

Most beginner stuff that is low cost is going to take a lot of effort and time. Articles can make you sales, small web sites that have laser focus on certain long tail keywords that buyers search for...
Forum: Main Internet Marketing Discussion Forum 14th July 2012, 11:33 AM
Replies: 20
Views: 698
Posted By ALicenseToCode
Re: Beeing a full time IM'er? :)

This right here.

I've had stints where I've been full time internet marketing, but I've also still done full time web application development, because the people I develop for know how to pay:)
...
Forum: Main Internet Marketing Discussion Forum 14th July 2012, 11:27 AM
Replies: 68
Views: 2,064
Posted By ALicenseToCode
Re: Best Advice for Newbies to IM

Learn how the web works, learn some HTML and CSS at least. You need a strong foundation of knowledge to build your business on so that people don't take advantage of you and you don't miss out on...
Forum: Programming 14th July 2012, 11:23 AM
Replies: 3
Views: 1,264
Posted By ALicenseToCode
Re: Help!!! HostGator-WP Twin

I just looked up WP Twin and I'm sorry to say everything it can do wordpress + your host can already do for you for free.

Check out this page to get started with backing up wordpress: WordPress...
Forum: Programming 14th July 2012, 02:28 AM
Replies: 1
Views: 595
Posted By ALicenseToCode
Re: Can I make a Category Page the Homepage of my blog temporarily?

Doing it through htaccess will be the easiest way as that functionality is not built into wordpress. You would have to build a template page that loaded the category by its category id and then...
Forum: Website Design 14th July 2012, 02:15 AM
Replies: 27
Views: 865
Posted By ALicenseToCode
Re: I Need Honest Opinions Of My Website Please

I'd recommend finishing the site a bit more and then asking again, I can't really tell what you're trying to achieve with your design.
Forum: Programming 13th July 2012, 10:01 PM
Replies: 81
Views: 4,105
Posted By ALicenseToCode
Re: I want to learn programming

My general advice is that WYSIWYG HTML editing is a BAD idea, ESPECIALLY if you don't know HTML, because if you don't know what's going on under the hood it can get out of hand really quickly.
Forum: Programming 13th July 2012, 08:59 PM
Replies: 12
Views: 816
Posted By ALicenseToCode
Re: Looking for programming expert

Also you'd be best looking for help in the sections of the forum that are meant for hiring help, mainly here: Warrior Products & Services (http://www.warriorforum.com/warrior-products-services/)
Forum: Programming 13th July 2012, 07:09 PM
Replies: 4
Views: 658
Posted By ALicenseToCode
Re: A question not worthy of programmers...

Here's what I would do to make this happen quickly and easily.

Set your Website Return Link in aweber to a url like this: YOURSITEURL.com?newsletter_signup=1

Then put this PHP on your page...
Forum: Programming 13th July 2012, 06:56 PM
Replies: 17
Views: 3,331
Posted By ALicenseToCode
Re: which companies are the best in computer programming industry ? i want to make a big site

If you live in the United States near a major metropolitan area you can just google for web design / development firms in that area. Go meet with them face to face and pick one yourself.

If...
Forum: Website Design 13th July 2012, 05:01 PM
Replies: 19
Views: 885
Posted By ALicenseToCode
Re: Please test my slider!

You've got a problem with the subheader image rotator in Chrome. Here's what it looks like for me: http://i.imgur.com/04C3n.png

I don't have time at the moment to go through your code but you...
Forum: Website Design 13th July 2012, 11:59 AM
Replies: 8
Views: 723
Posted By ALicenseToCode
Re: Selling My Design Services... The Pain...

Yes you should follow this advice...

I personally wouldn't hire you based on what you had on there if I were looking for a quality designer. There's a lot of images and not a lot of information....
Showing results 1 to 56 of 82

 
Forum Jump


All times are GMT -6. The time now is 08:36 AM.