Bratch

691
Reputation
246 views

Registered User

Name Bratch
Member for 1 year
Seen 13 hours ago
Website
Location San Diego, CA, USA
Age
10 years USN Electronics Technician, BSCS 1997, mostly work with MS .Net and SQL Server, also do some PowerShell and Maximo CMMS/EAM. I had a TSR-80 MC-10 when I was 13.
13h
comment Getting started with windows mobile development
His blog works, but most of the links in his "Categories" section do now work, including the "30 Days of" links. The last one for day 30 was on Monday, June 30, 2008, so the rest are all in June 2008. After the "30 Days of .NET [Windows Mobile Applications]" a new series starts for "30 Days of Pimp My Windows Mobile Phone."
Nov
24
awarded  Great Answer
Nov
18
comment How to transpose data in powershell
+1 for good explaination.
Nov
16
comment Are “<i>” and “<b>” tags actually deprecated?
Yeah, but "Are “<i>” and “<b>” tags actually deprecated?" I'd assume HTML 4 since 5 isn't ready yet.
Nov
16
comment Android: Learning the platform, have any app suggestions?
Making apps location aware is a great idea, especially now that more phone are released with the GPS unlocked. I'm not saying its better to think of new apps, just more difficult than actually writing the app itself.
Nov
14
answered Android: Learning the platform, have any app suggestions?
Nov
11
comment I need to learn C.
This was the book used in my algorithms class, a while back, before 1997. It was good and I'm sure it's still applicable and in a new edition by now.
Oct
29
comment How to know if a PDF contains only images or has been OCR scanned for searching?
Can you recommend one that you know works, or that I should try?
Oct
8
comment Opensource reporting services?
Yep, MSSQL Express w/ Advanced Services is free, but not open source. It has some limitations, like not being able to schedule reports, and data must be stored in the local instance. With Express you're also limited to using 1 CPU, 1 GB RAM, and 4 GB database size. It works for me, but can get slow if you throw a lot of inserts at it.
Sep
28
asked How to know if a PDF contains only images or has been OCR scanned for searching?
Sep
28
answered Google Search of PDF Documents
Sep
26
comment How did you first get interested in programming?
My first programs were similar, but on a TRS-80 MC-10, and I was about 13, in the early 80s. My problem was that it connected to a TV and we only had 1 back then, so getting TV time with brothers and sisters was the hard part.
Sep
17
awarded  Yearling
Sep
16
revised Surprising software vulnerabilities or exploits?
added paragraph about magnetic strip
Sep
3
comment SQL Server 2008 : Standard or SQL Express
Express works fine for a lot of actual products. If you have some type of distributed app that needs a local data store until it can synchronize, it will work. If you have a few web sites with low or moderate traffic and the need to store some basic data it will do the job (it is right now for me). With advanced services you also get reporting services (local data only, no subscriptions). Express is for lower-end use, developer is for developers. (developers, developers, developers, developers, ...) MySQL was not even asked about.
Jul
31
answered How to redirect the output of a PowerShell to a file during its execution
Jul
31
revised Custom code in Reporting Services report
added oleksiy.t, time intervals list
Jul
31
answered Custom code in Reporting Services report
Jul
30
comment What are things that make a programmer’s life miserable?
Nobody here runs as an admin for day to day use, and I don't even do it at home (unless UAC is on). What a select few of us get is a second admin account that we can use when needed (Run As) to perform administrative taks. It's actually not so bad doing it this way, but I'd be stuck with no admin rights at all.
Jul
30
revised Microsoft Communication control 6.0
tried it with C# not C++
Jul
28
awarded  Nice Answer
Jul
28
answered Microsoft Communication control 6.0
Jul
27
answered Surprising software vulnerabilities or exploits?
Jul
22
comment Modifying cells in SQL Server Management Studio 2005 without a mouse
+1 Just tested in 2008 and it works here too. I also use the arrows and was trying other keys like Home and End to edit, but none worked. Thanks for F2.
Jul
22
comment Modifying cells in SQL Server Management Studio 2005 without a mouse
+1 for asking, this was annoying the heck out of me. I was about to ask "Edit Column Names and Data in MS SQL Server EM or SSMS without Using the Mouse" but SO found this related question for me. It's a waste of time to reach all the way over there for the mouse.
Jul
20
revised Increasing Windows Mobile 5 Emulator Storage
using V3 not 1.0 even though that's the folder name
Jul
20
answered Increasing Windows Mobile 5 Emulator Storage
Jul
20
awarded  
Jul
17
answered Report Builder 2.0 Data Source Credentials Prompt
Jun
23
comment How do I check if a file is under a given directory, in PowerShell?
I think I get it now, you have this file path stored somewhere, and you want to see if the path part exists beneath some other specified path?
Jun
23
comment How do I check if a file is under a given directory, in PowerShell?
Yeah, the code formatting here doesn't work well for PS. This is not a full PS1 file, just stuff typed on the PS cmd line. Your question asked "How do I check if a file is under a given directory..." It looks like the other answer is also checking for a file, as you asked. I see your edit, but how can a file have a path if it doesn't even exist?
Jun
22
answered How do I check if a file is under a given directory, in PowerShell?
Jun
11
comment When/How do you do your best “sloshing”?
But if the problem is bugging you all day, and the shower is in the morning, does it just stay in your head all night, then get triggered by the morning shower? I'd be laying there trying to think about it before falling asleep.
Jun
11
comment When/How do you do your best “sloshing”?
Same for me, but the break isn't usually very quick, it takes several minutes or so, just for extra thinking time.
Jun
11
comment What happens when a code signing certificate expires?
Same thing from IE7 - cacert.org - their site certificate isn't even good - it can't be verified by a trusted certificate authority. I could get the same results by making my own certs (without retsin).
Jun
11
revised How Can I Prevent Needing to Re-sign My Code Every 1 or 2 Years?
added code sample showing how to sign with timestamp and verify
Jun
11
revised Old Developers - any future ?
added 344 characters in body
Jun
10
answered Old Developers - any future ?
Jun
10
comment Why would linked servers be prohibited?
In MSSQL 2008 you can map local server logins to the remote server and for the ones you don't map there are 4 security options. Connections will: not be made, be made w/o security context, be made with the current login context, or be made with a specific security context. Like Joel says, limit the access.
Jun
8
comment ASP.NET - best queue system for a new application
The wwf tag should be just wf (msdn.microsoft.com/en-us/netframework/…). I guess because WWF is World Wildlife Fund, not to be confused with WWE, formerly the WWF.