DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 637 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

John_Idol Subscribe to this feed
John_Idol
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories submitted by friends of John_Idol
1
kicks
submitted by wisemx wisemx 29 days, 16 hours ago

sambbiblog.spaces.live.com — InfoMesa is a project to allow scientists to do more science and more discovery in a collaborative and data-rich environment. The metaphor that we have elected to use as the underlying fabric of the InfoMesa is a Whiteboard. InfoMesa allows any kind of data or visualization to be added to the Whiteboard. Far from static, these tools are interactive, allowing data to be absorbed from data sources like Oracle, SQL Server, Excel Spreadsheets, XML or even Cloud-based web services. InfoMesa, when complete will support imagery, video, 2D connected models, 3D models (lit in a photo realistically manner), web searches, results from web service calls, Image Tile Maps, ScatterPlots, Sticky Notes, Ink Notes, Rich Annotations and Associations. read more...

Add a comment add a comment | category: | Views: 5
tags: | tag it

3
kicks
submitted by wisemx wisemx 1 month, 29 days ago

blogs.msdn.com — One question that sometimes arises is "How can we script all database objects throught some kind of automation?" read more...

Add a comment add a comment | category: | Views: 10
tags: | tag it

3
kicks
submitted by wisemx wisemx 2 months, 1 day ago

blogs.msdn.com — I always get the same question about the future of LINQ to SQL. Finally the ADO.NET Team, which is supporting both LINQ to SQL and Entity Framework, made some clear statements. It is now clear that as of .NET 4.0, LINQ to Entities will be the recommended data access solution for LINQ to relational scenarios. The original statements can be found here: 1st: http://blogs.msdn.com/adonet/archive/2008/10/29/update-on-linq-to-sql-and-linq-to-entities-roadmap.aspx 2nd: http://blogs.msdn.com/adonet/archive/2008/10/31/clarifying-the-message-on-l2s-futures.aspx read more...

Add a comment add a comment | category: | Views: 17
tags: , | tag it

3
kicks
submitted by wisemx wisemx 2 months, 2 days ago

devlicio.us — Today I was browsing my list of RSS feeds and I stumbled upon a posting that showed some Asp.Net code. This code was nothing out of the ordinary, it was simply someone building a table with a repeater. . . read more...

Add a comment add a comment | category: | Views: 12
tags: | tag it

1
kicks
submitted by wisemx wisemx 2 months, 8 days ago

blogs.iis.net — MS Deploy - Fundamentals If you aren’t familiar with this tool yet, you’re going to want to take the time to browse the documents and give it a try. It is one of the fundamental building blocks that IIS will be building on the next several years. In it’s current beta form, it can be used to: •Migrate entire servers or individual sites from one machine to another (IIS6 –> IIS7) •Sync Servers, Sites, and Applications (IIS6 –> IIS6, and IIS7 –> IIS7) •Create offline packages that can be used as backups, version control, and deployment units Visual Studio 10 Integration! The beta also provides support for ‘delegated’ publishing, which enables Administrators to grant control to developers and Web site owners to do the packaging and publishing without being a machine administrator. This is going to be a huge boon for Shared Hosters especially, allowing richer application publishing than ever before. DiscountASP.net, one of our close hosting partners, is offering 2000 free accounts as part of a limited Beta which allows you to try out this new functionality – sign-up today, availability is limited. read more...

Add a comment add a comment | category: | Views: 9
tags: | tag it

1
kicks
submitted by wisemx wisemx 2 months, 11 days ago

learn.iis.net — This video demonstrates how Microsoft URL Rewrite Module for IIS 7.0 can be used to accomplish common URL manipulation tasks: •Enabling user friendly and search engine friendly URLs for dynamic web pages •Enforcing canonical host names for web sites •Using rewrite maps •Blocking unwanted requests Also the video shows how to troubleshoot and debug rewrite rules. read more...

Add a comment add a comment | category: | Views: 6
tags: , | tag it

2
kicks
submitted by wisemx wisemx 2 months, 12 days ago

blogs.msdn.com — Halloween, Daylight Saving Time, Bill Gates' new company and other mysterious things I've read this week ... read more...

Add a comment add a comment | category: | Views: 8
tags: | tag it

3
kicks
submitted by wisemx wisemx 2 months, 12 days ago

lifehacker.com — When every character counts, the right URL compacting service can mean the difference between saying what you want and desperately trying to fit a coherent thought into a few insufficient words. Earlier this week we asked you to share your favorite URL shrinking tools, and now we're back with the five most popular answers. Read on for a closer look at the five best URL shrinkers and to vote for the site you like best. read more...

Add a comment 1 comment | category: | Views: 7
tags: | tag it

1
kicks
submitted by wisemx wisemx 2 months, 15 days ago

