turtlespin

Stories kicked by friends of turtlespin

Introducing Wijmo, a feature-packed jQueryUI based widget library(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 months, 28 days ago

A introduction to Wijmo, a jQuery UI based component library, and the rational behind the decision of adopting it vs other component libraries read more...

add a comment |category: |Views: 229

tags: another

Evolution of the Async Controller in ASP.NET MVC(codeclimber.net.nz)

submitted by dpetersondpeterson(4397) 4 months, 17 days ago

Asynchronous operations in ASP.NET MVC have always been left a bit behind. They appeared in ASP.NET MVC 2, remained untouched in v3, but now in MVC 4 (especially in combination with C# 5 and async/await) they reached the same easiness of use of the standard synchronous controller. Check out that absolutely awesome stuff you can do with them now! read more...

add a comment |category: |Views: 204

tags: another

How To Build a Modern Website in 2011(blog.tommilway.com)

submitted by pwhe23pwhe23(972) 4 months, 18 days ago

Over the past 12 months I've been on a self-imposed quest for knowledge. We're at a changing - almost revolutionary - point with the web as I (start) writing this on November 1st, 2011. Here's why read more...

2 comments |category: |Views: 777

tags: another

Windows Phone 7.5 - Using advanced tiles API(www.silverlightshow.net)

submitted by KMillerrKMillerr(2072) 4 months, 18 days ago

There is not any doubt, the first thing you meet when you use Windows Phone are the tiles. These are the large squares on the home screen that identifies some applications and they are also a distinguishable character that make your Windows Phone unique. As you know for sure, the tiles can be attached or detached from the home screen and some particular software can take advantage of double size tiles. While this is not a feature available to developers, in OS7.5, the tiles gained new features and a new set of APIs that you can use to enrich your applications. As an example you are now able to update your tiles from inside the application and you can use double faced tiles to improve information to the user. In this article I would like to explore these new features and show how to take advantage of them, while porting your software to the new operating system. read more...

add a comment |category: |Views: 57

tags: another

An Introduction to ASP.NET MVC Extensibility(www.simple-talk.com)

submitted by Harlequin7Harlequin7(20) 8 months ago

ASP.NET MVC has been designed with extensibility as its design principle. In fact, the best way to develop applications with ASP.NET MVC is to extend the system, Simone Chiaretta starts a series that explains how to implement extensions to ASP.NET MVC, covering the entire pipeline. But first, an overview... read more...

3 comments |category: |Views: 52

tags: another

Customise Subtext Core Pages – Part 1(www.siphilp.co.uk)

submitted by siphilpsiphilp(919) 8 months, 13 days ago

I wanted to take time out from subtext themes for a moment and go over a topic that I think will be of some use to such webmasters that use subtext on a multi-blog platform. Customising Subtext core pages. read more...

add a comment |category: |Views: 11

tags: another

OWASP Top 10 for .NET devs part 8: Failure to Restrict URL Access(www.troyhunt.com)

submitted by troyhunttroyhunt(831) 9 months, 26 days ago

What makes this particular risk so dangerous is that not only can it be used to very, very easily exploit an application, it can be done so by someone with no application security competency – it’s simply about accessing a URL they shouldn’t be. On the positive side, this is also a fundamentally easy exploit to defend against. ASP.NET provides both simple and efficient mechanisms to authenticate users and authorise access to content. In fact the framework wraps this up very neatly within the provider model which makes securing applications an absolute breeze. read more...

add a comment |category: |Views: 19

tags: another

OWASP Top 10 for .NET developers part 7: Insecure Cryptographic Storag(www.troyhunt.com)

submitted by troyhunttroyhunt(831) 11 months, 13 days ago

In the 7th part of the series on addressing the OWASP Top 10 within ASP.NET, we look at how cryptographic storage can be implemented securely. The post looks at how poorly implemented hashing can be easily broken with rainbow tables then moves onto secure hash algorithms, proper use of salts and the implementation of symmetric encryption. read more...

add a comment |category: |Views: 16

tags: another

Why is a Y in the Windows Phone Mango Camera API(kodierer.blogspot.com)

submitted by teichgrafteichgraf(615) 1 year ago

The new Windows Phone Mango tools will contain the Webcam CaptureSource and VideoSink API from Silverlight 4. Additionally it also introduce the new FileSink class which can be used to record the video stream as MP4 to the Isolated Storage. Most important a new PhotoCamera class with a lot of functionality is present in Mango. This blog post tries to fill the gaps and provides some information especially about the PhotoCamera's YCrCb capture methods. read more...

add a comment |category: |Views: 50

tags: another

Augmented Mango - SLARToolkit for Windows Phone(kodierer.blogspot.com)

submitted by teichgrafteichgraf(615) 1 year ago

This post announces the new Windows Phone version of SLARToolkit and also provides a sample. read more...

add a comment |category: |Views: 15

tags: another

The importance of performance testing in a Windows Phone 7 application(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 1 month ago

Simone Chiaretta highlights the importance of performance testing your applications on the Windows Phone 7 platform (where devices are not as powerful as desktops and server), illustrating with an example of an issue which caused him performance problems. read more...

add a comment |category: |Views: 8

tags: another

Continuous code quality measurement with NDepend and TeamCity(www.troyhunt.com)

submitted by troyhunttroyhunt(831) 1 year, 5 months ago

One thing I’ve found about code reviews in the past – either manual or auto-generated – is that if you do them at the end of a project, it’s too late! You always end up between a rock and a hard place where on the one hand, you feel you’ve got a steaming heap of garbage, but on the other hand you’ve got deadlines and anxious customers. What you really want to do is to bring your code quality metrics bang into the development process so they’re visible to everyone every single day. You kick them off on day one when there’s an empty project and you don’t stop until the whole thing is delivered. This is where the build server comes into play. read more...

add a comment |category: |Views: 183

tags: another

Lucene.Net needs your help (or it will die)(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help. This post explains a bit more in detail why this is happening read more...

add a comment |category: |Views: 929

tags: another

Hand picked sessions from PDC2010(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

If you are not living under a rock, probably you know that yesterday (October 28th) the PDC2010 started. If you missed the keynote of PCD 2010 here is a brief description of what I found interesting, the links to sessions I consider to be interesting (at least for me) and some considerations about SL vs HTML5. read more...

add a comment |category: |Views: 291

tags: another

Internet Explorer 9 Beta Features and Benchmarks(michaelcrump.net)

submitted by mbcrumpmbcrump(1034) 1 year, 8 months ago

In case you are living under a rock, IE9 Beta was released today. This browser is a major update to the previous version IE8. It is also supposed to give Firefox/Chrome a run for its money. How did it turn out? Read below to find out. So what are the best features of IE9? Lets give it a quick run-through then we are going to look at a few key features and a benchmark (note the benchmark is against a beta – so things may change). Hardware accelerated HTML5 Support : This is absolutely the biggest reason to upgrade to IE9. This includes the new H264 Video Support, SVG and CSS3. Brand new JavaScript Engine: Called Chakra. This will run on a separate core and allow you to render JavaScript faster. DirectX Video Acceleration – This will use less of the CPU to render video. So far it has smoked Google Chrome while playing 2 720p videos at once. Developers Tools added. Just hit F12 to access the tools. read more...

add a comment |category: |Views: 209

tags: another

Mindscape releases NHibernate Designer for VS2010(www.mindscape.co.nz)

submitted by traskjdtraskjd(3229) 1 year, 9 months ago

Mindscape, developers of the LightSpeed ORM have released a visual designer for NHibernate users. Leveraging their years of developing a Visual Studio integrated model designer for LightSpeed, the NHibernate Designer means developers can quickly and easily start working with their NHibernate solutions. Supports full database synchronization, model first and data base first development models. read more...

add a comment |category: |Views: 474

tags: another