National Online “Meth-Makers” Registry

According to an MSNBC article published earlier today, many States are considering the creation of another type of Online Offenders Registry – one for anyone involved in the “cooking” or dealing of methamphetamine. Online Offenders Registries in the United States were previously restricted to sex offenders, namely, rapists and pedophiles. The question is, “What’s the point, and why just meth?”

Tennessee, the first to implement such a system in March of 2005, has the highest rate of meth abuse. Jennifer Johnson of the PR Dept. at the Tennessee’s regional version of the FBI makes a case for an internet registry that lists meth – and meth only – makers:

“Unlike other drugs where it is really [only] harmful to you and your family, meth is hazardous to all around you. […] That’s why we don’t foresee a heroin or cocaine registry.”

Continue reading

SearchMash: Google Reborn

Move over Google, there’s a new search engine in town! What’s that? SearchMash is Google? Never mind then, scratch that…

It doesn’t make a difference really, stop going to Google.com because that’s not the place to get answers nowadays. SearchMash is, both literally and figuratively speaking, the new Google.

It’s quite a challenge really: how does the Number 1 search engine on the web rewrite its search algorithm and test its effectiveness without hurting its current results and user-experience during the testing process? Sergey Brin and Larry Page seem to have figured it out: create a new search engine, and do your testing there!

SearchMash.com is the evolution of Google, [[GOOG]] and should things go right, what Google will (soon enough) become. It tests a range of new features and methods of bringing information to the users’ fingertips in more ways than immediately obvious to the eyes.

Continue reading

Firefox 2.0 Recap

Besides the ugly new theme, the convoluted “too-cool” first-run website, and the myriad of half-baked features that Firefox 2.0 brings to the scene, there’s a couple of not-so-welcome policy changes in Firefox 2.0 that make us wonder what’s going on at Mozilla. Basically, these changes go against everything that the Firefox team has been doing for the past couple of years, and make it look like Firefox wasn’t run by an open-source community so much as a big corporation with nothing but money on its mind.

When Firefox 2.0 came out, we didn’t really care to review it – after all, there were plenty of reviews already out there from the Beta and RC stages. But now, a month into the RTM release of Firefox 2.0, we find a re-cap being called for.

Continue reading

Updated Comment-Entry Form

A long time ago NeoSmart Technologies used to have WYSIWYG editors all over the place, but things just didn’t work out. For one, it was rare for a post with even tiny bit of formatting applied to be rendered as valid XHTML (like the rest of the site), and for another, it was very incompatible with newer versions of certain web browsers and older versions of others – so we got rid of the system.

However, we’ve had quite a few complaints about WordPress’ default requirement for encoded HTML entities, and many posts were lost by including an unencoded “<” or other element. We’re glad to say we’ve found an alternative. We came across the Xinha WYSIWYG editor, a nice (and possibly minimal)-looking editor that has a new experimental HTML-creation engine that produces truly valid code no matter what you throw at it. That and the fact that it can easily be customized (as we’ve done here) and works on almost any browser made it the ideal choice for NeoSmart Technologies.

Anyway, it works fairly well and a spell checking module is also being added at the moment. For anyone not wanting to use the WYSIWYG editor (especially if you’re trying to write some code), you can press the icon of a document with “<>” superimposed on it – that’ll display the pure HTML and you can do what you like from there.

 

Vista Symlinks Revisited…

It’s not often that something we classify as a “really good” feature turns out to be a bit of a sham, but unfortunately, that’s the case with Vista’s symlinks. Just a couple of days ago, symlinks were our “big Vista feature of the week,” but now, we’re not so sure.

First, a correction. Symlinks haven’t really been added to Windows Vista. Sure, you can use the mklink command to get Vista to intercept calls made to certain paths and have them silently and invisibly replaced with whatever real paths you previously specified, just like Symlinks are supposed to be – but that’s about it. Vista’s symlinks aren’t much better than junctions in 2k/XP that don’t take up extra hard drive space, and indeed are quite a bit less compatible.

Continue reading

How To: apache_response_headers() on IIS

Along with the release of our request_uri for IIS yesterday, we have another useful tip for a second function commonly found in WordPress plugins and other PHP redistributable scripts. apache_response_headers is used to get a list of all the headers sent out by a page, in the format of an associative array.

IIS doesn’t use this function, and before PHP5, there was no way to properly emulate its behavior. But on PHP5, it’s nothing too difficult. Without further ado, here’s the code:

Continue reading

100% Apache-Compliant REQUEST_URI for IIS and Windows!

Ever since moving NeoSmart Technologies to a Windows server, we’ve had one headache after the other dealing with various PHP scripts that included references to $_SERVER["REQUEST_URI"], and unfortunately, none of the “workarounds” or hacks provided on the internet work. Some of them are for Apache on Windows, and others work most of the time, but break the minute you introduce url rewriting or launch scripts as the default files in a directory.

REQUEST_URI for Windows is a must-install for absolutely anyone that uses IIS & PHP, no matter what software you run. It’s free, it’s one-hundred percent compatible with Apache’s own REQUEST_URI, and best of all, it’s guaranteed to work no matter what. REQUEST_URI for Windows gets whatever the user entered into the address bar – period. Nothing more, nothing less. And of course, you never have to modify a single script to make them work, this does all the work for you.

Continue reading

Windows Longhorn/IE7 Beta Program Rewards!

Windows Vista RTM’d a week ago, and now, the beta testers have gotten their swag. If you (actively) participated in the Longhorn Beta program, this is your chance to get a free (as in free speech beer) Windows Vista Business or Ultimate Edition product key (legally, and it activates!).

Continue reading

Comment Subscription Fixed

A while back we had to disable subscribing to comments & receiving notification to subscribed posts, but we’re glad to let you know that it’s working again. It’s one of the sacrifices one makes in running the latest SVN software right out of the oven compiler errr opcode or wherever it is that PHP comes from.

But the bad news (yes, there’s always bad news, you should know that by now!) is, RSS feeds for individual posts aren’t working the way they’re supposed to. But we’re working on that… We’ll have that fixed soon enough!

WordPress, WP-Hackers, RSS Feeds, and More

At NeoSmart, we’re all about WordPress. Hands-down, it’s the most powerful, most flexible, and certainly most popular blogging platform available, and it’s free. We do what we can to help (which isn’t much, really), but we’re planning on getting a bit more “involved,” so to speak. Besides the couple of (hopefully useful) WordPress plugins that’re in the making, we also have several WordPress-centric articles coming up, and we hope you’ll enjoy them.

For now, here’s a quick one: Did you ever hear of “WP-Hackers?”
Well, those guys are the 1337 WordPress users, and they know all about WP, and what makes it tick. They have a mailing list you can subscribe to if you want to participate in all the fun, but what if you don’t want to (or can’t) join in the discussion? And since you don’t require a bi-directional form of communication, why use clunky email anyway?

We took the WP-Hackers mailing list archives, added a RSS feed to ‘em, and churned it through FeedBurner, the result is the WP-Hackers Live Archives – where you can find out what WP is all about and pick up all the tricks of the trade without divulging your email, filling up your inbox quota, or worrying about privacy. Just click and subscribe!

Continue reading