If you use Google Bookmarks or Google Toolbar, then bookmarks satisfying your search result will appear starred in Google Search.
Cool!
If only Google Chrome Bookmarks could be synced with Google Bookmarks (no, they cannot)….
Posted by jpluimers on 2010/03/05
If you use Google Bookmarks or Google Toolbar, then bookmarks satisfying your search result will appear starred in Google Search.
Cool!
If only Google Chrome Bookmarks could be synced with Google Bookmarks (no, they cannot)….
Posted in Google, Google Apps, Power User | Leave a Comment »
Posted by jpluimers on 2010/02/21
Zaterdag na de exercitie van Adest Musica nog even de instrumenten terugbrengen naar het Onderdak liep iets uit.
De dame achter me had 40 centimeter meer nodig…
Gelukkig niemand gewond.
En gelukkig zijn we beide goed verzekerd.
Zij moest vannochtend om 06:00 voor haar werk al in een ziekenhuis in Utrecht zijn, met vervangend vervoer.
Ik heb ook vervangend vervoer, en met dank aan Karel van Breda (van Mitsubishi Polderman), kon ik meteen mijn auto omruilen: ze nemen me alle ‘zooi’ uit handen.
Kan ik met een gerust hart komende week een kwaliteits workshop geven op de Entwickler Tage 2010
Posted in About, Adest Musica, Personal | 1 Comment »
Posted by jpluimers on 2010/02/15
I just found out that the sourcecode tag in WordPress now supports even more languages.
This is the list of languages is below, it contains links to Wikipedia for each language.
Starred ones (bold and hyperlinks in this theme are the same ) are new since my post last year.
This is a follow up on the original article Including formatted sourcecode in WordPress « The Wiert Corner – Jeroen Pluimers’ irregular stream of Wiert stuff.
–jeroen
Posted in .NET, C#, CSS, Database Development, Delphi, Development, Encoding, Java, Software Development, SQL Server, Web Development, WordPress, XML, XML/XSD | Tagged: sourcecode language | 2 Comments »
Posted by jpluimers on 2010/02/12
Google published an interesting graph generated from their internal data based on their indexed web pages.
A quick summary of popular encodings based on the graph:
Conclusion: if you do something with the web, make sure you support Unicode.
When you are using Delphi, and need help with transitioning to Unicode: contact me.
–jeroen
* Western European encodings: Windows-1252, ISO-8859-1 and ISO-8859-15.
Reference: Official Google Blog: Unicode nearing 50% of the web.
Edit: 20100212T1500
Some people mentioned (either in the comments or otherwise) that a some sites pretend they emit Unicode, but in fact they don’t.
This doesn’t relieve you from making sure you support Unicode: Don’t pretend you support Unicode, but do it properly!
Examples of bad support for Unicode are not limited to the visible web, but also applications talking to the web, and to webservices (one of my own experiences is explained in StUF – receiving data from a provider where UTF-8 is in fact ISO-8859: it shows an example where a vendor does Unicode support really wrong).
So: when you support Unicode, support it properly.
–jeroen
Posted in .NET, ASP.NET, C#, Database Development, Delphi, Development, Encoding, Firebird, IIS, InterBase, ISO-8859, ISO8859, Prism, SOAP/WebServices, Software Development, SQL Server, Unicode, UTF-8, UTF8, Visual Studio and tools, Web Development | 7 Comments »
Posted by jpluimers on 2010/02/07
The recently launched Google Chrome 4 introduced plugin support (they call it support for extensions).
Greasemonkey is a scripting plugin allowing you to on-the-fly modify the HTML in your browser. Originally it was Mozilla Firefox only.
On February 1st, Aaron Boodman – the original Geasemonkey developer who now works as Google – announced that Greasmonkey support it is available natively in Google Chrome 4.
There are some 40-thousand scripts available on userscripts.org, lots of them written by people like you and me (from simple things like filling out forms and removing ads to complex stuff like re-layouting complete pages).
The vast majority of those scripts will work in Google just as well as in Firefox, the rest (some 15 to 25 percent) need adaption. Read the rest of this entry »
Posted in Development, Google Apps, Power User, Software Development, Web Development | 2 Comments »
Posted by jpluimers on 2010/02/01
I’m trying to create a list of code completion changes in Delphi 2009 and 2010 that make life a harder (as compared to Delphi 2007).
The reason is that I want to post a summary in a QC report, so they get fixed.
Please comment below to add your own.
I’ll summarize in a week or 2.
These are the ones I found:
I have the idea that this is caused by the fact that when the code completion list becomes visible, the topmost item in the list is not automatically being selected in Delphi 2009/2010, where in Delphi 2007 (and before) it was.
It seems you now need to press the down-arrow once to select it.
That means one action extra, while the code completion list has always meant to be a productivity boost.
Please comment….
–jeroen
Posted in Delphi, Development, Software Development | 21 Comments »
Posted by jpluimers on 2010/01/28
When you edit your gmail settings, recently you often get this message if you move the focus away from the settings pane:
Your changes have not been saved.
Discard changes?
The odd thing is that the settings are indeed saved just before you move the focus away.
So I always wondered if the message can be really ignored, and this thread confirms the message indeed is harmless.
I do still wonder why I get this message mostly in FireFox and Internet Explorer, but almost never in Chrome :-)
–jeroen
Posted in Chrome, Chrome, Firefox, GMail, Google, Internet Explorer, Power User, Web Browsers | Leave a Comment »
Posted by jpluimers on 2010/01/27
Fill in an URL on this page, and it will extract all the URLs it finds on that page.
Simple. Brilliant.
Posted in Development, Power User, Software Development | Leave a Comment »
Posted by jpluimers on 2010/01/19
Recently, I had an issue while validating XML with XSD: validation in .NET using the built in classes in the System.XML namespace, and validation in native Windows using the COM objects exposed by MSXML version 6 (which incidentally ships with the .NET 3.0 framework).
Some documents validating OK in .NET did not validate well with MSXML.
I’ll show my findings below, and try to explain the difference I found, together with my conclusions.
The main conclusion is that MSXML version 6 has a bug, but I wonder why I can’t find much more information on it.
Since there is not so much ready to use for validating XML by XSD in .NET and native, I’ll include complete source code of command-line validations applications for both platforms.
.NET source code is in C#.
Native source code is in Delphi.
Read the rest of this entry »
Posted in .NET, C#, C# 2.0, C# 3.0, Delphi, Development, Software Development, Visual Studio and tools, XML, XML/XSD, XSD | 4 Comments »