Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 22 of 22
Search took 0.05 seconds.
Search: Posts Made By: 723Media
Forum: Programming 29th March 2015, 02:27 PM
Replies: 8
Views: 1,942
Posted By 723Media
Re: How to build this site?

It's a Ruby on Rails app. You can check most sites using BuiltWith Technology Lookup (http://builtwith.com/). These days, you can find as many Rails sites and tutorials as PHP and both have an equal...
Forum: Website Design 6th February 2015, 10:42 PM
Replies: 6
Views: 545
Posted By 723Media
Re: [what am I doing wrong?] - My pics on slider are NOT "responsive."

Is the slider part of the theme or is it a separate plugin?

You can change it yourself fairly easily if you're comfortable with adjusting the css.

In the theme's style.css file add the...
Forum: Conversion Rate Optimization 17th January 2015, 12:38 PM
Replies: 28
Views: 3,276
Posted By 723Media
Re: What do you think of my page?

Some good advice has been given but it's hard to pinpoint why you aren't getting conversions without seeing your ad copy or marketing copy that your affiliates are using to send traffic to your site....
Forum: Copywriting 19th August 2014, 12:12 PM
Replies: 14
Views: 1,096
Posted By 723Media
Re: What about selling something that doesn't solve a problem?

I had to something very similar (at least I think it's similar). I had to create a character and background story for a hot sauce label.

I came up with a whole background story of a habanero...
Forum: Copywriting 24th November 2013, 10:23 PM
Replies: 23
Views: 1,109
Posted By 723Media
Re: Landing page not converting. Any recommendations from LP experts?

@shawnlebrun has some good points. Here are a few thoughts:

1. Your headline is accusatory. I wouldn't take that approach. I know it's meant to be shocking but it puts people on the defensive,...
Forum: Programming 21st August 2013, 08:05 PM
Replies: 12
Views: 871
Posted By 723Media
Re: PHP troubles.

Brandon Tanner is right, $output is undefined. The reason is this block:

if ($count == 0) {
$output = 'There were no search results!';
}

$output gets set within a conditional that...
Forum: Programming 20th August 2013, 07:11 PM
Replies: 12
Views: 871
Posted By 723Media
Re: PHP troubles.

There are quite a few problems with the first script. Without knowing exactly what it is you want this to do, it's going to be hard to tell you how to fix it.

Your second script has a more...
Forum: Website Design 5th October 2012, 09:22 AM
Replies: 20
Views: 849
Posted By 723Media
Re: Please Review My Site - Any Feedback Would be Much Appreciated

Overall, it's a nice clean design. I do see a few issues design wise that I would address.

1. The drop shadow on "That innocent blush can be rosacea" is too much. I would cut it out completely or...
Forum: Website Design 27th September 2012, 03:05 PM
Replies: 37
Views: 961
Posted By 723Media
Re: Please Review my Site

You shouldn't set the background to a single large image. That's why it's blurry. Also, if you resize the browser, your image doesn't line up with the design. For example, make your browser window...
Forum: Website Design 9th August 2012, 07:01 PM
Replies: 10
Views: 548
Posted By 723Media
Re: I'm trying to up conversions. Need an expert site review.

You can keep the dark design since it's a creative field however, you need more contrast. If you're going to keep it dark, the text should be white.

You have a few color issues. There are two...
Forum: Website Design 12th May 2012, 08:16 PM
Replies: 6
Views: 358
Posted By 723Media
Re: CSS layout help?

If you change the width of #container to 60% or below, it actually works the way you'd like.
Forum: Programming 12th December 2011, 02:24 PM
Replies: 2
Views: 395
Posted By 723Media
Re: Help with PHP "If" statement needed

Going by what you typed:

if ($i >= 35) $1 = 34 ;

Should be

if ($i >= 35) $i = 34 ;

You have a variable of $1 instead of $i.
Forum: Programming 12th July 2011, 08:22 PM
Replies: 7
Views: 696
Posted By 723Media
Re: Objective-C help please (newby explanation needed :))

Not sure what they are saying without context but the modulus operator will find the remainder.

It's often used to set up a condition for something like creating 2 columns.

You loop through a...
Forum: Programming 25th March 2011, 01:23 PM
Replies: 166
Views: 5,893
Posted By 723Media
Re: Which Language is more professional?

That's always a question that comes down to your definition of professional.

.NET will likely land you a higher paying job if that's what you mean by professional.

But, as Tashi mentioned,...
Forum: Website Design 6th March 2011, 08:29 PM
Replies: 64
Views: 2,225
Posted By 723Media
Re: How Do I Improve Site Loading Speed?

You can also consolidate WordPress plugins. Many WordPress plugins include .css, .js and other files that you can move into single files if you're comfortable.
Forum: Website Design 6th March 2011, 07:50 PM
Replies: 3
Views: 566
Posted By 723Media
Re: Anyone Know How To Make Videos Appear Like This?

Hey Gary,

Global beat me to it. If you Google jQuery lightbox, then you'll find several good options.
Forum: Website Design 4th March 2011, 01:09 PM
Replies: 13
Views: 1,900
Posted By 723Media
Landing page template with download

I'm testing some new landing page designs and wanted to get a few thoughts from those interested in design, particularly landing page design.

This is the first design that I'm giving away:
...
Forum: Programming 24th February 2011, 03:46 PM
Replies: 11
Views: 1,742
Posted By 723Media
Re: MS Silverlight VS Ruby on Rails

As mentioned, these two aren't really competitors. I have to disagree that Silverlight doesn't work well with databases or doesn't work for complicated projects. It's actually pretty well matured and...
Forum: Main Internet Marketing Discussion Forum 15th February 2011, 09:25 AM
Replies: 13
Views: 632
Posted By 723Media
80 sources to find trend topics

For those interested in trend blogging or using trends to find new ideas, popular products etc, I compiled a list of 80 online sources for a recent blog post and thought I'd share a pdf of it here. ...
Forum: Main Internet Marketing Discussion Forum 5th October 2010, 07:36 PM
Replies: 7
Views: 481
Posted By 723Media
Re: Do You Know How To Make This Kind Of Redirect?

An iFrame is the fastest way to do this.
Forum: Main Internet Marketing Discussion Forum 22nd September 2009, 12:44 PM
Replies: 54
Views: 3,053
Posted By 723Media
Re: $50 To The Person Who Suggests The Most Impactful Marketing Plan

Hey Andy,

Here's the easiest, least costly in both time, money and flat out work. Since you're niche is "quizzes" your market boils down to two types of focus groups.

1. People in an...
Forum: Programming 16th September 2009, 07:07 PM
Replies: 9
Views: 602
Posted By 723Media
Re: Simple javascript needed....

Hey Steven,

I put together a quick script. It looks a little intense because of jQuery's awesome chaining abilities but I will break down each part.

BTW, if you like javascript, you will fall...
Showing results 1 to 22 of 22

 
Forum Jump


All times are GMT -6. The time now is 02:22 PM.