Nerding Out

Export Your LinkedIn Data (2018)

I went to download my contact list for use in my shiny new CRM tool (more on that later), and the “download archive” button never became enabled.  That’s because LinkedIn has a broken dusty corner where the feature apparently doesn’t work, but if you search the help, you can find the correct endpoint (which looks […]

Export Your LinkedIn Data (2018) Read More »

2 Easy to Use Project and Task Apps

If you have been reading along, my last post was about Working Smart. Today, I followed that exact advice to evaluate 9 possible ideas, building out vision, team and shielding after prioritizing the top 3. In the previous article, I mentioned how your vision should be decomposed into steps – tasks that you can check

2 Easy to Use Project and Task Apps Read More »

Goodbye oBout, Hello DevExpress

Back in 2010, I was searching for ASP.NET controls for our team.  One member of our group had used oBout and said they were inexpensive and effective.  He was right… for an enterprise license, they are extremely inexpensive.  And, as long you didn’t try to do too much with them, they could be quite effective.

Goodbye oBout, Hello DevExpress Read More »

SQL Server Split Function Using Spaces as Delimiter

Hello – I know you can find free Split functions all over the web. But I wrote one anyway. I really like it. It is part of my search engine code which I might get around to sharing some day.   The main reason I wrote this Split? Because I wanted to be able to

SQL Server Split Function Using Spaces as Delimiter Read More »

.NET Configuration File Madness

THE SETUP Pretend you want to open an app.config or web.config file.  OK, normally, that is easy.  But, let’s say you mange a bunch of config files, and you want to write a widget that can open any of them and edit them programmatically. That means opening a config file NOT part of your EXE

.NET Configuration File Madness Read More »