Digital Tool Factory blog - Page 20 of 34 - Backend web development in Atlanta GA Digital Tool Factory blog - Page 20 of 34 - Backend web development in Atlanta GA

The Digital Tool Factory Blog

Quacks, Business Coaches, and useful advice

Kill all real estate agents, lawyers and life coachesphoto © 2008 Alec Vuijlsteke | more info (via: Wylio)I recently came across this post about the phenomenon of Life Coaching and I’m in the rare case of disagreeing with the specifics while agreeing with the general theory.  The book in question, Your Brain at Work: Strategies for Overcoming Distraction, Regaining Focus, and Working Smarter All Day Long by David Rock I have actually read and find to be well sourced, valid and useful.

That being said, I would recommend a sixth tell tale sign that the speaker just wants your money or attention, to wit the use of the Apple MacIntosh as an illustration of their theory.  I’ve heard this a couple of times, usually as it relates to the importance of focus, design, R&D, Marketing, knowing your customer etc.  Far too many companies are successful with the opposite of all of those attributes but they never get mentioned by the speaker.

Addendum: On the whole I favor coaching in general, self-awareness is essential to success and coaches usually provide that.   It is the systems that are suspect.

 

This post originally appeared on the Stronico blog – with the absorption of Stronico into Digital Tool Factory this post has been moved to the Digital Tool Factory blog


10
Nov 10


Written By Steve French

 

Atlanta Streetcars, the Beltline, and my own solutions

St. Louis, Missouri Mail Streetcarphoto © 2008 Smithsonian Institution | more info(via: Wylio)Somehow I’ve come across two infuriating Atlanta Transit articles in the past two day.  First was the Pricey streetcar won’t ease traffic articles from the AJC.  The second was Ryan Gravel’s speech on the Beltline at TedX Atlanta.   For more information on the Beltline check out the Wikipedia article.  I’ll let you draw your own conclusions on the worthyness of each venture, but bear in mind, my beloved hometown has no money, and neither venture solves a problem the current Atlanta residents actually have.  The Beltline seeks to change development patterns in the future to make us more European in some of our transit ways (not necessarily a bad thing), and the streetcar would

The city’s grant application said the project’s benefits would outstrip the original investment two and a half times over, largely by raising real estate values along the route.

which for some reason is not called blatant graft.

Large projects always bring to mind Donald Rumsfeld’s adage “If a problem seems insoluble, enlarge it” which was the sort of thinking that got us into the Iraq war.  Urban planning has struck me as rife with that sort of thinking lately.

And now you ask, what you you do to improve life in the city of Atlanta for it’s current residents?  Here are my top picks:

Short Term/Mostly Free

  1. Cap the number of traffic lights at it’s current level.  If new developments need more they can be taken from somewhere else.
  2. Prohibit the use of police officers directing traffic for private office buildings, this slows down intown traffic to an unneccesary crawl in many areas.  The lawyers can wait for the light like anyone else.
  3. Actually enforce jaywalking laws, this slows down traffic and leads to more accidents than one might think

Medium Term / Some Cost

  1. The problem with our current road system is not necessarily the cars, but rather the widths and lengths of the vehicles, which cause the chokepoints.  Solution: move everyone over to smaller vehicles, specifically motorized scooters (max speed 35) and bicycles.   Convert rarely used lanes lanes and sidewalks to bike and scooter only lanes.  Build overpasses over traffic lights  and allow no traffic lights or stop signs on any of these new lanes (see the Dutch experience in safety and taking away traffic signals).    Use these lanes for intown commuter traffic to replace the highways and major surface streets (such as Ponce, Moreland, North, Marietta, Northside, et al.)

Long Term – None!  We’re not that sort of city.

Thoughts anyone?

 

This post originally appeared on the Stronico blog – with the absorption of Stronico into Digital Tool Factory this post has been moved to the Digital Tool Factory blog


07
Nov 10


Written By Steve French

 

Semantic improvements for news coverage that should be in the html 5 spec

With all of the recent political news stories I thought it would be useful to filter out the wheat from the chaff, and what better way to do that than by introducing new tags to refine the semantics of the news?   Surely these are as important as H1, Strong and EM tags for news stories.

I propose that all news stories use the following tags:

  • Factual
  • Conceptual
  • Expert Prediction
  • Expert Speculation
  • Implicit Prediction
  • ImplicitAnalysis

For example, the following paragraph

The unemployment rate hit 9.3 last month as factories laid off 40,000 workers.   This news is expected to hurt incumbents in the mid term elections.   Economist Rollo Tomasi of the University of North Dakota predicted that unemployment would stabilize at 9.4% before falling to 7.2 next year.  He also said that weak seasonal demand is to blame for the slump.

There is only one bit of real news (defined as an event)  in the above paragraph, namely that factories laid off 40,000 workers last month.  Here is how the story would actually look if it were properly marked up with the new tags

<conceptual>The unemployment rate hit 9.3 last month</conceptual> <factual>as factories laid off 40,000 workers</factual>.   <ImplicitPrediction><ImplicitAnalysis>This news is expected to hurt incumbents in the mid term elections.</ImplicitAnalysis></ImplicitPrediction>   <ExpertPrediction>Economist Rollo Tomasi of the University of North Dakota predicted that unemployment would stabilize at 9.4% before falling to 7.2 next year.</ExpertPrediction>  <ExpertSpeculation>He also said that weak seasonal demand is to blame for the slump.</ExpertSpeculation>

With these tags we could filter out all of the non-news (predictions, speculations, analysis) or fine tune the level of detail to our heart’s desire.

What tags have I missed?  Thoughts anyone?  Please leave feedback in the comments below.

 

