ScioJim
Name: ScioJim
Score: 70.26
Last Seen: 862 days, 23 hours, 48 minutes ago
Member Since: 15 March, 2010
DotNetShoutout
atom rss
6
Shouts

Build Silverlight Twitter Client for Windows 7 Mobile

posted by dotnetsparkdotnetspark 1181 days, 23 hours, 50 minutes ago
Thursday, March 25, 2010 4:58:52 PM GMT
I will show only how to read statues of given user. In further parts, I will show Tweet, Re tweet and Direct Message functionalities. (more)
category: Smart Client | clicked: 0 | comment | | source: www.dotnetspark.com
tags: Silverlight, Windows 7, DotNetSpark
5
Shouts

Web 2.0 | Putting a Bing Search on your Website

posted by farooqkaiserfarooqkaiser 1181 days, 19 hours, 57 minutes ago
Thursday, March 25, 2010 8:51:59 PM GMT
In this article, i will examined how to integrate Microsoft Bing Search engine on your site. First, you would have to get APPID from Microsoft site. Here is a link.  In next step, in your project add the following web reference. http://api.search.live.net/search.wsdl?AppID=YourAppId Here is code snippets to make a call in c#. 1: LiveSearchService service = new LiveSearchService(); 2: SearchRequest request = new SearchRequest(); 3:  4: request.AppId = "YOUR APPID"; 5: requ... (more)
category: Web Dev | clicked: 3 | comment | | source: www.fairnet.com
tags: .NET, C#, ap.net
7
Shouts

.NET 4 Web Application Startup Time - Scott Hanselman

published 1177 days, 10 hours, 25 minutes ago posted by jantujantu 1179 days, 22 minutes ago
Tuesday, March 30, 2010 6:23:59 AM GMT Sunday, March 28, 2010 4:26:35 PM GMT
I was chatting with Jonathan Hawkins and some of the folks on the ASP.NET team about performance and Jonathan mentioned the startup time for large ASP.NET applications is improved on .NET 4. There are some improvements in the CLR and in ASP.NET itself that helped. If you have a giant app, you should do some tests. The word from the ASP.NET team is that you'll see improvements when the .NET framework (CLR) is warm in memory but the Web App is cold on disk. This is for shared hosting scenarios where the w... (more)
category: Web Dev | clicked: 9 | 1 comment | | source: www.hanselman.com
tags: VS2010., ASP.NET
6
Shouts

FavIcons, Internet Zones and Projects from a Trustworthy Source - Scott Hanselman

published 1177 days, 10 hours, 25 minutes ago posted by jantujantu 1179 days, 24 minutes ago
Tuesday, March 30, 2010 6:23:59 AM GMT Sunday, March 28, 2010 4:24:36 PM GMT
You ever download some code or a Visual Studio project from the web then start getting warned that the download might be evil? When you open a project file that was downloaded from the Internet Zone, you'll get a dialog like this from Visual Studio: If you're wondering "how does it know?" when your browser downloads something from the net, the zone that it came from gets marked in an Alternate Data Stream within the NTFS file system. If you use the Streams utility from SysInternals from the command... (more)
category: Web Dev | clicked: 9 | 1 comment | | source: www.hanselman.com
tags: Source code, VS2010., Tools
8
Shouts

ASP.NET- Using span tag instead of label for performance

published 1183 days, 3 hours, 39 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 1183 days, 21 hours, 11 minutes ago
Wednesday, March 24, 2010 1:09:53 PM GMT Tuesday, March 23, 2010 7:37:31 PM GMT
In ASP.NET controls used in to the user controls are generate Client Id which unique for the control and If you have so many user controls hierarchy then you will have very long client id like ‘ctl00CPHctl02BMuserLogin_UserName’.It will increase the Kilo Bytes of html rendered in the browsers. Label control is the control which is used to display text and its render as span tag in the html render by the browser. So in such type of scenario if you have so many label controls then your html is going to... (more)
category: Web Dev | clicked: 0 | comment | | source: jalpesh.blogspot.com
tags: C#.NET, Performance, ASP.NET
7
Shouts

JEF CLAES ON .NET AND LIFE: Bing API 2.0: Consume results as JSON using Javascript

