Forum: Programming
6th February 2015, 08:29 AM
|
Replies: 10
Views: 3,019 |
Forum: Programming
28th January 2015, 07:24 PM
|
Replies: 3
Views: 650 |
Forum: Programming
14th October 2014, 10:55 AM
|
Replies: 19
Views: 3,188 |
Forum: Programming
6th October 2014, 02:28 PM
|
Replies: 4
Views: 2,795 Re: Clickbank IPN Changes
Clickbank changed the way v6 works yet again, now you have to do some decryption. They have a PHP example on the website now that should help get started. I've been holding off rewriting mine for...
|
Forum: Programming
2nd July 2012, 11:04 AM
|
Replies: 9
Views: 1,064 Re: Sending Email in Php
You need to make sure you are sending the right headers to the php mail() function call. Here's an example:
$headers = "From: " . strip_tags($_POST['req-email']) . "\r\n"; $headers .= "Reply-To:...
|
Forum: Programming
15th June 2012, 11:05 AM
|
Replies: 5
Views: 6,373 Re: Text Editor with Word Count Option
Notepad++ also can count words (but doesn't show a live counter either). To see it, just double click on the status bar where it lists length and lines.
|
Forum: Main Internet Marketing Discussion Forum
6th June 2012, 11:22 AM
|
Replies: 5
Views: 1,285 Re: Is WowMinisites Still in operation?
I emailed them a few months back and they said they aren't in business anymore, but provided me with the email address of their designer, who is now taking orders on another website (which I can't...
|
Forum: Programming
6th June 2012, 11:19 AM
|
Replies: 2
Views: 462 |
Forum: Programming
24th May 2012, 06:53 AM
|
Replies: 73
Views: 6,686 Re: Java or Visual basic ?
These threads always make me laugh. What do you want to develop? Start there and then we can help you decide what language to learn.
|
Forum: Programming
23rd May 2012, 07:21 AM
|
Replies: 5
Views: 586 |
Forum: Programming
6th May 2012, 03:18 PM
|
Replies: 2
Views: 514 Re: HTML Encoding Problem
Look into the htmlentities php method:
PHP: htmlentities - Manual (http://ca3.php.net/manual/en/function.htmlentities.php)
|
Forum: Programming
18th April 2012, 01:27 PM
|
Replies: 2
Views: 692 Re: HTML code rotator or plugin?
Haven't tried it, but this looks like it may work for you.
WordPress › Random Text « WordPress Plugins (http://wordpress.org/extend/plugins/randomtext/)
|
Forum: Programming
31st March 2012, 06:37 AM
|
Replies: 10
Views: 488 |
Forum: Programming
21st March 2012, 08:19 PM
|
Replies: 9
Views: 556 Re: Help with a simple php problem
No, you can't call the php function from javascript, which is what it looks like you are trying to do. You'll have to submit the form to actually do the update, or submit data using ajax.
|
Forum: Programming
21st March 2012, 03:31 PM
|
Replies: 9
Views: 556 |
Forum: Programming
1st March 2012, 08:52 AM
|
Replies: 7
Views: 850 |
Forum: Programming
1st March 2012, 07:26 AM
|
Replies: 11
Views: 587 Re: Hyperlink to Page Title conversion
Just a clarification, don't remove the commas between the columns, just if any of your titles or urls have commas, it probably wont work. I'll send you the php code shortly.
|
Forum: Programming
29th February 2012, 11:12 AM
|
Replies: 11
Views: 587 Re: Hyperlink to Page Title conversion
I was bored so I created something for you:
http://www.mgourlay.com/csvToHtml/
Upload a CSV in the following format:
Column A: URL
Column B: Title
No header rows.
|
Forum: Programming
22nd February 2012, 08:00 AM
|
Replies: 8
Views: 599 Re: Simple Javascript Problem? I hope so...
From your original code, you could change it to the below. This seems to work on Firefox, but I'm not sure if it'll work on IE. Let me know if it works for you.
<html>
<head></head>
<body...
|
Forum: Programming
21st February 2012, 12:50 PM
|
Replies: 1
Views: 345 Re: page preview
There are a lot of services out there that can generate thumbnails of a webpage. Most cost money - here's an example: Thumboo! Free Website Thumbnails and PHP Script to Generate Web Screenshots...
|
Forum: Programming
21st February 2012, 08:49 AM
|
Replies: 8
Views: 599 |
Forum: Programming
14th February 2012, 02:41 PM
|
Replies: 2
Views: 435 |
Forum: Programming
10th February 2012, 10:44 AM
|
Replies: 5
Views: 444 |
Forum: Programming
10th February 2012, 08:17 AM
|
Replies: 5
Views: 444 Re: Cookies/affiliate tracking on other site
I don't know the exact mechanism they use, but if you look the URLs are from their domains, so likely on the request to that url, they drop a cookie and then forward to the sales page.
|
Forum: Programming
9th February 2012, 07:49 AM
|
Replies: 8
Views: 555 |
Forum: Programming
7th February 2012, 08:48 PM
|
Replies: 8
Views: 555 Re: Hungry RSS plugin question
If you go to your FTP, you should be able to get to the folder: /home/content/13/8475413/html/wp-content/cache and check the permissions. In my FTP client (FileZilla) I would go to...
|
Forum: Programming
7th February 2012, 03:06 PM
|
Replies: 8
Views: 555 Re: Hungry RSS plugin question
It looks like either the directory or the filename /home/content/13/8475413/html/wp-content/cache/b133558ae110e39b011bc27159f8ec7a.spc is not writable by the php script. Check the permissions on...
|
Forum: Programming
1st February 2012, 07:27 AM
|
Replies: 4
Views: 581 Re: 404 error on my sitemap.xml page
I'm not sure if this plugin is the same as mine, but mine won't generate the .xml file unless you go into the settings and generate it manually, or it will autogenerate if you put a new post on the...
|
Forum: Programming
17th January 2012, 02:21 PM
|
Replies: 3
Views: 435 |
Forum: Programming
17th January 2012, 11:58 AM
|
Replies: 3
Views: 435 Re: Securing DB connection in PHP
If the server did serve the page as text, wouldn't the person viewing it just see the require statement and then be unable to fetch that page because it's not in a directory that can be served by the...
|
Forum: Programming
17th January 2012, 08:34 AM
|
Replies: 4
Views: 333 |
Forum: Programming
16th January 2012, 10:29 AM
|
Replies: 48
Views: 1,400 |
Forum: Programming
13th January 2012, 02:23 PM
|
Replies: 14
Views: 686 Re: Website backlinks
I've never used it, but it looks like SEOmoz provides an API to get this info:
The SEOmoz API / Links API (http://apiwiki.seomoz.org/w/page/13991141/Links%20API)
|
Forum: Programming
13th January 2012, 09:13 AM
|
Replies: 9
Views: 614 Re: how many objects?
new String() creates a copy of "Hello Java" (which is an object itself), thus a second object.
If it was the same, then "Hello Java"==s would be true, but this isn't the case.
If we did String...
|
Forum: Programming
9th January 2012, 09:56 AM
|
Replies: 5
Views: 401 Re: Assembly level programming
I did some assembly programming for the Motorola 68000 in school. I can't say I'd ever imagine using it for anything related to marketing though.
|
Forum: Programming
8th January 2012, 05:06 PM
|
Replies: 9
Views: 614 Re: how many objects?
Unless I'm the one that is rusty, "Hello Java" creates an object in the String pool and new String() creates a copy of that object.
|
Forum: Programming
7th January 2012, 03:24 PM
|
Replies: 9
Views: 614 |
Forum: Programming
7th January 2012, 03:07 PM
|
Replies: 48
Views: 1,925 |
Forum: Programming
6th January 2012, 09:55 AM
|
Replies: 10
Views: 502 Re: File Transfer Help
Have you read the Wordpress tutorial for transferring sites? I followed these directions a few months ago and it worked out pretty well. (See the "Moving wordpress to a new server" section. It has...
|
Forum: Programming
6th January 2012, 09:54 AM
|
Replies: 10
Views: 502 Re: File Transfer Help
Have you read the Wordpress tutorial for transferring sites? I followed these directions a few months ago and it worked out pretty well. (See the "Moving wordpress to a new server" section. It has...
|
Forum: Programming
6th January 2012, 09:51 AM
|
Replies: 3
Views: 355 Re: JQ Help
Why don't you post some code, a link to the issue, or some pseudocode, you may get more help that way.
|
Forum: Main Internet Marketing Discussion Forum
6th January 2012, 09:23 AM
|
Replies: 5
Views: 408 Re: Make The Most Out Of A Dedicated Server
Whenever I have an app that I need to run that I know will take a long time, I like to run it on my dedicated servers. That way I don't interfere with anything else going on on my computer. Last...
|
Forum: Main Internet Marketing Discussion Forum
4th January 2012, 09:20 AM
|
Replies: 3
Views: 399 |
Forum: Main Internet Marketing Discussion Forum
22nd December 2011, 03:27 PM
|
Replies: 3
Views: 594 |
Forum: Main Internet Marketing Discussion Forum
16th December 2011, 08:18 AM
|
Replies: 6
Views: 972 |
Forum: Main Internet Marketing Discussion Forum
1st December 2011, 02:44 PM
|
Replies: 26
Views: 3,016 Re: Optin Form in PDF
Looks like NitroPdf can do this: How to submit form data in PDF files (http://www.nitropdf.com/help/submit_form_data.htm)
|
Forum: Programming
1st November 2011, 07:19 AM
|
Replies: 2
Views: 349 |
Forum: Programming
14th September 2011, 07:32 AM
|
Replies: 7
Views: 4,540 Re: PHP Function - check if date has passed
Where is the data coming from? If it's coming from a DB, can you edit your SQL query to remove dates in the past?
Otherwise, you should check out the link mywebwork posted.
|
Forum: Main Internet Marketing Discussion Forum
13th September 2011, 10:56 AM
|
Replies: 11
Views: 1,021 |
Forum: Programming
10th September 2011, 05:52 PM
|
Replies: 19
Views: 763 |
Forum: Programming
10th September 2011, 05:46 PM
|
Replies: 4
Views: 733 Re: Automatic form submitter - scheduled
Check out AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText (http://www.autohotkey.com/).
It'll allow you to record what you want to do and then you can schedule it...
|
Forum: Main Internet Marketing Discussion Forum
10th September 2011, 04:37 PM
|
Replies: 9
Views: 462 Re: VPS Hosting ? who is using it ?
I actually moved all my sites from a $229 a month dedicated server from The Planet to a $49.99 VPS on HostGator and it performs just as well.
|
Forum: Programming
9th September 2011, 01:36 PM
|
Replies: 19
Views: 763 |
Forum: Programming
8th September 2011, 12:02 PM
|
Replies: 1
Views: 4,805 |
Forum: Main Internet Marketing Discussion Forum
7th September 2011, 07:18 AM
|
Replies: 5
Views: 604 |
Forum: Programming
19th August 2011, 12:13 PM
|
Replies: 14
Views: 1,318 |