Skip to main content
View by: Most Recent | Topic | Community | Webloggers   
Monthly Archives:    

Blogs by topic Blogs and user joconner

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • GlassFish • Grid 
• GUI • IDE • Instant Messaging • J2EE • J2ME 
• J2SE • Jakarta • JavaFX • JavaOne • Jini 
• JSP • JSR • JXTA • LDAP • Linux 
• Mobility • NetBeans • Open Source • OpenSolaris • OSGi 
• P2P • Patterns • Performance • Porting • Programming 
• Research • RMI • RSS Feeds • Search • Security 
• Servlets • Struts • Swing • Testing • Tools 
• Virtual Machine • Web Applications • Web Design • Web Development Tools • Web Services and XML 


J2SE

Java 7 introduces a couple interesting new Locale methods and categories, but ResourceBundle caching seems to have problems.
on Sep 18, 2011 | Permalink | Discuss
Java 7 introduces some new internationalization support, and it starts with Locale.
on Sep 13, 2011 | Permalink | Discuss
I recently installed Java 7 on my Mac OS X system. Although the installation went smoothly, I did run into one problem
on Aug 21, 2011 | Permalink | Discuss

Blogging

I've wanted to know how to do this for over a year. Not having the time in the past, well, the task just got delayed over and over. Now I finally figured this out, and I'm sharing with you. Surely there are other bloggers that prefer to use their own blog client and MarsEdit in particular if you're using an OS X client. So, without further delay, here is how I set up my own MarsEdit client to...
on Aug 20, 2010 | Permalink | Discuss

Programming

UTF-8 can help you store multilingual text, but sometimes your applications need help to display them correctly. Sometimes that help is just a hint to tell the application which charset to use when decoding the text. Can the BOM help you?
on Mar 24, 2010 | Permalink | Discuss