published 1183 days, 3 hours, 39 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 1184 days, 9 hours, 30 minutes ago
Wednesday, March 24, 2010 1:09:53 PM GMT Tuesday, March 23, 2010 7:19:18 AM GMT
It's pretty easy to consume JSON returned from the Bing API using Javascript. There is one tricky part though. JSONP Browsers don't let you use JSON results from another website due to security restrictions. By dynamically adding a script tag on your page, you can workaround this restriction though. This technique is called JSONP. More information on JSONP can be found on Rick Strahl's blog. jQuery makes using JSONP relatively easy. The getJSON method does all the hardcore scripting for you. All... (more)
category: Web Dev | clicked: 0 | comment | | source: jclaes.blogspot.com
tags: Web, Bing api, Bing, JavaScript, jQuery
10
Shouts

Performance Optimizations Made By Microsoft, Google, and Yahoo JavaScript Minimizers - Nick Berardi

published 1242 days, 5 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 1244 days, 1 hour, 48 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Friday, January 22, 2010 3:00:33 PM GMT
In my first post about JavaScript compression and the different levels supported by the three major competitors in the JavaScript minimization, obfuscation, and optimization tools space.  I the article I discussed which tool provided the best compression in regards to the resulting byte count.  And found that Google took the over all crown with Microsoft following very closely behind.  A comment posted on that article by Eric J. Smith of Code Smith, provided a nice lead in to my second article in this se... (more)
category: Web Dev | clicked: 1 | comment | | source: www.coderjournal.com
tags: optimization, Performance, JavaScript
6
Shouts

Tracking scroll depth to reveal content engagement in Google Analytics

published 1185 days, 3 hours, 43 minutes ago posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1186 days, 19 hours, 52 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Saturday, March 20, 2010 8:57:00 PM GMT
This article investigates a way to track content engagement on your site. By monitoring how far down the page a visitor to your site travels and then recording the data in Google Analytics you can discover how many of your visitors are reading your content all the way to the end. (more)
category: Architecture | clicked: 0 | comment | | source: runtingsproper.blogspot.com
tags: analytics, Google Analytics, article, JavaScript, jQuery
8
Shouts

Useful Lambda Expressions

published 1186 days, 21 hours, 58 minutes ago posted by deanomachinodeanomachino 1188 days, 4 hours, 12 minutes ago
Saturday, March 20, 2010 6:50:43 PM GMT Friday, March 19, 2010 12:36:26 PM GMT
Useful Lambda Expressions A really useful built in feature of .Net is the Lambda expression. I've been using these for a while, but until I started looking into it, I never realized how useful these can actually be. There are loads of quick, nifty ways to get things done that might take twice as long if not using a lambda expression. All lambda expressions use the lambda operator =>, which is read as "goes to". Sometimes these expressions look a little confusing, but once you understand the general... (more)
category: Web Dev | clicked: 0 | comment | | source: deanhume.com
tags: lambda, 3.5, C#, ASP.NET
7
Shouts

ASP.NET and Load balancing.

published 1186 days, 21 hours, 58 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 1187 days, 20 hours, 46 minutes ago
Saturday, March 20, 2010 6:50:43 PM GMT Friday, March 19, 2010 8:02:37 PM GMT
In one of our project the site usage of site  was very heavy and we need to migrate it to load balancing server. I have never configured the sites in the load balancing server but it was quite interspersing experience Here are the some points which we need to  take care while we move asp.net sites into the load balancing environments. So first we will see what is load balancing. Following is a load balancing definition from the Google. In computer networking, load balancing is a technique to distribu... (more)
category: Web Dev | clicked: 0 | comment | | source: jalpesh.blogspot.com
tags: Load Balacing, ASP.NET
7
Shouts

SQL SERVER – Interview Questions & Answers Needs Your Help « Journey to SQL Authority with Pinal Dave

published 1188 days, 3 hours, 44 minutes ago posted by pinaldavepinaldave 1188 days, 12 hours, 18 minutes ago
Friday, March 19, 2010 1:04:25 PM GMT Friday, March 19, 2010 4:31:08 AM GMT
About an year ago, I had posted SQL Server related Interview Questions and Answers. It was very well received in community. I have received many comments, suggestions and emails on this subject. I am planning to upgrade the Interview Questions and Answers and take it to next level. Here, I need your help. Please your comments, suggestions, expectation or potential interview Question (along with answer) here. Your input will be very valuable. As time goes by we all learn and get better. There were few th... (more)
category: Data | clicked: 0 | 1 comment | | source: blog.sqlauthority.com
tags: SQL, SQLServer, pinaldave, SQLAuthority
6
Shouts

Build an AJAX Contact Us Form using network callbacks in ASP.NET

published 1188 days, 3 hours, 44 minutes ago posted by ScioJimScioJim 1188 days, 21 hours, 3 minutes ago
Friday, March 19, 2010 1:04:25 PM GMT Thursday, March 18, 2010 7:46:20 PM GMT
Part three of a three-part series looking at building AJAX Contact Us forms. In this article, we use network callbacks to a web service to build our application. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: blogs.sciosoft.com
tags: contact us, Callback, network, Form, Web Service, Ajax, ASP.NET
8
Shouts

