Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
B

BC3Tech

@BC3Tech
About
Posts
80
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Do you hide extensions of known types?
    B BC3Tech

    naw shit naw, man. I do believe you'd get your ass kicked for doing something like that. - Office Space :)

    The Lounge com functional tutorial question

  • Is there any way to do it without programming
    B BC3Tech

    check out scheduled tasks. There are a LOT of options there for triggers - including system-level events - that you might be able to pull off what you want. click Start, type 'task schedule' and you're off.

    The Lounge com sysadmin question

  • Damn c# { }'s
    B BC3Tech

    Use the Tools.[^]

    The Lounge csharp question career

  • Anyone experience with Visual Studio Online?
    B BC3Tech

    Deflinek wrote:

    Visual Studio Online[^] is the repository not an IDE. You can use it WITH VS2013 CE but not INSTEAD.

    ^^ this. If/when you get to the point where you really want to use it for builds, etc, I have done quite a bit of configuration & experimentation in this regard and try to post those findings and other interesting things on my blog, .Netitude[^]

    The Lounge visual-studio csharp php database com

  • Why MS skipped #9 and went to #10
    B BC3Tech

    I have also heard speculation that it was due to the perception in Japan of '9' being an unlucky number.

    The Lounge learning testing sales beta-testing architecture

  • Do you know Microsoft Curah ?
    B BC3Tech

    signed up for this a long time ago when it first came out. went back to it today. I click on "my curations" up top and it takes me to my profile page. click on my name up top and it takes me to my profile page. methinks you have some bugs to squash.

    The Lounge csharp com help tutorial question

  • About Azure...
    B BC3Tech

    You can host a web site *FREE* on Azure. it's shared hosting, not scalable. http://screencast.com/t/a4sVLhsdZf[^] Furthermore you can spin up a pre-fabbed wordpress site (w/ 20mb MySQL db) for free w/ 1 click. For e-mail, just use outlook.com Welcome to the land of milk & honey :)

    The Lounge csharp database com graphics game-dev

  • Which type are you?
    B BC3Tech

    I've never had a problem with it. However I've encountered co-workers that certainly have - the interactions between us are ... funny. :) Especially when they call me over to "have a look" at something ;)

    The Lounge question mobile help

  • VSO (Visual Studio Online) m loving it
    B BC3Tech

    Thanks for the compliment on the post, hopefully you found it useful. Honestly I didn't have any Git experience either. Having an IDE built around it (Visual Studio) that does all the command-line stuff for you is very helpful. I have a friend that works at MS and the word is that internally all projects are built on Git and TFVC receives no more funding. To me that means it's going away - hence my reason for "jumping in".

    The Lounge csharp visual-studio collaboration question

  • VSO (Visual Studio Online) m loving it
    B BC3Tech

    My one gripe about VSO w/ Git is that they don't support some of the Build niceties that you get if you use TFVC. Most notably, checking drops back in to SCC. Makes it hard to fab up chained builds and separate out your projects well. Means I have had to resort to checking in binaries that could otherwise be pulled from a Drops folder if they'd bring that functionality to the Git area. Nonetheless, I have migrated *all* my projects over to VSO Git from Bitbucket & elsewhere, so I totally agree!:thumbsup:

    The Lounge csharp visual-studio collaboration question

  • Suggestions - Domain + Hosting + Email
    B BC3Tech

    My setup is DomainReg + hosting through hostgator wordpress blog installation is a 1-click setup through them, and is working very well for me. If you want to have complete control you can get dedicated server hosting. I use the shared hosting and it's totally adequate. For e-mail I have hostgator forward all my e-mail to my @outlook.com account and have an alias set up there which is my hostgator-fielded e-mail address. Therefore I have a custom domain, but get to read & send mail via outlook.com and also take advantage of their spam handling, address book, etc. It's a great set up if you've got Windows 8 and/or Windows Phone to tie the whole thing together.

    The Lounge sysadmin hosting question

  • Share your experiences with Nokia Lumia phone...
    B BC3Tech

    I've used the Lumia 822 and now 928 on Verizon. Loved them both, really nothing to complain about on either. The new Lumia Icon on VZW is a very compelling offering; lack of Glance support being the only thing people are complaining about thus far. All-in-all, I don't see a reason to buy any WP other than Nokia ones; they're the only OEM invested in the platform and constantly evolving it through 2nd party apps like Video Trimmer, Video Uploader, etc.

    about me

    The Lounge performance

  • Technical blog "download now" doesn't seem to function
    B BC3Tech

    Cannot seem to get the "download now" icon to do what the name implies. I've tried IE 11, 10, 9, and latest Chrome and clicking the icon doesn't do an RSS "update" of my feed.

    Site Bugs / Suggestions announcement

  • Configuring new Windows 8 laptop
    B BC3Tech

    read. watch. then quit yer bitchin' http://www.hanselman.com/blog/TheMissingWindows8InstructionalVideo.aspx[^]

    The Lounge asp-net oracle com business tutorial

  • GUID Survey
    B BC3Tech

    "goo-id" where "id" = "ih-d"

    The Lounge com tools question

  • Why external .DLLs sucks today
    B BC3Tech

    This is exactly what my company's currently considering and why we're considering it :) prior to this we had a build folder called "ExternalDependencies" and then a Promotions file that was processed by a home-grown MSBuild orchestrator. You doctored your file to say what external dependencies you needed and they were pulled in at build time (both in IDE and on server) from the correct place in source control.

    The Lounge csharp dotnet sysadmin question

  • Is Programming a creative Job?
    B BC3Tech

    from my standpoint the answer is a resounding YES. I know of more than just a few devs who have left positions due to lack of 'creative freedom'. That is: the ability to research, discover, and find new ways to solve problems they were facing in their current projects/solutions. Similarly, being able to learn new things and apply those findings to what you're working on is, in some what, being creative with new tools and discoveries. I think if you're in an area like computer science/software engineering, which changes SO rapidly, and aren't allowed to explore, learn, grow your skills as part of your job, your employer isn't focused on investing in you or helping you in your career. How much of that you're content with making up outside of work is up to you. If you can't do it at work, find a way to do it at home to satisfy that creative itch. Then do blog/site posts on what you discover so you get some publicity for your passions. CodeProject's a good place to do that :)

    The Lounge question career

  • Windows 8 - First Impressions
    B BC3Tech

    great post. I've been running the Consumer Preview (and then Release Preview) as my *sole* OS since they were kicked out. People were always surprised and then I simply explained it's Win7 + goodies. I would show them the lack of a start button, and you could see the panic wash over their face. My advice to everybody I've ever talked to about Windows 8 and whether or not they'll like it, if it will succeed, etc has simply been this: Use Windows 8 for 40 hours total - not 5 days where you sit down a few hours at a time, but 40 hours total before you make a judgement. Until you've done this, you haven't immersed yourself in the workflow of Desktop <-> RT, how they *can* interact (clipboard, etc) how they can't, what RT apps bring to the table, etc. So for anybody thinking about getting the RP or RTM and trying it out to see how they like it, keep this in mind before writing a post :) :cool:

    The Lounge ios sysadmin hardware announcement workspace

  • Newsletter Article, Programming Isn't Fun Anymore [modified]
    B BC3Tech

    It totally resonated with me. A few weeks back I totally had a "Peter Gibbons" day at work and just flat out wanted to change [i]careers[/i] - not go to a different employer, just flat out stop programming. I'm not sure why exactly I started feeling this way, but this article really hit a nerve with me. It's just flat out not fun. I have a co-worker that is consistently changing frameworks, APIs, new implementations, and find out how to "weave" them in to our infrastructure. It's like buying an erector set, then seeing that Lego has something you like, but instead of challenging yourself to make the same thing w/ what YOU have, you spend 4x as much time making your stuff work w/ the Legos... ugh.

    The Lounge ruby php data-structures question

  • Should Programming be a life career?
    B BC3Tech

    Work to Live. Don't Live to Work. - me (possibly heard sometime in the past, but can't remember who/where/when) :)

    The Lounge question career
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups