What blogging platform (MoveableType, WordPress, DasBlog, Community Server, ...) and host (a dedicated blog host or a vanilla host of the sort that's ...
Note that I need this for unmanaged C++ apps and I guess I should have said, ALL our products are build with VC++ 2003, not just some. Most use ATL. What do...
I think many hosts these days have a canned multi-user blog that you can just use as-is, but this would give you a lot less customizability. I personally use...
... I guessed ;-) ... My preferred approach is to keep the relevant files (basically everything in include, lib, atlmfc, wtl75, PlatformSDK\include,...
I keep the Platform SDK, WTL, DirectX SDK, etc in the source control, but not the libraries that come with VS (ATL, MFC, STL). I suppose I could do that, and...
Aren't they available in the .NET SDK? Not sure about C++, but the C# and VB.net compilers are. HTH. ______________________________ - David Lanouette -...
... If that's REALLY your goal, then just use www.blogger.com and host on www.blogspot.com Totally free, no admin to speak of... -- "You hide yourself with...
... About the admin you're right . However I underspecified - I want to use our own domain names. Effectively I want a bit more brand control than blogspot ...
... TBH, I couldn't say - nor would I like to. After all, I'm not a lawyer ;-) I know where you're coming from when you refer to ATL and MFC being licensed ...
Always with the creeping requirements... bah! ... -- "You hide yourself with sanctimony, I hide myself with narcissism." --T-Bone Burnett Marc C. Brooks ...
Yeah. I discussed it with our network administrator and he seemed comfortable that as long as those who would be building the code from the repository are...
... If you have a LAMP stack server serendipity works well (www.s9y.org) and even I managed to set it up. It's PHP & MySQL based and last time I tried...
... Wouldn't be my preferred approach, although it's manageable. Just make sure you deny the log on locally right to users before you find them fixing code on...
If you have Windows/ASP.NET hosting, dasBlog isn't too hard to get working and doesn't require any database stuff. I finally got around to getting it [1] set...
I can't recommend it yet (I have yet to use it) but DotNetNuke www.dotnetnuke.com <http://www.dotnetnuke.com/> ) has a blogging module. DNN is an open source...
If you want to stay .Net, you have 3 choices, dasBlog, Community Server, and subText. As for hosting companies, I've used www.webhost4life.com, and at ...
Hi Mark, You can use Blogger to ftp to another host that is pointed to by your domain name. Or you can simply re-direct your domain name to the blogger site ...
While they don't setup a blog for your, if you're considering using DasBlog, Community Server (or any of the source-code based sites), I highly recommend ...
Hi I'd recommend WordPress on a Linux machine. I've done successful installations on Windows 2003 servers (http://brianlyttle.com). I prefer to install an...
Maybe I am missing something, but why is the .aspx extension a problem? Thanks, Shawn Wildermuth Wildermuth Consulting Services, LLC http://adoguy.com...
It seems that the prevailing reason is the changing technology...and I have to doubt that when moving from blog engines in the future that they will continue...
... http://www.w3.org/Provider/Style/URI and http://www.interact-sw.co.uk/iangblog/2004/01/12/shinyurl, amongst many others. In general I agree with the...
Does anyone know of a way to hide the address bar in IE7 Beta 3? I suspect that maybe I'm not supposed to, as an anti-phishing effort. Or maybe I am just...
Do not get me wrong...I had tried to not 'break' my urls, but some did break...but the two places where I changed the scheme (viewrant.aspx and question.aspx),...