Posts
Mylyn is a Task-Focused Interface for Eclipse that reduces information overload and makes multi-tasking easy. It does this by making tasks a first class part of Eclipse, and integrating rich and offline editing for repositories such as Bugzilla, Trac, and JIRA.
See also
Easy Eclipse for LAMP which is fully multi-platform compatible including GNU/Linux & Apple Mac OS X now has add-ons, extensions, plug-ins for :
- DataBase
- Bugzilla, Trac, and JIRA
- SubVersion
- Trac & Subversion integration
- Log Watching
- HTML
- JavaScript
- XML & XSLT
- QA & Testing
and you can find even more Easy Eclipse plug-ins @
to make it one of the best free libre open source IDEs for LAMP web developers !
http://code.google.com/p/arora/
Arora is a simple cross platform web browser. Currently Arora is a very
basic browser whose feature list includes things like "History" and
"Bookmarks". It does not have support for netscape plugins, so no flash
support until Qt 4.5. But it is small, less than 10,000 lines of code,
very fast, lean, mean and loads of fun to hack on.
http://code.google.com/p/arora/wiki/Goals
To make rapid progress possible, we try to keep the code relatively easy to understand, straightforward algorithms and data structures are used when possible. Consistent code styling, clear, maintainable code, and we continue to improve names and code structure to aid understanding.
See Also
- http://webkit.org/
- http://nightly.webkit.org/
- JavaScript Benchmarking http://webkit.org/perf/sunspider-0.9/sunspider.html
and
- Nokia acquires Trolltech http://www.qtopiagreenphone.com/28012008/28012008
Thank you tulrich for blogging (and creating ?) the Google Earth FireFox Plug-in and the Google Earth Monster Milk Float Game !
You can write Google Earth Plug-in apps using Javascript, including game-like things. It's pretty fun. It also integrates smoothly with Google Maps API sites; basically you just enable 3D, and most things will magically work.
http://www.google.com/earth/plugin/examples/milktruck/
PS Currently (08 Jun 08 at 2:22 PM) there are only 31 del.icio.us social media linkers !
I expect there are more NOW !
Here are some Google Open Source Code projects that you might not have heard of ! Yet !
- http://code.google.com/p/android/
- http://code.google.com/p/adwords-api-php-samples/
- http://code.google.com/p/google-gadgets-for-linux/
- http://code.google.com/p/google-ajaxslt/
- http://code.google.com/p/google-checkout-php-sample-code/
- http://code.google.com/p/google-mysql-tools/
- http://code.google.com/p/gwt-google-apis/
- http://code.google.com/p/pactester/
- http://code.google.com/p/google-mmaim/
- http://code.google.com/p/google-kongulo/
- http://code.google.com/p/googleappengine/
- http://code.google.com/p/opensocial-resources/
- http://code.google.com/p/visigami/
- http://code.google.com/p/zxing/
Due to various reasons I won't go into here my post on Broadcast took a little while. Sorry for those not in my neighborhood who had to wait. Here it is.
Comments always very welcome.
I think I've just worked out why this happens ! Maybe it's because there is no CSS at all so that firefox 2.0.0.13 uses default system font-size (14px) or the text font size (in the CSS file) has been specified in pixels (px) instead of points (pt) !
i.e.
body { font-size: 12px; }
instead of
body { font-size: 12pt; }
This seems to be the problem with the WikkaWiki CSS style sheets so i've created a ticket http://wush.net/trac/wikka/ticket/764 and fixed my own WikkaWiki sites !
Here is what print / print preview looks like before and after you've added / fixed your firefox and/or CSS !
PHP Unit Testing introduction at ONLamp Testing PHP Code with PHPUnit
- Installing PHPUnit
- Writing PHPUnit tests
- Running PHPUnit tests