I recently enabled the permalinks feature for a fresh WordPress 2.0.2 upgrade. The process required several hours of research and approximately 90 minutes to fully implement. This brief article summarizes the process and applies to the following setup: Continue reading »
Well, maybe not that obscure.. <pre> — Preformatted character data <em> — Renders as emphasized text <strong> — Renders as strong emphasized text <tt> — Renders font as teletype or monospace <dfn> — Defines a definition term <code> — Defines computer code text <samp> — Defines sample computer code <kbd> — Defines keyboard text <var> — Defines a variable <cite> — Defines a citation <strike> — XHTML Transitional only <del> — Indicates deleted text <ins> — Indicates inserted text <dl> […] Continue reading »
About the Robots Exclusion Standard: The robots exclusion standard or robots.txt protocol is a convention to prevent cooperating web spiders and other web robots from accessing all or part of a website. The information specifying the parts that should not be accessed is specified in a file called robots.txt in the top-level directory of the website. Notes on the robots.txt Rules: Rules of specificity apply, not inheritance. Always include a blank line between rules. Note also that not all robots […] Continue reading »
A list of HTTP Error codes and corresponding definitions: Informational Codes 100 — Continue 101 — Switching Protocols Successful Client Requests 200 — OK 201 — Created 202 — Accepted 203 — Non-Authoritative Information 204 — No Content 205 — Reset Content 206 — Partial Content Client Request Redirected 300 — Multiple Choices 301 — Moved Permanently 302 — Moved Temporarily 303 — See Other 304 — Not Modified 305 — Use Proxy 307 — Temporary Redirect Client Request Errors […] Continue reading »
Update: The following rant was written almost 20 years ago. Since then, PayPal has improved in some areas, not so much in others. Currently I am using PayPal to accept online payments and donations. This post remains online for historical purposes only, take it with a grain of salt. PayPal is too automated. The phone service is automated, slow, and worthless. Plus, the number for help is not toll-free — I had to pay for PayPal’s auto-garbage phone system. Plus, […] Continue reading »
To add Lightbox functionality to any single image: Add rel="lightbox" to the anchor tag. Add a title="" attribute to the anchor tag. Add an alt="" attribute to the image tag. To add Lightbox functionality to any series of images: Add rel="lightbox[value]" to the anchor tag of each image. Add a title="" attribute to the anchor tag of each image. Add an alt="" attribute to the image tag of each image. Any set of pictures with the same rel="lightbox[value]" will display […] Continue reading »
I’m a moral in a secret box, An earthworm, chewing through a sour meal, A home, still within the daisy farm. Oh, black ants, parasites, nematodes. This trunk’s cold with its precious relics. Jackpot’s dying for foxy diggers. I’m an end, a joke, a passing fad. I’ve left my mark to make a payment, Jumped in the lake with my mom and dad. Continue reading »
Digital units and their relative capacities1: Byte: (100 bytes) A single digital character. Kilobyte: (103 bytes) A small page of digital text. Megabyte: (106 bytes) A small novel, or a screen-resolution digital image. Gigabyte: (109 bytes) A symphony in hi-fi sound, or a pickup truck filled with paper. Terabyte: (1012 bytes) One-tenth of the printed collection of the Library of Congress. Petabyte: (1015 bytes) All of the email produced in the world in one day, or about a half-million hours […] Continue reading »
Welcome to Perishable Press! This article covers a plethora of useful JavaScript tips and tricks. For more excellent JavaScript information, check out the JavaScript tag archive. If you like what you see, I encourage you to subscribe to Perishable Press for a periodic dose of online enlightenment ;) Nifty JavaScript Design Tricks Clickable divs Standard design practice dictates that the site logo or banner located at the top of the page links to the home page of the site. There are […] Continue reading »
I love reading these things.. Your online credit card account has high-risk activity status. We are contacting you to remind you that on March. 13, 2006 our Account Review Team identified some unusual activity in your account. In accordance with Chase Bank’s User Agreement and to ensure that your account has not been compromised, access to your account was limited. Your account access will remain limited until this issue has been resolved. We encourage you to log in and perform […] Continue reading »
Ahh, the joys of stealing from people… Dear Customer Of The WellsFargo Internet Banking We Have Noticed That Your Wells Fargo Online Bank Account Needs To Be Updated, because we have made a new updates on our online banking service and we lost some information of our customer online banking accounts, we are sorry for that but you should update your Wells Fargo online bank account. To verify your online account and access your bank account, to be able to […] Continue reading »
Website makeover in progress (again). Actually, this website will probably exist in a perpetually evolving state until the end of time. It is simply too much fun to tweak, build, and learn. I now consider this website a project devoted to writing articles and practicing WordPress, web design, scripting, accessibility, and SEO. So feel free to look around, read some random nonsense, and get into some Business, but don’t be surprised if the universe folds in on itself or the […] Continue reading »
I love looking at beautiful source-code output. However WordPress tends to spit code out in random chunks, often leaving spaces, line breaks, and tabs littered throughout the source output. This messes things up. Lists don’t look like lists and logically written code often appears scattered along the page carelessly. Often, this is the result of poorly written PHP, which can be manipulated to write beautifully aligned code that looks as good as it works. Continue reading »
Monzilla Media is a small, multidisciplinary design firm specializing in web development, graphic design, and multimedia services. Here is a complete list of services provided by Monzilla Media (as of February 19th, 2006): Continue reading »
For reference purposes.. Marquee Madness <marquee width="50%">Marquee Madness</marquee> So accepts the width attribute, like <img> tags. Continue reading »
Useful reference for content creators working with code snippets: Name Symbol Code Broken pipe symbol ¦ ¦ Unbroken pipe symbol | | Continue reading »