Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 49 of 49
Search took 0.21 seconds.
Search: Posts Made By: jpweb
Forum: Website Design 15th February 2014, 03:41 PM
Replies: 2
Views: 334
Posted By jpweb
Re: Self Hosted Wordpress Blog Question

By default WordPress displays posts by date, The most recent first and then the older posts last.
WordPress › Post Types Order « WordPress Plugins (http://wordpress.org/plugins/post-types-order/)...
Forum: Website Design 15th February 2014, 02:48 PM
Replies: 20
Views: 1,957
Posted By jpweb
Re: How do you put clients at ease when asking for their login info?

I have always shy'd away from asking them to create additional admin accounts, or access points, this creates unnecessary security holes and accounts that can become compromised.

The best method...
Forum: Website Design 15th February 2014, 02:41 PM
Replies: 4
Views: 415
Posted By jpweb
Re: Help with code

Change your code to this



@media (max-width: 480px) {

.fild input[type="submit"] {
width:110px;
height:113px;
color:transparent;
Forum: Website Design 15th February 2014, 12:15 PM
Replies: 33
Views: 1,605
Posted By jpweb
Re: HTML & CSS

I've been developing websites for over 20 years now, I haven't stopped learning! HTML, CSS, and webdesign / development is just like any other trade. There different ways to accomplish the same...
Forum: Website Design 15th February 2014, 10:10 AM
Replies: 4
Views: 394
Posted By jpweb
Re: New Client Request..

That site you gave appears to offer very little functionality that you are requesting..

1.) It's a membership site, not selling cards
When you become a Travel Offers Member, you can stay for...
Forum: Website Design 14th February 2014, 08:02 PM
Replies: 4
Views: 394
Posted By jpweb
Re: New Client Request..

Dylan,
You are going to want to look at a Gift Card Service or Fulfillment company, to handle this. Trying to come up with your own solution that will be secure from fraud will be an absolute...
Forum: Website Design 14th February 2014, 07:51 PM
Replies: 13
Views: 832
Posted By jpweb
Re: Fully responsive slider

I personally have been a big fan of RoyalSlider, it works really well across all mobile tablet and desktop devices that I have tried. Simple lightweight and packed with some pretty nice features.
Forum: Website Design 14th February 2014, 07:49 PM
Replies: 1
Views: 291
Posted By jpweb
Re: Redirect after submitting for review

The script you are using appears to already have PayPal integrated into it. I would suggest contacting the developer for support since it is a paid theme. Unfortunately I do not own a copy and...
Forum: Website Design 14th February 2014, 12:43 AM
Replies: 3
Views: 372
Posted By jpweb
Re: Website video HELP NEEDED!!!

If you are unfamiliar with putting video on your site I highly recommend using a site like YouTube, or Vimeo to host your video and then use the simple embed code.

HTML5 is not fully supported...
Forum: Website Design 14th February 2014, 12:34 AM
Replies: 12
Views: 702
Posted By jpweb
Re: How To Make PDF A Downloadable File?

No problem. Glad I could help!
Forum: Website Design 14th February 2014, 12:13 AM
Replies: 12
Views: 702
Posted By jpweb
Re: How To Make PDF A Downloadable File?

And if the above doesn't work with your server, the final option that I know of is this.


<FilesMatch ".(?i:pdf)$">
ForceType application/octet-stream
Header set Content-Disposition...
Forum: Website Design 14th February 2014, 12:08 AM
Replies: 12
Views: 702
Posted By jpweb
Re: How To Make PDF A Downloadable File?

If that didn't work with your server configuration try adding this block instead


<FilesMatch ".(pdf|PDF)">
ForceType application/pdf
Header set Content-Disposition attachment...
Forum: Website Design 13th February 2014, 11:14 PM
Replies: 12
Views: 702
Posted By jpweb
Re: How To Make PDF A Downloadable File?

Yes save a copy somewhere safe, If there's no where the depicts start and end points in the file (for different plug-ins) you can just add it to the last line.
Forum: Website Design 13th February 2014, 11:04 PM
Replies: 12
Views: 702
Posted By jpweb
Re: How To Make PDF A Downloadable File?

Adding a single line to your .htaccess file is extremely easy. You can FTP into your server and download the .htaccess file open in in Notepad and add the line, you can login to cPanel and use the...
Forum: Website Design 13th February 2014, 10:36 PM
Replies: 12
Views: 702
Posted By jpweb
Re: How To Make PDF A Downloadable File?

You can do this one of 2 ways. In PHP or in your .htaccess file.

In PHP you need to Set Content-Disposition. Use this code

header('Content-Disposition: attachment;...
Forum: Website Design 13th February 2014, 08:59 PM
Replies: 2
Views: 648
Posted By jpweb
Re: Google cse not working

Have you done any changes on the site? I am seeing an undefined error to google.search If you have added any caching scripts, or minifiers, moved code around or added new JS, something is...
Forum: Website Design 13th February 2014, 08:48 PM
Replies: 4
Views: 376
Posted By jpweb
Re: See WP views and theme options via URL

+1 to this response! Excellent way to include all those views. My 2 cents add-on is create a directory in your theme folder called /page-templates and place all your custom template pages in...
Forum: Website Design 13th February 2014, 08:44 PM
Replies: 8
Views: 411
Posted By jpweb
Re: Which WP Gallery plugin will do this... -->

I haven't bumped into any gallery that currently will shoot you into a new tab or pop-up of essentially the original image and let the browser handle it. It seems that most now all use lightboxes /...
Forum: Website Design 13th February 2014, 08:39 PM
Replies: 9
Views: 1,002
Posted By jpweb
Re: How can I hide my site from view whilst under construction?

The best way to do this is to create a "Under Construction" or "Coming Soon" page. Either on the same domain or different.

Then create a .htaccess file in your main domains site and place the...
Forum: Website Design 13th February 2014, 08:32 PM
Replies: 6
Views: 369
Posted By jpweb
Re: Simple html alignment problem...

You can create a container with a fixed width that has auto margins (which will allow it to center automatically) If you can link an example, I can fiddle you a fix..
Forum: Main Internet Marketing Discussion Forum 19th May 2013, 07:25 PM
Replies: 124
Views: 10,271
Posted By jpweb
Re: What is the best free traffic method? One!

I have found that there is no "Best" single source. Over the years I have learned the most solid and successful strategy is diversifying your traffic portfolio. I have kept it a rule of thumb that...
Forum: Search Engine Optimization 19th May 2013, 12:16 PM
Replies: 6
Views: 534
Posted By jpweb
Re: Will I loose the rankings if I change the permalink

It shouldn't be a problem to change the link, just make sure you use a 301 redirect in your .htaccess file to ensure that IF it was indexed somewhere or someone linked to it and it's not showing it...
Forum: Main Internet Marketing Discussion Forum 19th May 2013, 10:48 AM
Replies: 47
Views: 3,171
Posted By jpweb
Re: HostGator to BlueHost?

I've been using HostGator for years and haven't had any notable issues. Great support 24/7
Forum: Main Internet Marketing Discussion Forum 15th May 2013, 08:03 PM
Replies: 36
Views: 1,332
Posted By jpweb
Re: Does Humor Sell?

If your product is not a necessity in life, there's only one other reason that people buy it, and that's emotion. Connect with it the right way for your product and you get a sale! With that said,...
Forum: Main Internet Marketing Discussion Forum 12th May 2013, 09:47 PM
Replies: 7
Views: 397
Posted By jpweb
Re: Domain name help

I agree, if the niche is right and what experts are you competing against to gain that following, you still will require a lot of quality content to get that following to stick.

At which point...
Forum: Off Topic Forum 12th May 2013, 09:35 PM
Replies: 21
Views: 1,102
Posted By jpweb
Re: what do you do when you start feeling sleep around

My schedule below has never failed me! Consult a doctor if you have heart conditions before following :)

8am - 1 cup of coffee
9am - 1 cup of coffee
10am - 1 cup of coffee
11am - 2 cups of...
Forum: Main Internet Marketing Discussion Forum 12th May 2013, 09:26 PM
Replies: 7
Views: 397
Posted By jpweb
Re: Domain name help

It depends on your long term goals and commitment. Becoming a brand with a loyal following takes years and loads of content but will also yield solid long term results. If this is not part of your...
Forum: Main Internet Marketing Discussion Forum 23rd April 2013, 07:02 PM
Replies: 30
Views: 921
Posted By jpweb
Re: What is the Best Time to email your list?

Studies have proven that between 8-9am and 5-6pm on Wednesdays & Thursdays have the absolute highest open rate. I do not know about click thru / conversion rates though, haven't tested that. ...
Forum: Main Internet Marketing Discussion Forum 23rd April 2013, 06:58 PM
Replies: 7
Views: 385
Posted By jpweb
Re: Looking for a WordPress Plugin that ...

That will be a feature in the Theme that you choose, there are plenty out there, browse Themeforest you'll find some there to get an idea of whats available, most of the Wordpress theme developers...
Forum: Main Internet Marketing Discussion Forum 22nd April 2013, 07:10 PM
Replies: 4
Views: 379
Posted By jpweb
Re: How to change URL because "trade right" issues.

Once you add any type of money/profit into the mix, free speech goes out the window, also if he is promoting the product, I think it would be safe to assume he is their affiliate, meaning free speech...
Forum: Main Internet Marketing Discussion Forum 22nd April 2013, 06:17 PM
Replies: 25
Views: 816
Posted By jpweb
Re: Are Newspapers Dead?

My local paper counts households, multiplies that by 2.3 readers per household, and that's what they consider their "Readers" Make sure you ask for readers & household numbers.
Forum: Main Internet Marketing Discussion Forum 21st April 2013, 03:01 PM
Replies: 39
Views: 970
Posted By jpweb
Re: Discovered this awesome tool!

Chances are that plugin doesn't have a CSS file that it uses or references on the index page. Useful tool none the less.
Forum: Main Internet Marketing Discussion Forum 21st April 2013, 02:43 PM
Replies: 39
Views: 970
Posted By jpweb
Re: Discovered this awesome tool!

If he only knew how to integrate that site to display an affiliate link to the theme to buy it, he'd be on to something!

Nice find! Thanks!
Forum: Main Internet Marketing Discussion Forum 21st April 2013, 01:19 PM
Replies: 10
Views: 777
Posted By jpweb
Re: Inexpensive Video Editing software?

Adobe Premiere Elements 11, I believe you can pick it up for around $70, plus it will get you prepared with the work environment if you ever go deeper/pro into video editing and require Premiere...
Forum: Main Internet Marketing Discussion Forum 21st April 2013, 01:05 PM
Replies: 7
Views: 398
Posted By jpweb
Re: Outside the box ideads to monetize a site

What networks offer the best / most choices? (I'm hoping it does/doesn't happen. Just on a small shared account, already transferred a bunch of stuff to CDN just in case.)
Forum: Main Internet Marketing Discussion Forum 21st April 2013, 12:17 PM
Replies: 7
Views: 398
Posted By jpweb
Re: Outside the box ideads to monetize a site

I really haven't done much at all to drive traffic, I did the quiz myself, posted it to my FB wall, had a few friends do it as well. and now traffic is just trickling in. I would love to find a...
Forum: Main Internet Marketing Discussion Forum 21st April 2013, 09:37 AM
Replies: 12
Views: 440
Posted By jpweb
Re: How long does it take to put your own site?

I've taken anywhere from a few hours to a few weeks building sites. I usually launch when they are ready
Forum: Main Internet Marketing Discussion Forum 21st April 2013, 09:22 AM
Replies: 7
Views: 398
Posted By jpweb
Outside the box ideads to monetize a site

I built a site a few weeks ago, The intention behind the site was more of a learning process than anything else, (I am studying PHP right now and tinkering with twitters bootstrap) I have thrown a...
Forum: Main Internet Marketing Discussion Forum 21st April 2013, 07:38 AM
Replies: 11
Views: 565
Posted By jpweb
Re: "Closed"/"Open" Website - Which strategy works best for you?

I use my blog type sites for Adsense / CPM type advertising. Sometimes I will slip in some CPA type stuff when it's relevant. I've noticed that some of my revenues have increased on those sites...
Forum: Main Internet Marketing Discussion Forum 20th April 2013, 07:47 PM
Replies: 11
Views: 565
Posted By jpweb
Re: "Closed"/"Open" Website - Which strategy works best for you?

It's going to boil down to what you're trying to sell to who. Some products can be successful using the "Set it and forget it" model. That type of model will usually be a product that is timeless...
Forum: Website Design 20th April 2013, 10:01 AM
Replies: 5
Views: 653
Posted By jpweb
Re: How do You Prefer to Get Paid? Hourly Vs Flat Rate

Oh Just as an added note, I use liquidplanner.com to keep track of everything I do for a client, how long I am working on things, priorities etc... It is the best service that I have found that best...
Forum: Website Design 20th April 2013, 09:53 AM
Replies: 13
Views: 17,462
Posted By jpweb
Re: Get notepad to default save to utf-8?

Wow! Didn't even notice. ::facepalm::
Forum: Website Design 20th April 2013, 08:36 AM
Replies: 5
Views: 653
Posted By jpweb
Re: How do You Prefer to Get Paid? Hourly Vs Flat Rate

It depends on what the client needs, If it's something that will be long term or something that involves research etc.. I usually go hourly. If it's a one shot like designing a flyer or brochure...
Forum: Website Design 20th April 2013, 08:27 AM
Replies: 2
Views: 436
Posted By jpweb
Re: Can anyone recommend an ajax code?

What platform/framework are you using? Any CMS or just straight code for your sites/signup page? I can help you out, just need some more details.
Forum: Website Design 20th April 2013, 08:23 AM
Replies: 13
Views: 17,462
Posted By jpweb
Re: Get notepad to default save to utf-8?

I am a big fan of Sublime Text2 With all the macros, snippets and plugins you can really customize it to how you code, how it saves files, and syntax highlighting. Sorry I can't help you with...
Forum: Main Internet Marketing Discussion Forum 19th April 2013, 11:29 PM
Replies: 8
Views: 494
Posted By jpweb
Re: Hire a VA by the week?

I've used plenty VA's through odesk. In my experience, you get what you pay for. Interview before hiring, you'll know quickly if they can get the job done or if you're going to have to redo...
Forum: Programming 19th April 2013, 11:13 PM
Replies: 21
Views: 1,122
Posted By jpweb
Re: I'm building a Wordpress Competitor. Who wants to be a part of something big?

Interesting, sounds like the database/library version of a CDN
Forum: Main Internet Marketing Discussion Forum 19th April 2013, 10:51 PM
Replies: 28
Views: 858
Posted By jpweb
Re: Just Purchased www.gaymarriagenewzealand.co.nz

Like J Bold suggested, you could turn it into a blog / business listings directory. To expand on his idea a bit, Tux-Rentals, places allowing/promoting gay marriage, florists etc...
Forum: Main Internet Marketing Discussion Forum 19th April 2013, 10:39 PM
Replies: 4
Views: 562
Posted By jpweb
How hands on are you?

Obligatory first post introduction:
I've been lurking for a while, and watched a video the other day where a guy said "If you don't build your dreams, someone else will hire you to build theirs"...
Showing results 1 to 49 of 49

 
Forum Jump


All times are GMT -6. The time now is 12:26 AM.