Basics
| Name | |
| Age | |
| Gender | |
| Occupation | |
| Location |
Creative Background
| Software |
Adobe Suite CS4 |
| Web Experience |
PHP |
The Other Me
| Interests |
Music. Not just listening, I play guitar. |
Brandon's Activity
-
Brandon wrote a new blog post: View file source 11 months ago
This is so simple it doesn’t require much of an explanation. User inputs file URL-> Script shows page source, similar to any web browser’s View Source function. What’s the use in this? I don’t know. I was using it for something completely different. I guess one could do some lightweight content scraping with it. Meh.. [...]
-
Brandon wrote on James’s wire: 11 months ago
Heh. I see your comment on the homepage, but not in the actual comment section. It’s not pending approval, either.
Nevertheless, if you try it let me know how it works. I used to do it with javascript, but I couldn’t get it to work in some browsers (coughIE6cough). Since it’s server-side, it should work in [...]
-
Brandon wrote a new blog post: PHP Stylesheet Switcher 11 months, 1 week ago
With a bit of planning, you can make your site very dynamic, very easily. Using rich, definitive XHTML tags gives an extreme amount of versitility with CSS. What we’ll be doing here is using php to allow the user to pick which style they would like to see. Similar to the likes of most phpBB [...]
-
Brandon wrote a new blog post: Fun with RegEx. 1 year ago
Well, it’s Saturday. Instead of sleeping, I’ll do something relatively useful. Which I’ve been failing miserably at doing as of late. Oh well. Enjoy.
Get rid of duplicate text
This can be useful for quie a few things. I used it to remove duplicate emails. You can even configure it to re-write the text file, if you [...] -
Brandon wrote a new blog post: Password Generator 1 year ago
Right here. Download the source here.
- Case sensitive
- Numbers
- Special characters
- Length optionalAt some point, maybe tomorrow, I’ll add a phonetic code for ease of rememberance. I need a good spellcheck wordlist, though. I’ll find one.
