How to debug JavaScript on mobile devices

Mobile JS DebuggingAh yes, the Mobile Revolution!

It’s fabulous – unless you actually create web sites and other stuff that use JavaScript.

In desktop web browsers, you generally get a web inspector / debug console that lets you do all kinds of fun stuff, including debugging your JS code.

But on mobile, well, no such luck.

In fact, most mobile browsers give you absolutely nothing! Fortunately, there’s a neat trick that fixes everything.

(more…)

WordPress white screen quick fix

Many people use WordPress on a server for a blog, online stores, and so on.

It’s great software since it makes creating a “fancy website” accessible to those who are not so technically inclined – which is most of us!

There is a problem many people see when using WordPress that has become known as the WSOD, or White Screen of Death. Basically, one day you try to load any page on your WP site (including the admin pages), and all you get is a blank screen.

When this WSOD happens, there is 1 trick that I have found works better than any other…

(more…)