Loading...
DotNetKicks.com
.NET links, community driven
login
register
submit a story
upcoming stories
about
blog
Why not
join our community?
, there are
40 users online
home
users
crpietschmann
comments
DotNetKick.com is an
open-source project
. Please
report any bugs
and let us know
your great suggestions
.
Currently running svn revision
620
(rss)
Kick Spy!
,
Kick Zeitgeist
and
Kick Widgets
crpietschmann
Profile
Kicked
Submitted
Comments
Tags
Friends
Kicked By Friends
Submitted By Friends
Comments:
Where is the Code?
I looked at the code a little bit, and you spelled Parameter wrong:
namespace Incremental.Kick.Dal
{
public partial class Story
{
public static Story FetchStoryByIdentifier(string storyIdentifier)
{
return Story.FetchStoryByParemeter(Story.Columns.StoryIdentifier, storyIdentifier);
}
posted by
crpietschmann
1 year, 3 months ago
Factoring Configuration
For example, here's what I can put into my web.config:
...
<system.web>
...
<profile configSource="profile.config" />
...
</system.web>
...
Once I've done that, I can now add a profile.config file into my web site as follows:
<profile>
<properties>
<add name="Name" type="String" />
<add name="Age" type="Int32" />
</properties>
</profile>
posted by
crpietschmann
1 year, 3 months ago
An easy way to add a Ribbon Panel Office 2007 style - The Code Project
http://www.codeproject.com/cs/miscctrl/Ribbon_Panel.asp
posted by
crpietschmann
1 year, 3 months ago
Microsoft Silverlight - What an Honor!!!
Is this real?
posted by
crpietschmann
1 year, 3 months ago
Using JavaScript confirm() in ASP.NET control OnClientClick property
You dont’ really need to use an if statement within the OnClientClick since confirm returns true or false. Here’s a slightly simpler solution:
<asp:LinkButton ID=”lbtnDelete” runat=”server” CommandName=’DeleteItem’ Text=’Delete’ OnClientClick=”return confirm(’Are you sure you want to\ndelete this item?’);”></asp:LinkButton>
posted by
crpietschmann
1 year, 3 months ago
Prevent Writing To USB Drive
neat, but not appropriate for the context of DotNetKicks.
posted by
crpietschmann
1 year, 4 months ago
BlogEngine.NET on CodePlex
http://www.codeplex.com/blogengine
posted by
crpietschmann
1 year, 4 months ago
DotNetKicks auto bookmarklet
Ah, makes sense... I changed the bookmarklet in my blog post to use /kick.
posted by
crpietschmann
1 year, 4 months ago
DotNetKicks auto bookmarklet
Why change it to /kick? The "Submit a story" link on the website even links to /submit.
posted by
crpietschmann
1 year, 4 months ago
Another version of DotNetKicks?
I posted this as a story on dotenet:
http://www.dotenet.com/stories/2007/3/23/DOTENET_is_launched__a_copy-cat_of_DotNetKicks.com
posted by
crpietschmann
1 year, 4 months ago
Another version of DotNetKicks?
To heavy on graphics. One of the things I like about DotNetKicks is that it isn't fully of a bunch of unnecessary graphics, causing the pages to load quickly.
posted by
crpietschmann
1 year, 4 months ago
C#: Give your object a Default Property
Sorry for the confusion. The reason I called it a Default Property is because Microsoft has called it that in MSDN. Therefore, I have changed the title of my post to more accurately reflect what I've written about. Sorry for any confusion that may have been caused.
http://msdn2.microsoft.com/en-us/library/2b6akew6(VS.71).aspx
posted by
crpietschmann
1 year, 4 months ago
Improve Your Blog's Reach With These 20 Essential Web Utilities
Good point, I didn't think of that when I Kicked it; even though this page does link to a bunch of cool resources.
posted by
crpietschmann
1 year, 5 months ago
Is DotNetKicks smart enough?
I have to agree with the others, I wouldn't mind a couple tastefully placed ads on each page.
Here's another idea, related to making money off the site. Put a donate link on the site, and make it so when people donate it will automatically hide the ads when they are logged in for a certain period of time. This way there would be some incentive for users to give donations, and the ads would still be shown for organic traffic from search engines or for users who don't have an account.
Just a thought... This site has some great potential, and I wouldn't want to see it dissapear.
posted by
crpietschmann
1 year, 5 months ago
Is DotNetKicks smart enough?
DotNetKicks is only as smart as it's users.
posted by
crpietschmann
1 year, 5 months ago
Speedup Vista
http://speedyvista.com/
posted by
crpietschmann
1 year, 5 months ago
« Previous
1
2
3
4
5
6
7
8
Next »
Sponsored Link:
www.carlist.ie
Search:
Ads via The Lounge
DotNetKicks is an open source project from
Incremental Systems