Thursday, April 28, 2011
Tuesday, April 26, 2011
Resizing a VirtualBox virtual hard disk
Resize An Existing .vdi Virtualbox Image – EASILY!
Followed the steps from this article and from comment #12 from this one to expand a 50Gb vmdk into a 70Gb vdi:
Followed the steps from this article and from comment #12 from this one to expand a 50Gb vmdk into a 70Gb vdi:
- Created a new VM and added a new 70Gb dynamic IDE drive. (IDE is important; it didn't boot when I had it set to use the SATA controller.)
- Use VboxManage to clone the original cramped disk into the new larger disk:
VboxManage clonehd origHdd.vmdk newHdd.vdi --existing - Start the new VM.
My VM was a Windows 2008 server, and it worked fine when I simply expanded the partition into the new space. My drive now has 70Gb!
Wednesday, April 20, 2011
Testing HTML5 and CSS3 support on your browser
DeepBlueSky.com "... launched FindMeByIP.com, a simple app which reveals your browsers' support for CSS3 and HTML5 features in an easy to read format using Modernizr."
Seamless non-repeating background
Use semi-transparent PNGs and prime numbers for a seamless non-repeating background:
The Cicada Principle and Why It Matters to Web Designers
The Cicada Principle and Why It Matters to Web Designers
jQuery Plugins to Enhance Your UI
Looks like a good collection of jQuery plugins (note: article was written in 2009):
20 Fresh jQuery Plugins to Enhance your User Interface
20 Fresh jQuery Plugins to Enhance your User Interface
Friday, April 15, 2011
Wednesday, April 13, 2011
Thursday, April 7, 2011
1k Javascript demo contest
Some cool javascript
1k Javascript demo contest
1k Javascript demo contest
Cool HTML5 Canvas Applications
20 Shockingly Cool HTML5 Canvas Applications
Includes this cool water ripple effect (see links in the article comments for other/faster implementations).
Includes this cool water ripple effect (see links in the article comments for other/faster implementations).
Mobile development: Android
Guide to Mobile Emulators
Roundup of mobile emulators. Includes iOS, Android, Windows, Nokia, etc.
Wednesday, April 6, 2011
Handling iPhone events
- Safari Web Content Guide: Handling Events
- jQuery Touchwipe Plugin - capture wipe events
- Can jQuery determine the orientation of the iPhone
- HOWTO: Create native-looking iPhone/iPad applications from HTML, CSS and JavaScript - includes this tip on detecting orientation change:
"If you want to take an action when the phone is rotated, listen for onorientationchangeevents on the body tag. The current orientation is in window.orientation, and it is encoded as the angle (in degrees) that the iPhone is rotated--0, -90 or 90--away from vertically upright."
Subscribe to:
Posts (Atom)