HTTP/1.1 // 38.107.191.89 // // 54180 // // CCBot/1.0 (+http://www.commoncrawl.org/bot.html)

Wordtracker Keyword Research

Archive for May, 2007

Better Veriword Captcha Display

May
27
2007

Just posted this over in the MODx forum and I wanted to cross post it here too. Just for fun
Here is the forum post: http://modxcms.com/forums/index.php/topic,15225.0.html
I really like MODx I especially like how accessible the core code is when you want to make a modification. One of the things that really [...]


More 1 Comment » 2,215 views
Posted in: MODx, Programming

Video Tutorial: How to use Postini

May
26
2007

I’ve been using the Postini spam protection solution through my great host for a while now and I really like. We just don’t get any more spam and it’s a breeze to use. Some of our clients want a sneak peek though before they sign up, or they want a feature tour to [...]


More Comment Here » 2,070 views
Posted in: General

MODx SQL template, chunk, snippet, category install script

May
25
2007

I really needed a script that would work like a resource installer to install some basic templates, chunks, snippets, and categories that I always use when developing in MODx. This SQL script will install home page and inside page templates, a head, banner, content, and footer chunk to be used with those templates, some [...]


More 1 Comment » 3,009 views
Posted in: MODx, Programming

PHP Timing Script With Average Time

May
22
2007

I needed a script that would time some php I wrote to see if using an output buffer would speed it up. I used the php microtime() function to accomplish the timing feature, and combined that with sessions to capture an average execution time. This is the result:

<?php
session_start();
if (isset($_GET['clear'])) session_unset();
else {
$ac = $_SESSION['avg_count']++;
}
$ts = [...]


More 1 Comment » 1,922 views
Posted in: PHP Scripts, Programming

Adding a user friendly FREE download to LiteCommerce store

May
18
2007

LiteCommerce is a great online storefront to work with. However, while the egoods module offers a great way to sell downloadable files, it really doesn’t offer a good, user friendly way to create a product with a free downloadable file. This situation recently happened where a customer wanted to offer free PDF articles on [...]


More Comment Here » 883 views
Posted in: Programming

How to Become an SEO Professional

May
14
2007

How to Become an SEO Professional
I read this article today and it struck me as being great, down-to-earth advice about search engine professionals. It almost felt like I was reading my own story, aside from the fact that I’ve never had really high rankings on any of the the sites I’ve done SEO on [...]


More Comment Here » 2,632 views
Posted in: Marketing

Correct Settings for Audio/Video Sync CamStudio Problems

May
11
2007

If you are having CamStudio problems, then this is a great video on how to set up CamStudio. If you are having audio/video sync problems like I always have with this program, then watch this tutorial! He shows you how to set it up with the right settings so that you won’t have problems [...]


More 9 Comments » 13,257 views
Posted in: General

More on WEP vs. WPA

May
11
2007

WPA vs WEP: How your Choice Affects your Wireless Network Security
WPA is more secure than WEP, so I’ll be moving to that if my card supports it. But again, I’ll be moving to more secure application protocols. I think that is my safest bet. I’m probably just paranoid, but you never know who [...]


More 1 Comment » 1,947 views
Posted in: General

Organize cluttered Start Menu? For the other dolts out there…

May
11
2007

Organize cluttered Start Menu? Read this article today after being very frustrated with how long and unorganized my start menu has become. I get so mad when things that are this simple have evaded me for years. I spent a long time searching for some miracle program to do this for me, because [...]


More Comment Here » 872 views
Posted in: General

WPA Can also be Cracked!!

May
10
2007

We’ll at least it sounds more secure than WEP, but WPA can also be cracked as I learned in this article: http://maisonbisson.com/blog/post/10283/. I think the best advise that I’ve heard over and over is this:
“Use good application layer security. Use SSH, SSH tunnelling, SSL, HTTPS, and anything else to make sure your passwords and [...]


More Comment Here » 1,438 views
Posted in: General

Page 1 of 212