DotNetShoutout - Stories tagged with blog
3
Shouts

Upgrade BlogEngine 2.0 to 2.5

published 655 days, 5 hours, 20 minutes ago posted by jphellemonsjphellemons 655 days, 16 hours, 35 minutes ago
Tuesday, August 02, 2011 9:53:42 PM GMT Tuesday, August 02, 2011 10:37:54 AM GMT
The BlogEngine team has released BlogEngine 2.5 last 27th of June. I postponed it for a while but you have to keep your Online Software up to date! So I decided to give it a try. The migration from 1.x to 2.0 was almost painless, so moving to 2.5 should work out fine too. Here is how I did it. (more)
category: Web Dev | clicked: 11 | 1 comment | | source: www.jphellemons.nl
tags: blog, Blog Engine, upgrades, migrate
3
Shouts

Adding sharing buttons for all your blogger posts

posted by http://eglasius.blogspot.com/http://eglasius.blogspot.com/ 942 days, 20 hours, 48 minutes ago
Tuesday, October 19, 2010 6:25:08 AM GMT
Adding sharing buttons for several content networks, including DotNetShoutout. A similar approach could be used in non blogger blogs / sites. (more)
category: UX | clicked: 3 | comment | | source: eglasius.blogspot.com
tags: blog, Button, Blogging, DotNetShoutout, sharing, blogger
4
Shouts

AddThis.NET: Social Bookmarking Buttons for Blogengine.NET

published 946 days, 12 hours, 22 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 946 days, 21 hours, 21 minutes ago
Friday, October 15, 2010 2:51:37 PM GMT Friday, October 15, 2010 5:52:34 AM GMT
AddThis.NET is a Blogengine.NET extensions which adds social bookmarking buttons to all of your posts. All buttons can be individually aligned, ordered and enabled or disabled. The following buttons are supported: DotnetShoutOut, Facebook Like, Facebook Share, Twitter, Google Buzz, StumbeUpon, Digg, TweetMeme, DotnetKicks and DotnetKicks.de (more)
category: How To | clicked: 5 | comment | | source: www.mbaldinger.com
tags: blog, BlogEngine.NET, Blog Engine
3
Shouts

Weekly Archive – 4th September 2010 « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 987 days, 14 hours, 40 minutes ago
Saturday, September 04, 2010 12:33:29 PM GMT
Few Tips on Customizing Debugging Window View in Visual Studio Published Date : August 29, 2010 2.  IIS Articles Archives Published Date :  September 1, 2010 Use “Obsolete” attributes to indicate Obsolete Methods Published Date:September 3, 2010 If you want to check all previous Weekly Archive, Please read http://abhijitjana.net/bl... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: blog, Weekly Archive
3
Shouts

How F# adapts to the way we think – part1

posted by TabblesTabbles 1024 days, 10 hours, 47 minutes ago
Thursday, July 29, 2010 4:25:49 PM GMT
This is the first episode of a series meant to show how easily F# adapts to the way we think. I assume no knowledge of functional languages, but I do assume knowledge of an imperative language such as C#. Suppose in your application you want to do the following: if there is a dog whose name is jerry, print “hello”. This is how we think, i.e. how the original thought forms in our mind. But, in order... (more)
category: Architecture | clicked: 0 | comment | | source: tabbles.net
tags: blog, language, F#
4
Shouts

Manually Creating a New ASP.NET Membership User in C# - Joe Stagner