This post originally appeared on the Stronico blog – with the absorption of Stronico into Digital Tool Factory this post has been moved to the Digital Tool Factory blog


03
Nov 10


Written By Steve French

 

I just added a toll free number with VoiceNDo.com

Stronico has reached the big time in a way by adding the toll free number of (888) 491-3066 with the help of VoiceNDo.com.  So far I’m pretty impressed with the service.  VoiceNDo is a bootstrapped startup, just like us, with a great price on a needed service.  The administrative and signup process was simple and direct.

My intention with this is not to spend more time talking on the phone, but a way of offering credibility to Stronico, as well as offering another avenue for people to reach us.

 

This post originally appeared on the Stronico blog – with the absorption of Stronico into Digital Tool Factory this post has been moved to the Digital Tool Factory blog


02
Nov 10


Written By Steve French

 

How to fix the Login failed for user ‘IIS APPPOOLASP.NET v4.0’ error in IIS7 and Sql Server 2008

The Problem: You are trying to access a sql server database from your new ASP.net 4.0 site and get the error Login failed for user ‘IIS APPPOOLASP.NET v4.0’ error in IIS7 and Sql Server 2008 when logging in with the integrated security.

The Cause: The new default user for asp.net 4.0 does not have default login permissions.

The Solution: I was going to write this up, but GotToKnow.com does such an excellent job I thought I would just link to their post Login failed for user ‘IIS APPPOOLASP.NET v4.0’ error in IIS7.  It is an excellent site for that sort of information.

 

This post originally appeared on the Stronico blog – with the absorption of Stronico into Digital Tool Factory this post has been moved to the Digital Tool Factory blog


29
Oct 10


Written By Steve French

 

How to fix lengthy database records in SQL Server

The Problem: You wish to truncate database records, but you can’t remember how.  At first, Google is no help.

The Cause: You are using the term “Truncate” which is usually used to truncate a table, when all you really want to do is chop characters off of overly long database records.

The Solution: Use the “Left” syntax, as in

Select  LEFT(FullBizName, 45) AS FullBizNameShort From TableName

and that’s it!

 

This post originally appeared on the Stronico blog – with the absorption of Stronico into Digital Tool Factory this post has been moved to the Digital Tool Factory blog


20
Oct 10


Written By Steve French

 

How to fix being blocked by your web host

FiberThe Problem: For no known reason I became unable to reach my web host.  All of my websites and even the host’s public site vanished.  I could reach everything through remote desktop connections, but not from my home connection.  I had just backed up two gigs of files from one of my servers and I assumed that the web host had blocked me  (mistaken profiling).  After much back and forth with my host’s tech support team they unblocked my IP Address.  I still could not reach my host.  I inform tech support of that; they do some more digging, and they tell me that I had never been blocked at all.

I then think that my ISP (Comcast) has blocked me.  I call them, and after resetting every single part of my workstation’s DNS system, router, and modem I still cannot get to the web host.

We try connecting the workstation to the modem with a new network connection and Eureka!  It works!

I try accessing the sites again via the router, and then get the original error.  I scour the router admin screens (a four year old Linksys) and cannot find any restrictions.

I resign myself to buying a new router and do a hard reset (reverting back to the original configuation) of the existing router, just to see if that works.  It does not.  In fact, the entire router stops working.  I let it run for about 20 minutes and the router still has not reset itself.  I then do another hard reset (just for fun) and the router resets itself within 30 seconds and works perfectly.  I’m even able to get to my web host again.

The Cause: No idea, animal spirits and a gypsy curse seem to be the likely culprits.

The Solution: Two hard resets of the router seemed to do the trick, no idea why.  I did not have to get a new router, but I would like those four hours back though.

Creative Commons License photo credit: stars6 / Leonardo Rizzi

 

This post originally appeared on the Stronico blog – with the absorption of Stronico into Digital Tool Factory this post has been moved to the Digital Tool Factory blog


11
Oct 10


Written By Steve French

 

A wonderful time at Future Media, and Social Network Analysis

I had a wonderful time yesterday at the Startup Showcase at the Georgia Tech Future Media festival.    It was thought provoking on many, many levels.  One of the most insightful moments was when I realized that everyone referred to Stronico as “Social Network Analysis” in contrast to the term I use which is “Personal Network Visualization”.  Both of them mean the same thing, but majority does rule in popular terminology.

Many more thoughts soon.

 

This post originally appeared on the Stronico blog – with the absorption of Stronico into Digital Tool Factory this post has been moved to the Digital Tool Factory blog


05
Oct 10


Written By Steve French

 

I’ll be at Future Media Fest at Georgia Tech

I will be featured in their Startup Showcase, come check it out today at

 

This post originally appeared on the Stronico blog – with the absorption of Stronico into Digital Tool Factory this post has been moved to the Digital Tool Factory blog


04
Oct 10


Written By Steve French

 

How to Fix “Cannot Publish Because a Project Failed to Build” error

VS2010_Beta1_ScreenShotThe Problem: You attempt to publish your C# ClickOnce application in Visual Studio 2010, but you get the “How to Fix “Cannot Publish Because a Project Failed to Build” error” error. There are no syntax errors.

The Cause: No idea

The Solution: Simply right click on the solution in the Solution Explorer, and click “Publish” – no idea why that works, but it does.

Creative Commons License photo credit: sarnil

 

This post originally appeared on the Stronico blog – with the absorption of Stronico into Digital Tool Factory this post has been moved to the Digital Tool Factory blog


01
Oct 10


Written By Steve French

 




Copyright 2011 Digital Tool Factory. All Rights Reserved. Powered by raw technical talent. And in this case, WordPress.