Pleh.co.uk
Software development related stuff
Software development related stuff
May 27th
I just got my iPad and so far I’m pretty impressed. It’s fast and so easy even my mum can use it!
I downloaded the word press app and I’m blogging from my ipad. Right now!
Next thing i’m interested to find out is how easy/difficult it is to develop apps using the new packager for iphone in flash cs5.
May 1st
Take a look at the picture on the left. Not verry interesting you might be thinking. Well look at the original on the right. All the changes were done using Adobe Photoshop CS5 using only the new delete tool in under 2 minutes flat.
ZOMG!
Apr 28th
Problem:
When watching a fullscreen video in flash or silverlight on a second monitor, then click anywhere on your other monitor the video leaves fullscreen mode.
Solution:
Add this…
javascript:(function(){var e=document.createElement("script");e.src="http://www.pleh.co.uk/demo/fullscreen.js";e.type="text/javascript";document.getElementsByTagName("head")[0].appendChild(e);})()
… as a link in your bookmarks then visit youtube for example and click your bookmark. The video will be moved to the bottom of the page and be stretched to 100% width and height.
Yay multitasking ftw
Mar 18th
Windows + Left / Right
Will dock the active window to the left or right of the current monitor. If you have more than 1 monitor it will also move to the next monitor and loop back round.
Windows + Shift + Left / Right
Will move the active window to the next monitor.
Windows + Up
Maximizes the active window.
Windows + Shift + Up
Makes the active window height the full height of the current monitor.
Windows + Down
Restores a maximized window or minimizes a normal window.