Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 26 of 26
Search took 0.28 seconds.
Search: Posts Made By: Don Art
Forum: Main Internet Marketing Discussion Forum 6th April 2015, 08:55 AM
Replies: 0
Views: 486
Posted By Don Art
Does Anyone Remember a URL Shortener Traffic WSO?

A year or 2 ago I bought a WSO on using URL shortener advertising. It was a worthwhile read but I cannot find it again.

Anyone remember it?
Forum: Programming 28th January 2013, 08:22 PM
Replies: 9
Views: 663
Posted By Don Art
Re: MSQL Query

always use count(*) - much faster

COUNT(*) vs COUNT(col) - MySQL Performance Blog (http://www.mysqlperformanceblog.com/2007/04/10/count-vs-countcol/)
Forum: Programming 28th January 2013, 01:59 PM
Replies: 10
Views: 1,073
Posted By Don Art
Re: Do you/should you load jQuery from Google CDN?

No question you should load from Google (second choice from jquery).

Do not load from your host.

Here's why with proof:

if your visitor's browser follows http1.1 recs it will only open 2...
Forum: Programming 20th January 2013, 10:24 AM
Replies: 4
Views: 656
Posted By Don Art
Re: Maxmind Geo Problem

i use this in apps and they are working fine

also i clicked on the link and my city works

the issue is the backend db at maxmind - it has limited accuracy

my guess is your ip changed and...
Forum: Programming 16th January 2013, 08:57 PM
Replies: 1
Views: 514
Posted By Don Art
Re: Is it possible to combine multiple lists into one within an Aweber account?

i dont think u can in the regular UI

the api has an actual move method - u should be able to get a scriptlancer to do it for you for less than $50. (note; will reset the followup count for each...
Forum: Programming 15th January 2013, 09:27 PM
Replies: 4
Views: 609
Posted By Don Art
Re: My wordpress autoblogs is very slow :((((((((((((((((

don't make any assumptions as to the issue

first:
deactivate every plugin - is it still slow?

if yes:
make your theme 2012

if not slow after deactivating plugins:
reactivate plugins one...
Forum: Programming 15th January 2013, 11:21 AM
Replies: 11
Views: 699
Posted By Don Art
Re: How would you handle this problem?

yeah, for sure go with what steve is saying

but one tip that may really save you from aggravation:

Command line, php and cron each run in a unique environment - so, for example a script that...
Forum: Programming 15th January 2013, 10:55 AM
Replies: 9
Views: 756
Posted By Don Art
Re: How To Find Iframe?

here's what i would try first:

download the whole site (ftp to a folder on your local hard drive)

then use Windows Grep: Grep for Windows (http://www.wingrep.com/) and search for iframe
...
Forum: Programming 1st February 2012, 08:37 PM
Replies: 17
Views: 819
Posted By Don Art
Re: .php or .html ?

first, i also would pretty much always use .php over.html however...

there is probably a very slight hit to your server resources with php over html (certainly so if you are actually doing...
Forum: Programming 1st February 2012, 01:11 PM
Replies: 5
Views: 464
Posted By Don Art
Re: WP Plugin - Does One Exist?

i spent a few minutes on a similar question just last week. from my quick look; mailchimp had some api features that were useful and were not found with aweber's
Forum: Programming 1st February 2012, 01:06 PM
Replies: 3
Views: 408
Posted By Don Art
Re: Need advise in PHP

if i understand your question try:

imname.src = "/images/disallowed_thumbnail.gif";

to:

// imname.src = "/images/disallowed_thumbnail.gif";

you are just commenting out the line that...
Forum: Programming 1st February 2012, 01:02 PM
Replies: 7
Views: 8,548
Posted By Don Art
Re: Is it possible to view a .dll file

the easiest way is to get the source files - if you can - then you can read and edit the source and recompile (if the edits are minor it might only cost a few bucks on a freelance site to have it...
Forum: Programming 1st February 2012, 12:58 PM
Replies: 6
Views: 806
Posted By Don Art
Re: Meta Tags in Php.... how do you do it?

and you also need to, what they call, "escape" the inner double quotes like:
<? echo "<META NAME=\"Description\" CONTENT=\"description of your website.\">"; ?>

or use surround the whole...
Forum: Programming 1st February 2012, 11:01 AM
Replies: 14
Views: 537
Posted By Don Art
Re: Problem with Wordpress!!!!

the .htaccess method should work but, if if you can reinstall in the root that would be better long-term
Forum: Programming 23rd January 2012, 09:50 AM
Replies: 13
Views: 991
Posted By Don Art
Re: Redirect question for a .com & .net version of same domain

Check the DNS. Both are probably already pointing to the same host either via A record or cname. (based upon what you said)

If that is already the case, at a minimum, add a canonical link element...
Forum: Programming 23rd January 2012, 09:27 AM
Replies: 2
Views: 387
Posted By Don Art
Re: PHP Programmers I desperately need your help

I'm swamped but I'd look at it for you. Not going to take on work from this forum so any help is gratis. If it is still an issue, pm me as I cant pm yet.
Forum: Programming 16th January 2012, 10:35 PM
Replies: 4
Views: 418
Posted By Don Art
Re: Can Someone Help Me Out? wp-config.php

its located @ example.com/wp-config.php or if your blog is in a directory (less likely) example.com/blogORwhatever/wp-config.php
Forum: Programming 13th January 2012, 01:14 PM
Replies: 9
Views: 655
Posted By Don Art
Re: how many objects?

well this is supposed to be a trick question, i'm pretty sure

i am going to say '2' but it could be '1';

The compiler will add "Hello Java" to the the String Literal Pool (if not already...
Forum: Programming 12th January 2012, 12:34 PM
Replies: 15
Views: 621
Posted By Don Art
Re: Jquery and Javascript ????

It is really tough to be absolute about much in the programming world. Everyone has their opinions. I think python, c#, and php all rock but others would disagree and I would not argue with them.
...
Forum: Programming 12th January 2012, 12:21 PM
Replies: 152
Views: 12,268
Posted By Don Art
Re: PHP and Notepad++

I also have been programming for years and use notepad++ exclusively for php.

Also, I do lots in Javascript/jQuery and only use notepad++ for that.

I have dreamweaver and netbeans on my primary...
Forum: Programming 7th January 2012, 09:04 AM
Replies: 2
Views: 421
Posted By Don Art
Re: Wordpress Sequential Post Question

You might want to look for plugins that deal with custom post types. Your 'enabled' posts would have a post type of say 'course1'.

If you cant find what you need you should be able to get it...
Forum: Programming 4th January 2012, 10:12 AM
Replies: 70
Views: 2,445
Posted By Don Art
Re: What is your favorite editor or IDE?

Really give notepad++ a go - it is simply awesome.
Forum: Programming 4th January 2012, 10:08 AM
Replies: 9
Views: 824
Posted By Don Art
Re: New to API - So Confused

Well, first they seem to have no documentation. My best guess is you would do best by retrieving the data via javascript. Use jquery to make that much easier. Search on jQuery.getJSON(). Because...
Forum: Programming 4th January 2012, 09:53 AM
Replies: 1
Views: 350
Posted By Don Art
Re: Mobile technology

Not sure if you are asking about device OS or for building inactive apps. But since you are SEO-oriented I bet it's the later.

I think HTML5 will win out in the app space. The barrier to entry...
Forum: Programming 16th November 2011, 06:56 PM
Replies: 17
Views: 979
Posted By Don Art
Re: WordPress Website & Page Loading Speed SUCKS!

seems to load ok now.

For future reference, I thought I'd still post a simple tip for figuring out wp bottlenecks. BTW - This is worth doing before adding a cache plugin.



Switch your...
Forum: Programming 16th November 2011, 06:33 PM
Replies: 7
Views: 4,763
Posted By Don Art
Re: Can I permanently redirect/forward a domain to a subpage on a different website?

Just noticed there was a programming area - at least I know something about this subject. IM not so much...

Yes, you can redirect any page to any page - "sub" or not.

Are you redirecting from...
Showing results 1 to 26 of 26

 
Forum Jump


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