only10types.blogspot.com
10 types of people: May 2012
http://only10types.blogspot.com/2012_05_01_archive.html
10 types of people. Friday, 25 May 2012. Drupal 7 - Render a block in a template file. So I had to search around for a good way to manually render blocks in a template file, and there are lots of sub-optimal solutions floating around the internet, so when I found a good solution, I thought I would document it here. Chuck the following function at the bottom of your theme's template.php file:. Variables['commerce cart block'] = block render('commerce cart', 'cart');. I should think this would work for nod...
only10types.blogspot.com
10 types of people: Installing ANT on AWS EC2: Unable to locate tools.jar
http://only10types.blogspot.com/2012/02/installing-ant-on-aws-ec2-unable-to.html
10 types of people. Friday, 24 February 2012. Installing ANT on AWS EC2: Unable to locate tools.jar. When I try and use ANT, I get this message:. Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/lib/tools.jar. Sudo yum install java-1.6.0-openjdk-devel. Posted by Jack O'Connor. 25 April 2012 at 03:33. 16 February 2013 at 22:39. 16 March 2013 at 06:31. 31 July 2013 at 23:25. Great and to the point. Subscribe to: Post Comments (Atom).
only10types.blogspot.com
10 types of people: October 2011
http://only10types.blogspot.com/2011_10_01_archive.html
10 types of people. Thursday, 27 October 2011. Using CSS rgba() values for background-color in IE6. You can use rgba values for background colors in IE6-9 with a simple Microsoft filter in your CSS. You can even find an amazing interactive tool to help you generate all this code here: www.css3please.com. Posted by Jack O'Connor. Sunday, 16 October 2011. Ubuntu 11.10 - Show Desktop Keyboard Shortcut. Posted by Jack O'Connor. Subscribe to: Posts (Atom). Using CSS rgba() values for background-color in IE.
iunbug.com
About MIHTool | i,unbug
http://www.iunbug.com/mihtool
Undeniable[Better:见贤思齐,闻庸自省. Unique:独立思索,志在远方. Genuine:谦逊真诚,宽以待人.]. MIHTool helps Front-End Engineers to debug and optimize their webpages on iPad and iPhone. View in App Store. View in App Store (Purchase). MIHTool will always be free! If you love MIHTool and you do like to help me out,I’ll appreciate you could buy one. There is no difference between the free one. And the fee one. All the money will be use for MIHTool’s server. Paul Bakaus(Studio 5 CTO at Zynga) : MIHTool, the iOS web debugger. 5Remote ...
only10types.blogspot.com
10 types of people: May 2011
http://only10types.blogspot.com/2011_05_01_archive.html
10 types of people. Friday, 20 May 2011. Ubuntu 11.04 Natty - Changing the Number of Workspaces. OS: Ubuntu 10.04 Natty Narwhal. F2 and type gconf-editor. Navigate to apps compiz-1 general screen0 options. Update the number of workspaces by changing the values of the variables hsize and vsize, which represent the horizontal and vertical number of workspaces respectively (I set both of mine to 1). Posted by Jack O'Connor. Wednesday, 18 May 2011. Banshee Notification Area Icon in Ubuntu 11.04 Natty. Gsetti...
only10types.blogspot.com
10 types of people: Ubuntu 11.10 - Cannot add new item when editing main menu
http://only10types.blogspot.com/2012/03/ubuntu-1110-cannot-add-new-item-when.html
10 types of people. Tuesday, 13 March 2012. Ubuntu 11.10 - Cannot add new item when editing main menu. I still use the old school "Main Menu" editor AKA Alacarte to create new application launchers. Unfortunately, there is a bug that means that alacarte doesn't know about all of it's dependencies. This means that if you just install alacarte, and run "Main Menu", most of the buttons (including New Item) don't work. The solution is to manually install gnome-panel as well e.g. Posted by Jack O'Connor.
only10types.blogspot.com
10 types of people: Drupal: iterating array items that are not properties (hashes)
http://only10types.blogspot.com/2012/02/drupal-iterating-array-items-that-are.html
10 types of people. Thursday, 2 February 2012. Drupal: iterating array items that are not properties (hashes). I recently needed to iterate over the elements of an array, ignoring any "properties" (signified in Drupal using hashes e.g. $form['items']['#value']). Originally I did this by iterating over all the elements, and then filtering out those that I didn't want. Turns out there is a neater way: element children(). Posted by Jack O'Connor. 8 October 2013 at 08:18. Subscribe to: Post Comments (Atom).
only10types.blogspot.com
10 types of people: September 2011
http://only10types.blogspot.com/2011_09_01_archive.html
10 types of people. Wednesday, 28 September 2011. Ubuntu 10.04 Lucid - notify-send in crontab not working. Alternative title: How to harness Ubuntu's black notification bubbles to set yourself repeating reminders. Turns out that from the crontab, you have to tell it which DISPLAY to use, and luckily this turned out to be quite simply. All you need to do is add this prefix: DISPLAY=:0.0. So my crontab now looks like this:. M h dom mon dow command. Posted by Jack O'Connor. Thursday, 8 September 2011. I hav...
SOCIAL ENGAGEMENT