Deprecated: Assigning the return value of new by reference is deprecated in /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-includes/theme.php on line 540

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-includes/cache.php:36) in /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-content/plugins/enhanced-wp-contactform/wp-contactform.php on line 264

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-includes/cache.php:36) in /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-content/plugins/enhanced-wp-contactform/wp-contactform.php on line 264

Warning: Cannot modify header information - headers already sent by (output started at /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-includes/cache.php:36) in /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-includes/feed-rss2-comments.php on line 2
Comments for Getonthenet.eu http://www.getonthenet.eu Sat, 31 Jul 2010 12:41:54 +0000 http://wordpress.org/?v=2.3.2 Comment on CSS Howto: Cross-browser inline-block by vol7ron http://www.getonthenet.eu/css-howto-cross-browser-inline-block/#comment-1777 vol7ron Tue, 29 Sep 2009 15:34:36 +0000 http://www.getonthenet.eu/css-howto-cross-browser-inline-block/#comment-1777 I know this is old, but there's another hack: #myblock { display : inline-block; /* FF+ */ *display : inline; zoom: 1; /* IE5.5+ */ } Note: the zoom:1 is what makes it so you can combine the two steps into one. the * is the IE hack, and the zoom:1 triggers the hasLayout attribute This method was found here: http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block I know this is old, but there’s another hack:

#myblock {
display : inline-block; /* FF+ */
*display : inline; zoom: 1; /* IE5.5+ */
}

Note: the zoom:1 is what makes it so you can combine the two steps into one. the * is the IE hack, and the zoom:1 triggers the hasLayout attribute

This method was found here:
http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block

]]>
Comment on A ready to run GPE image for the HTC-Universal by astormont http://www.getonthenet.eu/a-ready-to-run-gpe-image-for-the-htc-universal/#comment-346 astormont Tue, 17 Mar 2009 08:08:27 +0000 http://www.getonthenet.eu/a-ready-to-run-gpe-image-for-the-htc-universal/#comment-346 What you need to do is open up a terminal and "modprobe acx" to load the wireless driver. Then you can set the essid of your access point by "iwconfig wlan0 essid [essid]". If you're using WEP encryption you can set the key with "iwconfig wlan0 enc [key]", if you're using some other type of encryption I wouldn't know about that, sorry. After that "ifup wlan0 [ip address]". If your using DHCP set the IP to "0.0.0.0". My image was created with from open-embedded stable, but I'm thinking about creating another one from open-embedded unstable since it has better support for power management. What you need to do is open up a terminal and “modprobe acx” to load the wireless driver.

Then you can set the essid of your access point by “iwconfig wlan0 essid [essid]”.

If you’re using WEP encryption you can set the key with “iwconfig wlan0 enc [key]”, if you’re using some other type of encryption I wouldn’t know about that, sorry.

After that “ifup wlan0 [ip address]”. If your using DHCP set the IP to “0.0.0.0″.

My image was created with from open-embedded stable, but I’m thinking about creating another one from open-embedded unstable since it has better support for power management.

]]>
Comment on A ready to run GPE image for the HTC-Universal by adam http://www.getonthenet.eu/a-ready-to-run-gpe-image-for-the-htc-universal/#comment-345 adam Tue, 17 Mar 2009 00:41:05 +0000 http://www.getonthenet.eu/a-ready-to-run-gpe-image-for-the-htc-universal/#comment-345 I have been trying this for 3 years now, please help me! Is your gpe the gpe from Linux@universal because i cant get the universal to activate its wifi I have been trying this for 3 years now, please help me!
Is your gpe the gpe from Linux@universal because i cant get the universal to activate its wifi

]]>
Comment on 2 Reason why Virtual Box’ “seamless mode” isn’t seamless by Alan Haggai Alavi http://www.getonthenet.eu/2-reason-why-virtual-box-seamless-mode-isnt-seamless/#comment-289 Alan Haggai Alavi Thu, 26 Feb 2009 11:25:05 +0000 http://www.getonthenet.eu/2-reason-why-virtual-box-seamless-mode-isnt-seamless/#comment-289 Hi. I also wish that VirtualBox was truly seamless! Window management should be done by the host's window manager. Also, + window switching should switch between virtual as well as the other windows. I am waiting for such changes to happen. Right now, I run VirtualBox on a second virtual desktop. The notification area integration will be nice too. :-) Regards, Alan Haggai Alavi. Hi.