blogs.msdn.com — Microsoft today launched DigiYouthz, a new programme designed to help Irish students see the incredible opportunities available from a career in the technology industry. The programme aims to address outdated stereotypes and to open students’ minds to the wide array of exciting business and technology career opportunities in the IT industry. The event will provide them with hands-on to experience of the very latest technology from computer gaming to online services and movie production. They’ll have the opportunity to use these technologies and hear from people working in a wide variety of roles at Microsoft. http://www.digiyouthz.com/ read more...

Add a comment add a comment | category: | Views: 1
tags: | tag it

2
kicks
submitted by wisemx wisemx 2 months, 17 days ago

blogs.msdn.com — A new community submitted article was just released on the Office Development with Visual Studio portal by MVP Alessandro Del Sole. In this article learn how to control the Vista operating system's speech recognition engine in .NET from a custom task pane in Microsoft Word 2007. This article compliments Alessandro's previous article on a text-to-speech add-in for Word 2007. read more...

Add a comment add a comment | category: | Views: 12
tags: , , | tag it

19
kicks
published 2 months, 16 days ago, submitted by wisemx wisemx 2 months, 19 days ago

dotnetcurry.com — Sometime back, I had written a similar article Load and Play a Video File at Runtime using Silverlight 2 Beta 2. The article made use of the OpenFileDialog class in Silverlight Beta2 to load files at runtime. There have been quite a few breaking changes from Beta 2 to the final release of Silverlight. One of these changes affects Silverlight 2 application using the OpenFileDialog. In this short article, we will study these changes and explore how to load and play media files at runtime using the OpenFileDialog control using the final release of Silverlight 2. read more...

Add a comment add a comment | category: | Views: 114
tags: | tag it

4
kicks
submitted by wisemx wisemx 2 months, 20 days ago

blogs.msdn.com — ToolTips are quite useful for for displaying helpful information when the user hovers over a control. The way that ToolTips are usually used is by setting the ToolTipService.ToolTip property to some text. This will display the text in a rather bland rectangle, without wrapping. Here are some ways to make your ToolTips more useful and nicer looking. read more...

Add a comment add a comment | category: | Views: 10
tags: | tag it

1
kicks
submitted by wisemx wisemx 2 months, 21 days ago

blogs.msdn.com — Hotfix 929182 not updating Windows Media Encoder 9 components as expected on Vista I was in training a few weeks ago (WMS 2008 new features) and found that no matter what I did I was not able to get hotfix KB929182 installed on my Vista lab machine. The hotfix would act as if it installed correctly but the affected DLLs were not updated. The title of the KB in question is: “FIX: You may experience issues when you use Windows Media Encoder 9 Series on a computer that is running Windows Vista“. After having a number of CDNs report this issue, we investigated further and another engineer on my team was able to figure out the steps necessary to get this KB to actually install as expected. We think we know why this is occurring but we are still investigating. The steps below should help you to get around the issue until we can get the patch updated (assuming our requested changes are accepted). read more...

Add a comment add a comment | category: | Views: 6
tags: | tag it

2
kicks
submitted by wisemx wisemx 2 months, 24 days ago

blogs.msdn.com — Tim will talk about using ADO.NET Data Services with Silverlight. As Silverlight 2 releases more organizations will be looking at the platform for business applications. Of course, most applications leverage some type of data in the workflow, whether that is simply presenting it or enabling users to operate (create,update,delete) on that data. We'll take a look at how some pieces of the .NET ecosystem help enable this quickly for Silverlight developers, specifically Silverlight 2, ADO.NET Data Services and .NET Framework 3.5 SP1. This will be broadcast live on Wednesday 15th of October at 15:00 (Irish time!) read more...

Add a comment add a comment | category: | Views: 8
tags: | tag it

18
kicks
published 2 months, 25 days ago, submitted by wisemx wisemx 2 months, 25 days ago

microsoft.com — Redmond, Wash. — Oct. 13, 2008 — Microsoft Corp. today announced the availability of Silverlight 2, one of the industry’s most comprehensive and powerful solutions for the creation and delivery of applications and media experiences through a Web browser. Silverlight 2 delivers a wide range of new features and tools that enable designers and developers to better collaborate while creating more accessible, more discoverable and more secure user experiences. read more...

Add a comment 3 comments | category: | Views: 281
tags: , , | tag it

2
kicks
submitted by wisemx wisemx 2 months, 27 days ago

garyvaynerchuk.com — ROI. I am talking about Return on the Investment of your advertising dollar. Traditional media advertising is incredibly expensive and doesn’t provide nearly the rate of return you can derive from intelligent web-based marketing campaigns in 2008 and beyond. read more...

Add a comment add a comment | category: | Views: 9
| tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge