Forum: Programming
29th March 2015, 02:27 PM
|
Replies: 8
Views: 1,942 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 |
Forum: Conversion Rate Optimization
17th January 2015, 12:38 PM
|
Replies: 28
Views: 3,276 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 |
Forum: Copywriting
24th November 2013, 10:23 PM
|
Replies: 23
Views: 1,109 |
Forum: Programming
21st August 2013, 08:05 PM
|
Replies: 12
Views: 871 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 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 |
Forum: Website Design
27th September 2012, 03:05 PM
|
Replies: 37
Views: 961 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 |
Forum: Website Design
12th May 2012, 08:16 PM
|
Replies: 6
Views: 358 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 |
Forum: Programming
12th July 2011, 08:22 PM
|
Replies: 7
Views: 696 |
Forum: Programming
25th March 2011, 01:23 PM
|
Replies: 166
Views: 5,893 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 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 |
Forum: Website Design
4th March 2011, 01:09 PM
|
Replies: 13
Views: 1,900 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 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 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 |
Forum: Main Internet Marketing Discussion Forum
22nd September 2009, 12:44 PM
|
Replies: 54
Views: 3,053 |
Forum: Programming
16th September 2009, 07:07 PM
|
Replies: 9
Views: 602 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...
|