analimodeling

Stories kicked by analimodeling

How NOT To Design a UI – The dotnetkicks Example(wijix.com)

submitted by pjacobspjacobs(375) 2 years, 10 months ago

With the advent of ajax and jquery flooding the internet, web developers are providing professional and polished web designs like never before. For example, when I search with google I type begin typing my query and google responds with other popular search terms and giving me feedback as I type. read more...

add a comment |category: |Views: 35

tags: another

Testing Your Javascript(somewebguy.wordpress.com)

submitted by webdev_hbwebdev_hb(110) 2 years, 10 months ago

TDD is becoming a very popular way to verify the integrity of your applications. In my opinion, Dynamic languages, like Javascript, benefit more from TDD than other languages as they can easily be modified at any time. This post discusses creating a simple test suite using Javascript. read more...

add a comment |category: |Views: 4

tags: another

A Simple .NET Profanity Filter(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 2 years, 10 months ago

A website I am working on right now accepts public comments, and one of the requirements is to do a basic check for dirty language. Surprisingly for such a common problem I wasn’t able to find any code on the net that did what I wanted and so I’ve ended up writing my own. The Censor class is pretty simple: you give it a list of words you want to censor, either simple text or with wildcards, and the censor will star out any matches it finds. read more...

2 comments |category: |Views: 669

tags: another

Microsoft forums – where they are?(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 10 months ago

Microsoft has a lot forums in different (community) sites with a lot of topics. In this posting I listed up Microsoft forums, their locations and forum groups (categories under which forums belong). The purpose of this posting is to provide you with important information – where you get help when you have technical problems. read more...

add a comment |category: |Views: 4

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

25 Very Important interview tips for anyone(sw-interview-questions.blogspot.com)

submitted by analimodelinganalimodeling(20) 2 years, 11 months ago

25 Very Important interview tips for beginners. These are really good tips specially for people who are newly searching for jobs or have not attended an interview from long time. read more...

add a comment |category: |Views: 18

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

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