The Found Corporation

Featured content from SEO Egghead by Jaimie Sirovich

Displaying 8 most recent entries.

Idiot's Guide To Buying SSL Certificates 19 Aug 2008

Everyone is selling SSL certificates. Really? Not really. It turns out that the majority of quality SSL certificates are actually dispensed from the same company in some shape or form — VeriSign. VeriSign currently owns at least Thawte, GeoTrust, and RapidSSL. In other words, they own all but one of the "older-than-dirt" [...]

SEO Egghead, Inc. - Now Taking Web Development Projects 18 Mar 2008

We're currently looking for clients in the following realms: Custom Application Development 1. Custom Content Management System Development 2. Custom eCommerce Web Site Development 3. Intranet Development Our applications are designed to give users full control over content and require no knowledge of HTML or advanced web design skills. All applications are designed to be SE-friendly at an architectural basis. [...]

MySpace Negligent: Pedophile IQ > MySpace IQ 23 Jan 2008

The average IQ of the internet pedophile is apparently much higher than the aggregate of IQs at MySpace. Let me make a prediction: MySpace will be found liable for several incidents of child exploitation going forward -- even more so than before. Wired's blog made it public over here. I was blissfully unaware of this until [...]

ASP.NET 2.0 Setting Dangerous for Google Indexing 30 Nov 2007

Authored By: Cristian Darie http://www.cristiandarie.ro/books. I’m writing this article to warn you about an implementation detail of the ASP.NET 2.0 session management mechanism, which, if handled incorrectly, can potentially remove your ASP.NET 2.0 web site from Google's index. The Background The communication protocol our web browsers use when navigating the Internet - HTTP - was designed to be stateless [...]

WP HTML Taint Check 31 Oct 2007

<? /*Plugin Name: HTMLTaintCheckPlugin URI: http://www.seoegghead.com/Description: Checks for suspicious links in posts. MAKE SURE TO REPLACE YOUR EMAIL ADDRESS IN THE CODE BELOW -- ALSO ONLY LEAVE THIS ON TO CHECK, THEN TURN IT BACK OFF!!!Author: Jaimie SirovichVersion: 0.1Author URI: http://www.seoegghead.com/*/  if (true) {  check_posts();} function check_posts(){         global $wpdb, $table_prefix;     $items = $wpdb->get_results("         SELECT post_title, ID, post_name, post_content         FROM {$table_prefix}posts         WHERE TRUE    ");            $copy = '';        foreach ($items as $i) {        if (preg_match('#adshelper|softicana#i', $i->post_content)) {            $copy .= $i->ID . ' ' . "IS SUSPICIOUS.\r\n";        } else {            $copy .= $i->ID . ' ' . "OK.\r\n";        }    }        mail('YOUREMAIL@ADDRESS.com', 'test', $copy);    } ?>

Latest WordPress 2.3.1 Vulnerable To Hackers 31 Oct 2007

Update: WP developers are looking into this now . . . The current version of WordPress (also 2.1-2.3.1 verified so far) is apparently vulnerable to an HTML-tainting attack. I first noticed it on this blog in the next-to-top post. I've actually been on a vacation of sorts, but I monitor changes to my web [...]

Protected: WP Spammer Information 31 Oct 2007

There is no excerpt because this is a protected post.

Professional SEO with ASP.NET Released! 23 Aug 2007

And it's not just a patched-together port of Search Engine Optimization with PHP, either. Cristian and I did it right. The examples are programmed using typical ASP.NET design patterns, and we built reusable components for your .NET applications. So if you're an ASP.NET programmer and you need to know how to effectively [...]
Page created in 0.555 seconds.