Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
7answers
5k views

Starter theme for Drupal 7? Stark? Zen? [closed]

I have been using Drupal 6 for a year and always used Zen Sub-Theme for every project. So, should I keep using Zen for Drupal 7? Or is Drupal 7 bringing a better alternative? Maybe the Stark theme?
2
votes
3answers
246 views

Good ways to start an application in ASP.NET MVC

When you start creating an application or site in ASP.NET MVC, what do you do before typing in that first line of code? I'm personally fond of creating a new ASP.NET MVC Web Application project and ...
1
vote
1answer
115 views

Emacs Starter Kit Mac Not Installing

I'm trying to install this: https://github.com/technomancy/emacs-starter-kit I put the following into my ~/.emacs.d/init.el file: (require 'package) (add-to-list 'package-archives ...
1
vote
1answer
144 views

Q&A ASP.NET based starterkit or open source project?

Looking for an ASP.NET based Q&A starterkit or open source project. There's one on CodePlex but it uses Silverlight. I don't want Silverlight.
1
vote
1answer
54 views

Any starter-kits/open source support center implementations out there?

I'd like to implement a product support site in ASP.NET that will contain at least a forum and a knowledge base(FAQs). Could you recommend some good starting points? Thanks
1
vote
1answer
156 views

ASP.net error message when using REST starter kit

I've written some code using the REST starter kit and it works fine on my development machine. However, when I upload it to our server the page gives me the following error message... CS1684: ...
1
vote
4answers
4k views

ASP.NET Themes samples/starter kits

I was wondering if there was somewhere I could get some starter kit / theme sample for ASP.NET. I am not a designer, but I need to build a prototype for a project, and if I do it myself it'll ...
0
votes
0answers
152 views

XNA game - Player Profile Name Entering Menu Page [closed]

I'm developing a XNA 3D racing Game (XNA 3.1) for my studying . But I do NOT have an good idea to add a new profile name entering menu page with a text entering method. This is the platform which I ...
0
votes
1answer
382 views

DotNetNuke Starter Kit Version 05.06.01 creates an old manifest file

I installed the starter kit version 05.06.01 on visual studio 2010 and when I create a compiled module, the first line of the manifest file is: <dotnetnuke version="3.0" type="Module"> ...
0
votes
1answer
623 views

Small Business Starter kit for VS 2010: HRESULT 0x80041FEB

I've just downloaded the MS Small Business Starter kit, which is simply a smallbusiness.vsi file. I double clicked this, and got a success message after the install process. This adds a new web site ...
0
votes
1answer
128 views

WCF REST Starter Kit not filling base class members on POST

I have a WCF REST Starter Kit service. The type handled by the service is a subclass of a base class. For POST requests, the base class members are not correctly populated. The class hierarchy looks ...
0
votes
1answer
108 views

Is the WCF REST Starter Kit dead in the water… now?

Looking at an older stackoverflow post (back in June 2009, http://stackoverflow.com/questions/1006309/is-the-wcf-rest-starter-kit-dead-in-the-water), a Microsoft employee said they were pretty close ...
0
votes
2answers
179 views

Multi Language Starter Templates

I'm currently working through some code katas in multiple languages (Ruby, Perl, Python)/frameworks (Rails, Django, Mojo). It seems every time I start a new project from scratch I end up tweaking ...
0
votes
1answer
598 views

jQuery/ jQueryUI plug-in tutorial

I've got a Javascript UI component I wrote near a year ago, I've just taken another look at it and, to be frank, it could do with a re-write to make it nice and generic. The implementation uses ...
0
votes
2answers
613 views

Downloading the SubSonic Starter Kit

Here's an easy one for you... perhaps. The SubSonic Starter Kit that is discussed on the SubSonicProject Site, is MIA. All links to DL it point to the now defunct CodePlex project. There appears to ...
0
votes
1answer
159 views

Can I create a visual studio 2008 starter kit that is based on a solution file with multiple projects

I have successfully managed to create Visual Studio starter kits in the past, however as far as I am aware they can only be made at the project level. I have a solution that contains multiple ...
0
votes
6answers
255 views

ASP.NET sample applications

anyone know of some well written (but not too complex) ASP.NET web applications/websites that i could download from code.google.com or something? i just want to peek at how some other projects look to ...