Digging through my server this evening I came across an old redesign of the site. I think I called it orange or something.
-
Blogroll
Digging through my server this evening I came across an old redesign of the site. I think I called it orange or something.
A quick search around Google reveals that there are many an application that will remove the protection from Word documents. However I question the trustworthiness of these programs, what if they install key loggers, or trojans, or some other nefarious code? So I did some research and scripting to make my own document cracker, and [...]
Scrawlr is tool that HP recently release for doing some simple testing of web sites for SQL injection points. One of the limitations on this free tool was that it could only do 1500 pages on your site. But apparently they’ve been distributing debug builds (which have a 2.1 billion page limit) this entire time!
Original [...]
Hey, I’m actually writing on a programming related concept!!
Pretty much anyone who runs a public blog/site (like Mark Langenfeld, Nick Davis, MySpace, Dream.in.Code, etc.) knows that spam can be a problem. Fortunately, there are ways to combat it. With Wordpress, there is Akismet which I’ve found very helpful in keeping my blog clean. My blog [...]
A recent project at work required me to merge two XML documents together and thus this was born, MergeXML. It’s written for Powershell and thus can be used for a variety of things. From a simple command line utility to an entire login script (which is why I need it).
MergeXML
Hey hey hey! I just submitted a new snippet to Dream.in.Code tonight! I call it strict_args and it’s a class that will allow you to easily ‘overload’ your functions like what you can do in languages such as C, C++ and C#. Granted this isn’t all that pretty, but hey, it works quite well!
Check it [...]
Originally posted here by Chris (Skyhawk).
After a long month of development, Code Snippets 2.1 has been released. Our very own snoj worked very hard and put up with a lot of last minute problems.This release has the following new features:
* BBCode in Comments/Instructions/Description
* Report Bad/Broken Snippets
* Sort Snippets by Rating, Views, Submission Date, Author
* Pagination
* [...]
Alrighty! Code Snippets 2.1 has hit beta testing!
Some of the many changes:
BBCode (though currently only code, b, and i tags are allowed).
Report Snippets, you can not report snippets to the admins and mods if you think it’s unworthy.
When a snippet is edited, the old version sticks around. This will later be used in CS3 to [...]
Today the new Code Snippet section of Dream.in.Code was launched!
Why am I so happy about this? BECAUSE I PROGRAMMED IT!
Read more: http://www.dreamincode.net/forums/showtopic33059.htm
Snoj Tools is a compliment of tools I’m actively writing to make my Wordpress life a smudge easier.
Current Features:
Loads Wordpress (X)HTML output into PHP5’s DOM class.
Can redirect any ‘page’ (anything not a blog).
Embed YouTube videos.
The downside to the DOM is that you’ll need to edit your template. However this is as simple as adding two [...]