Chimeric Dream

My multi-faceted reverie

Posts Tagged ‘asp’

Snitz MOD: Sticky Topic Separator

This MOD helps distinguish between sticky topics and regular topics on. Sticky topics remain above the rest of the topics, but they are labeled with a header of “Important Topics”. The rest of the topics are separated by a bar reading “Forum Topics”.

(more…)

Snitz MOD: Google Sitemaps with Admin Panel

Google Sitemaps gives webmasters the ability to affect how the content on their website is indexed by Google. They provide an additional layer of SEO to a website, potentially improving a site’s presence in Google’s index. The following is a snip from Google’s “About” page explaining their Sitemaps program:

“Sitemaps provide additional information about your site to Google, complementing our normal methods of crawling the web. We expect they will help us crawl more of your site and in a more timely fashion, but we can’t guarantee that URLs from your Sitemap will be added to the Google index. Sites are never penalized for submitting Sitemaps.”

(more…)

Hash Encryption of User Input (ASP & PHP)

This bit of code is something I came up with a few years ago. I was trying to come up with a way to generate passwords and secure database names when I decided to build a function to do it for me. Basically, it takes your input, hashes it, then suggests potential passwords or database names.

I have no illusions that this is the most groundbreaking code snippet out there, but hopefully it will be of some use to people.

Since creating the original ASP function, I have made a PHP version of it as well.

(more…)