Looking Back at 2009 Goals
· Krehbiel Tech · · Sunday, Jan 24, 2010, 10:42 AM · 456 words · from atomapi · shorturl
- A look back at how I did on my goals for 2009.
Looking Back at 2009 Goals· Krehbiel Tech · · Sunday, Jan 24, 2010, 10:42 AM · 456 words · from atomapi · shorturl
|
A Peek at Google Web Toolkit · Krehbiel Tech · · Sunday, Nov 1, 2009, 8:20 AM · 462 words · from atomapi · shorturl · 9 comments · So I'm looking over this Google Web Toolkit thing since someone around here thinks it's the greatest thing since sliced bread. I hate to disappoint but it's conceptually the same as the much-hated ASP.NET WebForms - it's a framework to abstract HTML and Javascript away from the programmer. But instead of .NET and Visual Studio, Google's version is based on Java and Eclipse. ...5 comments snipped... : You sound a little biased. :) The bundling/spriting/whatever thing *is* cool, but it's not unique to GWT. Pssst: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/MaskedEdit/MaskedEdit.aspx - it's actually one of the easier AJAX-y things to do in ASP.NET. :) I'll still take a look at GWT, but I really wish they (Google and/or Microsoft) would stop trying to force everything into HTML+Javascript and develop a whole new way to deliver managed code to a client. : I'd just like to point out, I've been saying that for years. HTML just needs to die. : Ahh clarification: our thinclient as we know it needs to just die :) :
I say go back to VT100 terminal emulation! Actually now that I think about it HTML isn't bad as a layout model, it just stinks as a platform for interactive applications. |
Exploring Java Web Development, Part 3 · Krehbiel Tech · · Thursday, Oct 29, 2009, 6:32 PM · 174 words · from atomapi · shorturl · 2 comments · I’m happy to report that I’ve completed resurrecting JWebTrack, the terribly feature-incomplete bug tracking project I did for a Java class oh so long ago. After building an appropriate database and populating it with some data, the app worked like a charm. : Gwt Gwt Gwt :
I looked at the docs.. I'll write up my thoughts on it later. :) |
GridView, UpdatePanel and PopupControlExtender · Krehbiel Tech · · Monday, Oct 26, 2009, 6:56 PM · 781 words · from atomapi · shorturl · This is a nightmarish combination to deal with in ASP.NET 3.5. I will attempt to document what I learned today about how to get this combination working. |
Exploring Java Web Development, Part 2 · Krehbiel Tech · · Sunday, Oct 25, 2009, 8:28 PM · 446 words · from atomapi · shorturl · 2 comments · Day two of reacquainting myself with JSP development, wherein we learn that IDEs are powerful tools but they are not very friendly to newcomers. : Pretty frustrating, huh? It's a little easier once your familiar with the spec. Get a book on JEE 5. It'll help a lot. :
The biggest thing that annoys me is not knowing what I'm doing to make things work or not work. :) |
Exploring Java Web Development, Part 1· Krehbiel Tech · · Saturday, Oct 24, 2009, 11:39 PM · 503 words · from atomapi · shorturl · 2 comments Out of curiosity and recent disgruntlement with ASP.NET I decided to look into Java web development. I haven’t done this since around 2002, so of course I’ve forgotten everything I ever knew about it. Herein I will attempt to document the knowledge I uncover. : Good, sounds like your ready :) You should note, that Eclipse is written in Java. Doesn't it look nice? Run fast? Eclipse rocks. Look at my old comments (in a prior post) regarding Eclipse. There are some very nice short-cut-keys :) Oh, Apache Geronimo is better than GlassFish (IMHO) and installs like Eclipse (extract & execute). The only problem with Geronimo at the moment, is the Geronimo Eclipse Plug-in (GEP) does not support Galileo, you'll need the prior version of Eclipse (Ganymede). The nighly version of GEP works, but its harder to install and doesn't appear to support EARs. And yes, there are LOTS of choices for JEE development. Its a double edge sword, imho. Its nice once you get past the learning/entry barrier. :
clarification: the nightly version of GEP works for Galileo. |
ASP.NET Can Be Annoying· Krehbiel Tech · · Thursday, Oct 22, 2009, 8:21 PM · 178 words · from atomapi · shorturl · 7 comments I’ve been working on a new ASP.NET app at work, which gives me a new opportunity to complain about ASP.NET. ...3 comments snipped... : What da? : Oops, need to adjust url encoding there I guess. : I think I fixed the plus sign. :
Yay! |
Google Wave· Krehbiel Tech · · Tuesday, Oct 13, 2009, 7:08 PM · 501 words · from atomapi · shorturl Google Wave is all the rage among the digerati: If you don't have a Google Wave invite, you are a nobody in the industry. (The super-elite even have more than one account!) LifeHacker is already running tips and tricks even though nobody can access it. My opinion on Google Wave? Don't have it, don't need it, don't want it. |
Paulo Morgado: LINQ To SQL Tips & Tricks: String Operations [link] · Krehbiel Tech · Tuesday, Oct 13, 2009, 9:55 AM · 62 words · from delicious · This is a great post with great information about optimizing LINQ to SQL queries. But it's also a great argument against delving too far into LINQ to SQL - in the time spent learning how to optimize this one LINQ query so it produces good SQL, you could write 50 SQL queries with some simple wrapper code. I'm just sayin' is all.
|
Silverlight 3: Web App Development That Doesn’t Suck?· Krehbiel Tech · · Tuesday, Sep 29, 2009, 10:15 PM · 318 words · from atomapi · shorturl · 2 comments I’ve had some ideas for a more, let’s say, “animated” web site, but frankly large-scale Javascript development is tiresome and the thought of delving into Adobe Flash or Flex or AIR or whatever they call it now is too depressing to contemplate. With the release of Silverlight 3, I figured it was a good time to take a hard look at the Silverlight platform to see what it can do. : Naturally, a day later, I learn that there's no elegant way of displaying richly formatted text in a Silverlight app. Sigh. :
Enter "Google Web Toolkit", the next best technology to sit on the kludge of web browser. Its actually pretty nifty. Check it out. |
Joel on Software: The Duct Tape Programmer [link] · Krehbiel Tech · Monday, Sep 28, 2009, 1:35 PM · 34 words · from delicious · Spolsky's latest article is generating a surprising amount of buzz in the programming blogosphere. I can't find much to disagree with, personally. Sometimes you need programmers that can just get the stuff working.
|
Windows Live Writer, Remember Password and Atom Authentication· Krehbiel Tech · · Friday, Sep 25, 2009, 9:25 PM · 433 words · from atomapi · shorturl I was working on an Atom publishing API for my blog, since I want to use more secure authentication than is possible with the MetaWeblog API. But I had no luck getting Windows Live Writer to authenticate against my API even though it tested out correctly in every other way. I finally discovered it was a quirk of Windows Live Writer. |
The Register: Malware torrent delivered over Google, Yahoo! ad services [link] · Krehbiel Tech · Thursday, Sep 24, 2009, 5:54 PM · 57 words · from delicious · I don't know about anyone else, but I find these stories of malware being delivered through advertising networks hilarious. What more fitting punishment could their be for businesses inflicting non-stop advertising on us? Perhaps the entire Internet business model of selling to advertisers instead of users will collapse and die because of this. Go malware!
|
Slashdot: According to Linus, Linux Is "Bloated" [link] · Krehbiel Tech · Wednesday, Sep 23, 2009, 10:27 PM · 24 words · from delicious · I'm glad Linus agrees with me. Most Linux distros I've seen groan under the weight of all the useless bloatware they come with.
|
Google urges developers to get in loop with Noop [link] · Krehbiel Tech · Thursday, Sep 17, 2009, 2:00 PM · 34 words · from delicious · Google is inventing their own language. They are opening it up so anyone can make suggestions. I can't imagine how a community-built language will end up as anything but a total disaster.
|
Exploring New Programming Fonts· Krehbiel Tech · Sunday, Sep 13, 2009, 10:36 AM · 261 words · from atomapi · shorturl I’ve been a Consolas user since it came with Visual Studio 2005, but now I’m exploring some new programming fonts. Unfortunately, there are surprisingly few choices out there if you want a nice anti-aliased font that scales well. |
Russia's New Holiday: Programmer's Day [link]· Krehbiel Tech · · Sunday, Sep 13, 2009, 8:20 AM · 4 words Happy Programmer's Day! |
Search term auctions: Brand owners strike back [link] · Krehbiel Tech · Saturday, Sep 12, 2009, 9:30 AM · 16 words · from delicious · This is what Google means by "don't be evil?" You've got to be kidding me.
|
Aggravator 3.0 Plans· Krehbiel Tech · · Wednesday, Aug 19, 2009, 10:07 PM · 83 words · from mwapi I’ve started working on a major update to my RSS feed aggregator. With this new 3.0 version, I hope to resolve a lot of outstanding problems and polish things up. |
Technology Bits· Krehbiel Tech · · Wednesday, Aug 19, 2009, 10:02 PM · 368 words · from mwapi Updating the status of technology in my life, in no particular order. |
What We Didn’t Have For Amiga Development· Krehbiel Tech · · Sunday, Jun 28, 2009, 9:38 PM · 292 words · 1 comment While using Cloanto’s Amiga Forever to massage the source code for Rend24 into something that actually compiles*, I was amazed at the basic functionality we had to live without during the time I did Amiga development. :
>If only there was a way to edit, compile and link >source code on a PC and then copy the binaries over to the >Amiga |
A Router Firewall In Action· Krehbiel Tech · · Sunday, Jun 28, 2009, 7:09 PM · 90 words Is this normal for a home router? :) I get a report every week filled with scary-sounding log messages like the ones below. I guess it’s good to see that these things are caught, but it makes one wonder what kinds of things are not getting caught. |
Gave Up On Ubuntu· Krehbiel Tech · · Sunday, Jun 28, 2009, 4:09 PM · 324 words Recently I put an old 1.8GHz P4 computer in the living room to use as a dedicated media player for music, pictures and video. As an experiment, I first tried to install Ubuntu Linux as the operating system, thinking the Linux desktop had surely matured enough by now to perform this simple task. |
That Mysterious requirePermission Attribute [updated] · Krehbiel Tech · · Thursday, Jan 24, 2008, 7:38 PM · 89 words · I started upgrading an ASP.NET 1.1 project to 2.0, and I got this error: "Unrecognized attribute 'requirePermission' (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config line 14)" |
How to Create and Manage Certificates with OpenSSL· Krehbiel Tech · · Sunday, Jun 14, 2009, 9:27 PM · 2,379 words Lately I’ve been on a crusade to digitally sign my emails. I tried some free email certificates from StartSSL and Thawte, but neither one was quite what I wanted (they just show an email address with something like a generic “free member” as the common name). So I decided to try making my own certificate authority with OpenSSL. There are tons of resources on the Internet for doing this, but in this magnum opus I’m attempting to distill it all down into one place. |