jessenaiman

Stories kicked by friends of jessenaiman

5 Best Design Pattern Books you must read as a Software Developer(www.fromdev.com)

submitted by priyankadandekarpriyankadandekar(55) 1 year, 11 months ago

To understand and get used to design patterns is really difficult. It can be done by studying applications of design patterns, not just the patterns. Reading several books with different perspective is really important. Below is a list of 5 books which I found really valuable in understanding and effectively applying design patterns. read more...

add a comment |category: |Views: 36

tags: another

Piwik - Cool Open Source Alternative to Google Analytics(software-wikipedia.blogspot.com)

submitted by priyankadandekarpriyankadandekar(55) 2 years, 10 months ago

Piwik is a downloadable, open source (GPL licensed) web analytics software. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages and so much more. read more...

2 comments |category: |Views: 373

tags: another

Software Industry is not matured yet - SOA Hype is an example(software-wikipedia.blogspot.com)

submitted by kzvikzvi1kzvikzvi1(80) 2 years, 11 months ago

I have been part of software industry for a decade now. I had always heard few statements by other engineering practice expert, specially Mechanical and Civil Engineering experts saying that "Software industry is not as matured as Mechanical or Civil Engineering is." read more...

1 comment |category: |Views: 13

tags: another

C# 4.0 – Complete Coverage + Videos To Watch => Part 1(gaurav-kalra.spaces.live.com)

submitted by gaurav.klrgaurav.klr(100) 2 years, 11 months ago

The most popular language on .NET platform continues to evolve under the supervision of Anders Hejlsberg, after adding several functional constructs & the popular LINQ support in v3.0, its time for some dynamic flavor & making office development easy. New Features can be categorized as: Dynamic Lookup, Named & Optional Parameters, COM Interop, Covariance & Contravariance read more...

add a comment |category: |Views: 380

tags: another

Handy Regular Expressions - Zip/Postal code validation for US and Cana(software-wikipedia.blogspot.com)

submitted by kzvikzvi1kzvikzvi1(80) 2 years, 11 months ago

Handy Regular Expression Zip/Postal code validation for US and Canada in the same expression for common form validation. read more...

2 comments |category: |Views: 444

tags: another

Confirms that the entry matches a pattern defined by a regular express(coderun.com)

submitted by giladkhengiladkhen(215) 2 years, 11 months ago

Confirms that the entry matches a pattern defined by a regular expression read more...

add a comment |category: |Views: 4

tags: another

Pretty-Printing Exceptions(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 2 years, 11 months ago

Here are some snippets you might find useful for pretty-printing exception stack traces (using the trace string rather than the StackTrace class). First, a regular expression to extract namespace, method name, argument and source details from a stack trace string... read more...

add a comment |category: |Views: 29

tags: another

Regular Expression Engine in C# (the Story)(leniel.net)

submitted by lenielleniel(504) 3 years ago

A “long time ago”, more precisely 3 years ago, I was studying Automata and Formal Languages which was a Computer Engineering discipline. At that time I was amazed by the new things I was learning such as NFAs, DFAs, FSMs and Regular Expressions. For the sake of my development I started searching for programming related material that could... read more...

add a comment |category: |Views: 31

tags: another

8 Ways To Make Your Software Hacker-Proof and Crack-Proof.(ssware.com)

submitted by sswaressware(269) 3 years, 1 month ago

This article provides some useful tips and guidelines for designing effective licenses and writing effective license validation code. The philosophy is simple: to make it as difficult as possible for the hacker to 'crack' your software and cause the hacker to lose interest in your software or not make it worthwhile for him/her. read more...

add a comment |category: |Views: 23

tags: another

CryptoLicensing For .Net 2009 released(ssware.com)

submitted by sswaressware(269) 3 years, 1 month ago

CryptoLicensing for .Net is a 100% .Net solution to add licensing, copy-protection and activation capabilities to your .Net, Windows Forms (WinForms) and WPF applications, components and controls and ASP.Net web sites. CryptoLicensing uses the latest military strength, state-of-the-art cryptographic technology to generate secure and unbreakable licenses to ensure that your software and intellectual property is protected. read more...

add a comment |category: |Views: 11

tags: another

Building a Twitter Client as an Internet Explorer Add On using SpicIE(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

I came across the (Simple Plug-in Creator for Internet Explorer) SpicIE project this weekend and wanted to give it a try. So what’s a better example than to build a twitter client since it seems to be getting all the hype lately read more...

add a comment |category: |Views: 197

tags: another

Iterating Through to Find Invalid XML Files(willstrohl.com)

submitted by hismightinesshismightiness(549) 3 years, 3 months ago

In one of my DotNetNuke sites, I have a folder full of XML files. Some had become invalid recently. Here's how I tracked them down. read more...

add a comment |category: |Views: 6

tags: another

Meta-Programming with PowerShell and Regular Expressions(tellingmachine.com)

submitted by KlausKlaus(755) 3 years, 6 months ago

I am almost done with my biggest PowerShell scripting project so far. The last feature that I implemented was a flexible pattern matching facility. I wrote a procedure that would try to filter out a set of file names based on the first letters and the extensions of the file. The possible name prefixes and extensions would be provided by string arrays that could contain zero or more elements. The challenge as always with PowerShell is to understand its type conversion magic. One approach to this is to use baby steps while morphing the static regex string to a dynamically built regex string. This progression and the result is captured in this blog post. read more...

add a comment |category: |Views: 23

tags: another

Browser Performance - What's Changed with Chrome in the Mix?(ryanfarley.com)

submitted by RyanFarleyRyanFarley(585) 3 years, 8 months ago

This week Google released their new browser, Chrome. There has been so much buzz about it that it's been deafening. It is seriously amazing how passionate people get about a browser. But let's face it, a browser is likely what most people use more than any other software on their computer now days. I spend so much of my time online. Performance is important to me, just like anyone else. Since Chrome's release, I've spent some time reading performance metrics in an attempt to see past the marketing hype, and I've been pleased with what I've found. Not specifically with Chrome, but with the improvements across the board with many, but certainly not all, browsers. read more...

add a comment |category: |Views: 21

tags: another

IE8 beta 2: shit that’s good!(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 3 years, 8 months ago

Unlike beta 1, I am gladly surprised by this version! IE8 really improve the way you browse the web. The IE team seems to have listened to users more than usual, did a strong research on how people browse the web, and as a result worked a lot on user experience. read more...

add a comment |category: |Views: 31

tags: another

IE 8 looking like a November release(blogs.zdnet.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 9 months ago

I noted yesterday that Microsoft only had 11 more days within which to deliver the more customer-focused IE 8 Beta 2 if it were to hit its August deadline. According to one well-placed tipster, who requested anonymity, the current plan is for Microsoft to make IE 8 Beta 2 available for download from its Web site by August 28. And the final version is tracking for a November release, the tipster added. read more...

add a comment |category: |Views: 10

tags: another