I also wish that VirtualBox was truly seamless! Window management should be done by the host’s window manager. Also, + window switching should switch between virtual as well as the other windows. I am waiting for such changes to happen. Right now, I run VirtualBox on a second virtual desktop.

The notification area integration will be nice too. :-)

Regards,
Alan Haggai Alavi.

]]>
Comment on EasyAjax-WP 0.89 Released by The First Post | The Staccato Slur http://www.getonthenet.eu/easyajax-wp-089-released/#comment-242 The First Post | The Staccato Slur Fri, 21 Nov 2008 12:10:02 +0000 http://www.getonthenet.eu/easyajax-wp-089-released/#comment-242 [...] a more technical note, I have installed a new AJAX plugin on the site. Its benefits however is easily observed; as you navigate on the site, switching pages [...] […] a more technical note, I have installed a new AJAX plugin on the site. Its benefits however is easily observed; as you navigate on the site, switching pages […]

]]>
Comment on EasyAjax-WP 0.89 Released by Ajani Mgo http://www.getonthenet.eu/easyajax-wp-089-released/#comment-241 Ajani Mgo Fri, 21 Nov 2008 03:17:07 +0000 http://www.getonthenet.eu/easyajax-wp-089-released/#comment-241 Is there any way to make the plugin write the URLs in such a way as to preserve their original addresses? i.e. instead of http://www.getonthenet.eu/index.php#http%3A%2F%2Fwww.getonthenet.eu%2Feasyajax-wp-089-released%2F|EasyAjax-WP%200.89%20Released , a more user and SEO friendly address of http://www.getonthenet.eu/easyajax-wp-089-released/ etc. I checked the Javascript libraries, but I didn't know what to change. :) Is there any way to make the plugin write the URLs in such a way as to preserve their original addresses? i.e. instead of http://www.getonthenet.eu/index.php#http%3A%2F%2Fwww.getonthenet.eu%2Feasyajax-wp-089-released%2F|EasyAjax-WP%200.89%20Released , a more user and SEO friendly address of http://www.getonthenet.eu/easyajax-wp-089-released/ etc.

I checked the Javascript libraries, but I didn’t know what to change. :)

]]>
Comment on EasyAjax-WP 0.89 Released by Neat http://www.getonthenet.eu/easyajax-wp-089-released/#comment-142 Neat Sat, 21 Jun 2008 14:00:35 +0000 http://www.getonthenet.eu/easyajax-wp-089-released/#comment-142 Neat plugin ! :D Neat plugin ! :D

]]>
Comment on EasyAjax-WP 0.89 Released by DEDP http://www.getonthenet.eu/easyajax-wp-089-released/#comment-141 DEDP Mon, 16 Jun 2008 10:07:26 +0000 http://www.getonthenet.eu/easyajax-wp-089-released/#comment-141 Love the plugin. Very nice. Searched a long time before I found this :) Love the plugin. Very nice. Searched a long time before I found this :)

]]>
Comment on EasyAjax-WP 0.89 Released by Daniel http://www.getonthenet.eu/easyajax-wp-089-released/#comment-117 Daniel Wed, 02 Apr 2008 16:01:19 +0000 http://www.getonthenet.eu/easyajax-wp-089-released/#comment-117 I love this plugin. I actually have a few problems with conflicting javascript libraries...but I understand the nature of that beast. I have a request yet. Can you register this plugin with the Wordpress plugin repository so that it shows in the list of plugins when it needs to be updated. I just noticed you updated the plugin a couple of months ago! More people might discover it as well! Thanks again for your hard work. I love this plugin. I actually have a few problems with conflicting javascript libraries…but I understand the nature of that beast.

I have a request yet. Can you register this plugin with the Wordpress plugin repository so that it shows in the list of plugins when it needs to be updated. I just noticed you updated the plugin a couple of months ago! More people might discover it as well!

Thanks again for your hard work.

]]>
Comment on EasyAjax-WP 0.89 Released by admin http://www.getonthenet.eu/easyajax-wp-089-released/#comment-97 admin Mon, 18 Feb 2008 17:59:25 +0000 http://www.getonthenet.eu/easyajax-wp-089-released/#comment-97 Hi Gerald, When the page content is updated via EasyAjax-WP, the usual javascript events are not triggered. This is a known issue, and is currently being worked on. You can workaround this issue by adding the pages to the list of "ignore links". Hi Gerald,

When the page content is updated via EasyAjax-WP, the usual javascript events are not triggered.
This is a known issue, and is currently being worked on.

You can workaround this issue by adding the pages to the list of “ignore links”.

]]>