Forum: HTML and CSS Oct 5th, 2009 |
| Replies: 1 Views: 213 I recently agreed to change hosts for a client that has a Joomla based site. I have everything setup correctly db/ftp wise but was wondering how transferring e-mail works.
Both hosting accounts... |
Forum: PHP Sep 11th, 2009 |
| Replies: 3 Views: 226 I know this is a somewhat strange request and is probably not feasable, but I thought I would ask anyway :)
I have a form, and on the final page of the form it displays all of the results of the... |
Forum: Python Sep 11th, 2009 |
| Replies: 1 Views: 267 I am trying to replace a section of code within a series of php files. I open the files, read the contents into a "sourcecode" variable and locate a section of code. I then capture this section in a... |
Forum: Python May 29th, 2009 |
| Replies: 2 Views: 377 The dictionary suggestion was exactly what I needed. I've included the script that I got to work for me. This takes two semicolon delimited files in the format discussed above. It then searches a... |
Forum: Python May 27th, 2009 |
| Replies: 2 Views: 377 I have a problem that I've been puzzling with so I thought it was time to ask the experts.
I have two csv files that I am trying to search between. One csv has a Title column, and a URL column.... |
Forum: Python Jan 5th, 2009 |
| Replies: 1 Views: 367 Question about gathering search results for a phrase with Python. I wrote a simple script for my personal SEO purposes that would go out and collect the top 30 search results on Google and then... |
Forum: Python Jan 4th, 2009 |
| Replies: 3 Views: 872 |
Forum: Python Jan 4th, 2009 |
| Replies: 3 Views: 872 First post so thanks in advance for any help. I am looking to pull the anchor text from a series of links in some html. I am doing this with find() and rfind():
[code]linkend=users.find("</a>:")... |