Forum: Main Internet Marketing Discussion Forum
6th April 2015, 08:55 AM
|
|
Replies: 0
Views: 486 |
Forum: Programming
28th January 2013, 08:22 PM
|
|
Replies: 9
Views: 663 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 |
Forum: Programming
20th January 2013, 10:24 AM
|
|
Replies: 4
Views: 656 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 |
Forum: Programming
15th January 2013, 09:27 PM
|
|
Replies: 4
Views: 609 |
Forum: Programming
15th January 2013, 11:21 AM
|
|
Replies: 11
Views: 699 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 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 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 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 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 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 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 |
Forum: Programming
23rd January 2012, 09:50 AM
|
|
Replies: 13
Views: 991 |
Forum: Programming
23rd January 2012, 09:27 AM
|
|
Replies: 2
Views: 387 |
Forum: Programming
16th January 2012, 10:35 PM
|
|
Replies: 4
Views: 418 |
Forum: Programming
13th January 2012, 01:14 PM
|
|
Replies: 9
Views: 655 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 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 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 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 |
Forum: Programming
4th January 2012, 10:08 AM
|
|
Replies: 9
Views: 824 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 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 |
Forum: Programming
16th November 2011, 06:33 PM
|
|
Replies: 7
Views: 4,763 |