published 1045 days, 13 hours, 39 minutes ago posted by jantujantu 1046 days, 6 hours, 44 minutes ago
Thursday, July 08, 2010 1:33:51 PM GMT Wednesday, July 07, 2010 8:29:25 PM GMT
Though ASP.NET controls are great, in many cases I prefer the power and flexibility of doing things in code.  I wrote the following code this week as part of a demo I’m working on and thoght I would share it. (Why write all these case statements yourself.) I hope someone finds it useful. 1: publicpartialclass NewUser : System.Web.UI.Page 2: { 3: protectedvoid Page_Load(object sender, EventArgs e) 4: { 5: Session["ContinueDestinationPageUrl"] = Request.QueryString["ReturnUrl"]... (more)
category: Web Dev | clicked: 4 | comment | | source: misfitgeek.com
tags: blog, ASP.NET
5
Shouts

5 More Tailspin Spyworks Videos Now Live - Joe Stagner

published 1051 days, 14 hours, 6 minutes ago posted by jantujantu 1053 days, 14 hours, 22 minutes ago
Friday, July 02, 2010 1:07:30 PM GMT Wednesday, June 30, 2010 12:50:50 PM GMT
The www.asp.net content team ahs pushed 5 more of my Tailspin Spyworks sample application videos live for your viewing pleasure. TailSpin SpyWorks - Adding Items to the Shopping Cart TailSpin SpyWorks - Display Shopping Cart TailSpin SpyWorks - Update the Shopping Cart TailSpin SpyWorks - Migrate the Shopping Cart TailSpin SpyWorks - Final Check Out   Work continues ……. (more)
category: How To | clicked: 3 | comment | | source: misfitgeek.com
tags: blog, ASP .NET
4
Shouts

New Videos in the Tailspin Spyworks series live - Joe Stagner

published 1072 days, 16 hours, 54 minutes ago posted by jantujantu 1073 days, 11 hours, 5 minutes ago
Friday, June 11, 2010 10:18:48 AM GMT Thursday, June 10, 2010 4:08:45 PM GMT
We’ve posted a few new videos in the Tailspin Spyworks tutorial serials. Many more in the works ! http://www.asp.net/web-forms/fundamentals http://www.asp.net/aspnet-4/videos http://www.asp.net/aspnet-4/videos/tailspin-spyworks-display-the-product-list http://www.asp.net/aspnet-4/videos/tailspin-spyworks-display-per-product-details (more)
category: Web Dev | clicked: 0 | comment | | source: misfitgeek.com
tags: blog, ASP.NET
4
Shouts

Add your recent Tweets to your web site - Joe Stagner

published 1072 days, 16 hours, 54 minutes ago posted by jantujantu 1073 days, 18 hours, 12 minutes ago
Friday, June 11, 2010 10:18:48 AM GMT Thursday, June 10, 2010 9:01:28 AM GMT
Twitter continues to gain in popularity, in part because it offers a rich and easy to use query API.Just for fun I made an ASP.NET Web Forms User Control to Display some recent Tweets on a web page.The tweets are displayed in a ListView as follows. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: misfitgeek.com
tags: blog, ASP.NET
5
Shouts

Alachisoft’s new version of NCache announced at TechEd ! - Joe Stagner

published 1073 days, 18 hours, 16 minutes ago posted by jantujantu 1074 days, 16 hours, 7 minutes ago
Thursday, June 10, 2010 8:56:59 AM GMT Wednesday, June 09, 2010 11:06:07 AM GMT
Before coming to Microsoft I owned a consulting company that specialized in solving performance and scalability problems in web applications.It always amazed me how many seeming huge problems could be solved with a little strategic caching implementation. Alachisoft’s NCache is a PREMIER provider of advanced caching technology for ASP.NET. Though ASP.NET has caching functionality built in, NCache can help you take caching in your application to the next level.Here are some of the NEW features... (more)
category: How To | clicked: 0 | comment | | source: misfitgeek.com
tags: blog, ASP.NET
6
Shouts

Can not Load Type - Starting the ASP.NET Web Site Admin Tool - Joe Stagner

published 1095 days, 13 hours, 51 minutes ago posted by jantujantu 1096 days, 8 hours, 42 minutes ago
Wednesday, May 19, 2010 1:22:43 PM GMT Tuesday, May 18, 2010 6:31:43 PM GMT
A beginner emailed me last night and I had forgotten about this little ditty !When you create a NEW project and immediately try to run the Web Site Administration Tool you will get this error. The solution is easy – BUILD FIRST !I remember being very confused the first time I got this :) (more)
category: Smart Client | clicked: 0 | comment | | source: misfitgeek.com
tags: blog, ASP.NET
6
Shouts

First 3 Videos – Building Tailspin Spyworks - Joe Stagner

published 1101 days, 1 hour, 39 minutes ago posted by jantujantu 1101 days, 10 hours, 8 minutes ago
Friday, May 14, 2010 1:34:20 AM GMT Thursday, May 13, 2010 5:05:17 PM GMT
I’ve published the first three videos on a follow-a-long series on building the Tailspin  Spyworks demo application.More Every Week !http://www.asp.net/web-forms/samples/tailspin-spyworks Technorati Tags: ASP.NET,WebForms,Video,Training (more)
category: Web Dev | clicked: 14 | comment | | source: misfitgeek.com
tags: blog, WebForms, ASP.NET
6
Shouts

Embedding the Silverlight version of the Open Media Player - Joe Stagner

published 1101 days, 17 hours, 49 minutes ago posted by jantujantu 1102 days, 17 hours, 8 minutes ago
Thursday, May 13, 2010 9:24:37 AM GMT Wednesday, May 12, 2010 10:05:11 AM GMT
I’m working on a Video Portal Application and have selected the Open Video Player for embedded viewing of videos. There are many video players out there but I selected this one becuase there are SilverLight and Flash versions in the project.Embedding is EASY ! Stay tuned to my blog for more usage context in the near future. (more)
category: Metro | clicked: 3 | comment | | source: misfitgeek.com
tags: blog, Silverlight, Microsoft, ASP.NET
9
Shouts

Whipped Together a Sample in ASP.NET MVC Archiving your contact form data - Joe Stagner

published 1107 days, 14 hours, 13 minutes ago posted by jantujantu 1108 days, 8 hours, 53 minutes ago
Friday, May 07, 2010 1:00:09 PM GMT Thursday, May 06, 2010 6:20:42 PM GMT
I store the email that comes from my blog contact form in folders and then search through them looking for trends periodically. It occurred to me that, while I need to get the emails because many of them are actionable, it would be great if I could use reporting and analysis tools against the collection.So I whipped together a sampl... (more)
category: How To | clicked: 1 | 4 comments | | source: misfitgeek.com
tags: blog, ASP.NET MVC, ASP.NET
5
Shouts

$100 000’s Worth of Free software from Microsoft - BizSpark

published 1126 days, 16 hours, 49 minutes ago posted by robertbraveryrobertbravery 1128 days, 3 hours, 19 minutes ago
Sunday, April 18, 2010 10:24:28 AM GMT Friday, April 16, 2010 11:53:59 PM GMT
Microsoft is offering you literally 100 000’s of dollars worth of software absolutely free. No upfront costs at all. You can download most of all Microsoft Software with legitimate and legal product keys, absolutely free. It’s insane. If you are a start-up business in the development arena, then you can join the Microsoft BizSpark program where you can download tons of legal Microsoft software for free. (more)
category: UX | clicked: 0 | comment | | source: www.integralwebsolutions.co.za
tags: blog, Bizspark, Startup, Blogging, Microsoft, free software
6
Shouts

Session Time Out Tricks - Misfit Geek

published 1173 days, 11 hours, 55 minutes ago posted by jantujantu 1174 days, 16 hours, 34 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 10:39:29 AM GMT
I recently received an email from a developer who needed toimplement a behavior around a user’s session timeout behavior. As you probably know, we can configure our application to “expire” a user’s session at any interval that we wish.Example:We can add a specification to our application’s web.config file to change the default session expiration time from 20 minutes to a time span of our own choosing. 10 minutes in the example above.The session timeout value is a sliding value; on each reques... (more)
category: Smart Client | clicked: 1 | comment | | source: misfitgeek.com
tags: blog, ASP.NET
7
Shouts

Postback Text Processing with the AJAX Modal Dialog - Misfit Geek

published 1177 days, 12 hours, 36 minutes ago posted by jantujantu 1178 days, 16 hours, 52 minutes ago
Friday, February 26, 2010 2:37:38 PM GMT Thursday, February 25, 2010 10:20:58 AM GMT
I’ve started blogging simple tips when I get a question from a developer that’s a bit tricky.This is one of those. Simple to do, but not always simple to find the answer.In this case the developer wanted to use an AJAX Editor Control inside a ModalPopup control.This isn’t a problem but, the user needed to clicking the OK button to cause a post-back so that he could execute some server –side logic.The ”Ok” Button is an ASP.NET control but adding a Click Event Handler for the button didn’t solve ... (more)
category: UX | clicked: 2 | comment | | source: misfitgeek.com
tags: blog, ASP.NET AJAX, ASP.NET
2
Shouts

Goodbye GPL

posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 1223 days, 7 hours, 46 minutes ago
Monday, January 11, 2010 7:27:23 PM GMT
Rene Schulte says goodbye to the GPL open source license. (more)
category: Metro | clicked: 1 | comment | | source: kodierer.blogspot.com
tags: blog, Silverlight, Open Source, OSS