Unicode glory
Oh, unicode. OH unicode!
So, with unicode, you can make some fun characters!
Could we pretend that ✈s in the ☽ ☁ are like ==✶s?
Could we pretend that ✈s in the ☽ ☁ are like ==✶s?
But, here are …
Oh, unicode. OH unicode!
So, with unicode, you can make some fun characters!
Could we pretend that ✈s in the ☽ ☁ are like ==✶s?
Could we pretend that ✈s in the ☽ ☁ are like ==✶s?
But, here are …
Getting files from a directory can be useful if you want to access your files but forgot what subfolder names you put there (if you’ve turned indexing off, you can’t just look at the dir url and see an autogenerated …
Here is a list of the common html5 tags with links to their definitions
…Ever want to use fancy emoticons beyond the simple 🙂 smiley face? With gmail, you can by using these combinations. They animate!
|
Emoticon
|
Key Combination
|
![]() |
<3
|
![]() It’s a monkey! |
:(|)
|
![]() Rock out. |
m/
|
![]() |
😮
|
| |
😀
|
![]() |
🙁
|
![]() |
x-(
|
![]() |
B-) |
Some handy tools to convert things!
This example converts a number in hexadecimal notation (e.g. FF)
to decimal (e.g. 255).
This example converts a number in decimal notation (e.g. 255)
Ever have the issue where your iOS devices randomly and/or inconsistently zooms in on orientation change, regardless of your viewport settings? Well, I’ve seen it, and I’ve had enough!
Fix:
$(document).ready(function (e) {
'use strict';
var mobile_timer = false;
if(navigator.userAgent.match(/iPad/i)) …
completely “borrowed” from this site
Assume an application with an id 116122545078207, and using the URL of the blog (http://benbiddington.wordpress.com) to collect request tokens.
Following the instructions as specified in section 3.5.1.1.,
Last week, tech giant Google secured a patent on research for a processor two times faster than the leading Intel processor. So what’s the real ‘mussel’ behind Google’s new processor chip? Mollusk meat. So how will …
[entirely borrowed from http://foundationphp.com/tutorials/php_leopard.php]
Mac OS X 10.5 (Leopard) comes with both Apache 2.2.6 and PHP 5.2.4 preinstalled, but they’re not enabled by default. The following instructions should help you get up and …