Browse by Tags
All Tags »
C# (
RSS)
Below a list of interesting links that I found this week: Frontend: Websites Shouldn't Look The Same Across Different Browsers…Here Is Why Be Cool and Write Your Own jQuery Selectors 5 Reasons & Resources for Validating Your HTML What is a Supercookie...
Below a list of interesting links that I found this week: Interaction: A simple introduction to web accessibility Frontend: Techniques, Strategies and Patterns for Structuring JavaScript Code Techniques, Strategies and Patterns for Structuring JavaScript...
Below a list of interesting links that I found this week: Frontend: CSS Attribute Selectors: How and Why You Should Be Using Them Learning To Use The :before And :after Pseudo-Elements In CSS 10 JavaScript Shorthand Coding Techniques Development: C#/...
Below a list of interesting links that I found this week: Frontend: The do's and don'ts of Flash Aside vs. Blockquote in HTML5 Development: C#/.NET Little Wonders: The Nullable static class C#/.NET Little Pitfalls: Operators are Overloaded, not Overridden...
In part 4 of the Nifty .Net series we have the Enumerable.Any method. The Any method is part of the .NET 3.5 LINQ framework, so it’s only available in .NET 3.5 and upwards. The Any method determines whether a sequence contains any elements. The method...
Below a list of interesting links that I found this week: Interaction: Design Usability and All About It Frontend: CSS Lint – CSS Cleaning Tool 10 HTML Entity Crimes You Really Shouldn’t Commit Development: OWASP Top 10 for .NET developers part 7: Insecure...
Below a list of interesting links that I found this week: Frontend: The 10 JavaScript Mistakes you’re Making Normalize CSS render all elements consistently Development: Top 10 Git Tutorials for Beginners C#/.NET Little Wonders: Empty(), DefaultIfEmpty...
And there is part 3, String.PadLeft, this method will add a specified character to the left side of string till the specified length is met. The method definition: public string PadLeft( int totalWidth, char paddingChar) .csharpcode, .csharpcode pre ...
Below a list of interesting links that I found this week: Frontend: 10 handy jQuery mobile tips and snippets to get you started Development: 8 Tips to Secure a WordPress Site C#/.NET Little Wonders: 5 Easy Ways to Combine Sequences Mobile: The State of...
In part 2 the generic method Enumerable.Empty<T>, as the name would say it returns a empty IEnumerable of T: public static IEnumerable<TResult> Empty<TResult>() .csharpcode, .csharpcode pre { font-size: small; color: black; font-family...
More Posts
Next page »