CrankBerry Blog Title

HTML Postings

2011


(6) Comments

Why do I get "page includes resources which are not secure"

Categories :: HTML, PHP, Web Security

You just built a site, and have implemented SSL, but when you go to test it you get "page includes resources which are not secure". This is annoying but you need to fix it.

2010


No Comments

The ultimate newb's guide to learning web development (Pt. 1: The Basic)

Categories :: CSS, HTML, Javascript, MySQL, PHP, Web Development

If you are just discovering the world of web development but know nothing about HTML code, css and mumble-jumble, here's a good place to start. In this article I will outline in general where to find resources and some good skills to pick up on to becoming a minor expert in the field.

2009


(4) Comments

In page popup with faded background – in PHP

Categories :: CSS, HTML, PHP

Sometimes you may be required to have popup windows on your website. They're obtrusive and hard to style with your site, in summary – nasty. What I've seen is other websites fade out their background and have an in page popup. I came up with a script that does the same thing in PHP and it looks exactly like the image below. Jump to the next page for the script.