HTML

Digital Tech Trek Digest [#Issue 2024.03]

Lessons from going freemium: a decision that broke our business As an entrepreneur always considering how to produce a sustaining passive revenue, what licensing model to use, and how to acquire and retain customers, the allure of a freemium model is ever present in so many offerings.

Read more

Why is my database slow?

Not part of my Don’t Assume series, but when a client states “Why is my database slow””, you need to determine if indeed the database is slow. Some simple tools come to the rescue here, one is Firebug .

Read more

Correctly handling redirects

I’m in the process of consolidating all my work scattered across the WWW to www.ronaldbradford.com As part of the process I was originally redirecting this to my present blog but I was not doing it the correct way.

Read more

The iPhone Safari Browser

One of my photo websites www.ronaldbradford.com doesn’t work properly on the iPhone under Safari, but it works under Safari on Mac OS/X. Problem is, there is no debugging options and I see no way to workout why DOM compliant Javascript doesn’t work!

Read more

FireFox’s Live Bookmarks

I’m just about to launch a new project I’ve been working on in the past week. It has a RSS feed, and I wanted to ensure that within FireFox, this could be picked up as a live bookmark.

Read more

Sending email using PHP

I’ve had a number of recent inquiries about sending emails on a Web Form using PHP. The following examples using the core PHP mail() function. mail() syntax http://www.arabx.com.au/example/mail.php – View Source

Read more

A tip for not using Click Here as a link on a web page

http://www.w3.org/QA/Tips/noClickHere

Read more

HTML (ampersand) Character Codes

· (·) Middle Dot • (•) Bullet, black small circle « («) Left-pointing double angle quotation mark » (») Right-pointing double angle quotation mark

Read more