Blog

JScript – Select Parent Folder

A while back, I wanted to have a script that would select a file or a folder in Windows Explorer. The following JScript selects the parent folder of the script that is run within Windows Explorer: For instance, if the above code is run in a script found at “C:/Users/chriswest/Documents/Scripts/JScript/select_parent_folder.js“, Read more…

By Chris West, ago
Blog

Unbreakable Encryption Technique

That’s right! As of right now, I have a totally open source, unbreakable encryption tool available to the masses called Crypter. What Is Meant By Unbreakable The only way that I can conceive of breaking any of the encryption methods used in the Crypter is to actually know the key Read more…

By Chris West, ago
Blog

JavaScript – Semicolons Are Almost Never Needed

Instead of rewriting the article myself, I figured it is better to simply link to it: http://mislav.uniqpath.com/2010/05/semicolons/. After reading this article, do remember that just because it is stated that they are not needed doesn’t mean that it is bad to include them. šŸ˜‰

By Chris West, ago