Sharing the goodness that is VB : Migrating a 2007 Workflow to Visual Studio & SharePoint 2010 - Beth Massi

published 1249 days, 4 hours, 35 minutes ago posted by impaimpa 1250 days, 7 hours, 24 minutes ago
Sunday, January 17, 2010 12:14:07 PM GMT Saturday, January 16, 2010 9:24:49 AM GMT
Lately I’ve been converting an Office business application we built last year with Visual Studio 2008 to Visual Studio and Office 2010. Last couple posts we tackled converting the Outlook client piece. In this post I want to focus on the server side and show how we can convert the SharePoint 2007 workflow we built with Visual Studio 2008 to a SharePoint 2010 workflow in Visual Studio 2010. In Visual Studio 200... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: OBA, ADO.NET Data Services, workflow, article, VS2010, DevCenter, VSTO, Sharepoint
10
Shouts

Getting Started with Silverlight and Windows Phone 7 Development - Tim Heuer

published 1191 days, 3 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 1191 days, 17 hours, 53 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 10:56:15 PM GMT
Sweet. We also made available an update to Silverlight 4 that you might be interested in too! Windows Phone 7 SeriesYou may be wondering how you get started. If you are new to Silverlight, I recommend getting familiar with Silverlight first. You can find all the tools you will need at the Silverlight community site. In addition to the core tools you’ll want to get the Windows Phone Developer Tools CTP. This will add to your Visual Studio 2010 installation (or install Visual Studio Express) to enabl... (more)
category: Metro | clicked: 1 | comment | | source: timheuer.com
tags: SL, Silverlight, Windows Phone 7, SL4, Silverlight 4 RC, Windows Phone, Silverlight 4, Windows Phone 7 Series
9
Shouts

A guide to what has changed in the Silverlight 4 RC - Tim Heuer

published 1191 days, 3 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 1191 days, 17 hours, 56 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 10:52:59 PM GMT
At MIX10, Silverlight 4 released an update, the Silverlight 4 RC (release candidate). A few things have changed since the beta which was released in November. If you haven’t read my guide to Silverlight 4 you may want to check that out. The features still exist, but there are some changes to the implementations of some of the features as well as some new ones. Please go read the previous post to familiarize yourself with the features. This post will be complimentary to that and identify new/changed... (more)
category: Metro | clicked: 0 | comment | | source: timheuer.com
tags: SL, Silverlight, SL4, Silverlight 4 RC, Silverlight 4
8
Shouts

Windows Phone 7 and Silverlight - Details Revealed

published 1191 days, 3 hours, 29 minutes ago posted by gergelyoroszgergelyorosz 1191 days, 20 hours, 2 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 8:46:45 PM GMT
In the opening keynote of MIX 10 Scott Guthrie confirmed that the supported development platform for the Windos 7 Phone Series is Silverlight and XNA. He also talked about the development environment, marketplace and showed demo applications. Read on for a short summary and videos. (more)
category: Metro | clicked: 0 | comment | | source: gregdoesit.com
6
Shouts

IIS Smooth Streaming - Enhancing Silverlight Video Experiences with Contextual Data

published 1209 days, 16 hours, 19 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1210 days, 18 hours, 10 minutes ago
Friday, February 26, 2010 12:30:00 AM GMT Wednesday, February 24, 2010 10:39:03 PM GMT
Adaptive streaming addresses the problem of smooth content delivery and decoding. We walk you through the basics of IIS Smooth Streaming and demonstrate how you can manipulate audio, video and caption data in your own Silverlight projects. (more)
category: Metro | clicked: 0 | comment | | source: msdn.microsoft.com
tags: Silverlight, MSDN, MSDN Magazine
8
Shouts

Test sending email on Localhost in ASP.NET: The SMTP server alternative

published 1189 days, 4 hours, 8 minutes ago posted by ScioJimScioJim 1191 days, 14 hours, 16 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 2:33:15 AM GMT
This article describes an alternative to setting up a localhost SMTP server to test email functionality of an ASP.NET project, by saving the email to disk. The Specified Pickup Directory method is quick to implement, works well with multipage production code, and makes the project easily transferable to others. (more)
category: Web Dev | clicked: 6 | comment | | source: blogs.sciosoft.com
tags: specified pickup directory, web.config, Test, Email, web development, localhost, SMTP, ASP.NET