Aaron Saray

open source programmer,
web developer

entrepreneur, author
and musician

My Blog

contains PHP, Web and business/entrepreneurial related content. Please join in the conversation!

Tag Archives: html

Conditional Comments – fix blocking

Ok – so I can’t take any credit for this – but check out this blog post: http://www.phpied.com/conditional-comments-block-downloads/ Sweet read, huh? For those who aren’t actually going to read it, conditional comments block downloads until it’s done processing. So, instead, … Continue reading

Posted in html, Internet Explorer | Tagged , | Leave a comment

Protect Your Image from Download

I came across a great idea dealing with protecting image downloads from the site. Now, this is not fool-proof. There are lots of other ways to download the image, but this may stop the casual downloader. Nope, its not disabling … Continue reading

Posted in CSS, html, Misc Web Design | Tagged , , | 4 Comments

Flash of Unstyled Content – in FireFox 3

So I’ve heard of the Flash of Unstyled Content before – but never really had this problem. I always use a LINK tag for my stylesheets. However, I just ran into it today – in FireFox even with a LINK … Continue reading

Posted in CSS, html, javascript | Tagged , , | Leave a comment

Form Submit: Internet Explorer behaving badly

I just want to make a micro blog here. Just a tiny lil blog. Internet Explorer Does Not Submit Form on Enter Correct! Instead, I load my page with this jquery ?View Code PHP1 2 3 4 5 6   … Continue reading

Posted in html, javascript, jquery | Tagged , , | Leave a comment

HTML 5 and Me – Draft 10 thoughts

I thought I’d ramble on a bit about my thoughts on the HTML5 differences from HTML4 draft from working draft 10 in June 2008. You can find it – or the newest one – here: html5 diff. I’m eagerly watching … Continue reading

Posted in html | Tagged | 3 Comments

Meta Tag Generator

Meta Tag Generator uses javascript to generate the proper format for some common meta tags. This was originally just a proof of concept script that I decided to release. Meta Tag Generator

Posted in html, open source | Tagged , | 1 Comment

Update your URL filtering: possible XSS from "Data" URL scheme – Firefox

In regards to the Data in URL scheme (RFC here), I’ve found an interesting issue with the way firefox handles it which could lead to some XSS I think. First of all, if you’re not aware of the feature, let … Continue reading

Posted in html, javascript, security | Tagged , , | Leave a comment

How to make a Great MySpace Layout

In this posting, I’m going to share the steps to making a slimmed down, cleaner, nicer layout for MySpace to help showcase your personal interests, your band, or your business. Always Develop Locally I always work locally when I design … Continue reading

Posted in CSS, html, Misc Web Design, PHP | Tagged , , , | 4 Comments