Upcoming Other stories

How I Would Design a Programming Degree(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 1 day, 4 hours ago

Yesterday, I attended ECPI Columbia’s Spring Advisory Board meeting. I was involved in the panel discussion regarding their IT degrees, and I viewed it as an opportunity to explain what I consider lacking in developer education. read more...

add a comment |category: |Views: 3

tags: another

Useful JavaScript and jQuery Libraries, Plugins (techbrij.com)

submitted by urenjoyurenjoy(337) 2 days, 3 hours ago

Check out useful JavaScript and jQuery Libraries, Plugins for web designing and development. read more...

add a comment |category: |Views: 5

tags: another

Quality-Jitsu, or Learning to Empty Your Cup (blogs.microsoft.co.il)

submitted by yuvmazyuvmaz(44) 1 month, 26 days ago

On martial arts and software quality read more...

add a comment |category: |Views: 4

tags: another

The Organizer of an Appointment: The Dirty Truth » Bad Echo(badecho.com)

submitted by omniscientistomniscientist(9) 2 months, 22 days ago

Discusses some interesting aspects of and the origin of the value returned by the Organizer property of an Outlook/Exchange appointment. read more...

add a comment |category: |Views: 1

tags: another

Database Installation using VCDBCMD and WIX(blogs.kungfucoder.com)

submitted by JohnBergmanJohnBergman(20) 2 months, 25 days ago

This contains a full example of building and deploying a database using the AdventureWorks sample database. read more...

add a comment |category: |Views: 2

tags: another

Legitimate Uses For Private Browsing Mode(a.shinynew.me)

submitted by burkehollandburkeholland(48) 3 months, 10 days ago

A list of valid every day uses for private browsing mode. read more...

add a comment |category: |Views: 3

tags: another

Style Selected Text with CSS3(www.chrispoulter.com)

submitted by chrispoulterchrispoulter(105) 4 months, 10 days ago

Loving some of the new things you can now do with CSS3. Recently discovered that you can add styling to text selected by the user. Begs the question where you could make use of this or in fact whether a user is ever likely to notice you have tweaked the styling for their benefit but hey... CSS3 Styled Text Selections Simply drag the cursor over the styled text and the background and color properties change. p::selection { background: red; color: white; } p::-moz-selection { background: red; color: white; } p::-webkit-selection { background: red; color: white; } This is now supported in the... read more...

1 comment |category: |Views: 6

tags: another

AppHarbor Rocks. Seriously.(trycatchfail.com)

submitted by Matt_TCFMatt_TCF(946) 4 months, 13 days ago

You kids and your applications today. Back in my day, we published our applications like real men! We didn’t have these fancy, cloud-based services like Heroku and AppHarbor. We couldn’t just type ‘git push origin’ and have our application magically show up online, ready to rock and roll. We used to dread deploying our code because of all the hoops we would have to jump through. Oh, how times have changed! read more...

add a comment |category: |Views: 7

tags: another

Inheritance In Javascript Using Prototype Keyword(pavanarya.wordpress.com)

submitted by pavanaryapavanarya(131) 4 months, 25 days ago

In this post we can see how to use prototype keyword for inheritance and many more details read more...

add a comment |category: |Views: 3

tags: another

Creating and working with classes in Javascript(pavanarya.wordpress.com)

submitted by pavanaryapavanarya(131) 5 months, 9 days ago

In this post i am providing an overview on how to create objects and classes in javascript read more...

add a comment |category: |Views: 5

tags: another

Key challenges in Agile implementations(blog.goyello.com)

submitted by blanciqblanciq(7) 5 months, 28 days ago

An Agile methodology was supposed to be a solution to solve all of our problems. But it looks like it’s not. Some issues appear when companies start to implement Agile in their organizations... read more...

2 comments |category: |Views: 1

tags: another

MSBuild Extension Pack November 2011 Release(mikefourie.wordpress.com)

submitted by rcashrcash(4149) 6 months, 13 days ago

The November 2011 release of the MSBuild Extension Pack is now available for download. read more...

add a comment |category: |Views: 6

tags: another

How can I tell whether a DLL has been registered?(blogs.msdn.com)

submitted by rcashrcash(4149) 6 months, 13 days ago

This article discusses regsvr32 and DllRegisterServer, the differences between the two, and the purposes for which they may be used. read more...

1 comment |category: |Views: 4

tags: another

Entity Framework’s CodeFirst Automatically Generates Foreign Keys For (peterkellner.net)

submitted by rcashrcash(4149) 6 months, 13 days ago

This article shows the code on how to create foreign keys using Entity Frameworks CodeFirst. read more...

add a comment |category: |Views: 5

tags: another

Getting Started with AVR Studio 5(10rem.net)

submitted by rcashrcash(4149) 6 months, 18 days ago

If you're into programming microcontrollers this article talks about coding in C/C++ with AVR controller in contrast to using the .NET Micro Framework. read more...

add a comment |category: |Views: 2

tags: another

List executed code using PostSharp (blog.drorhelper.com)

submitted by rcashrcash(4149) 6 months, 18 days ago

This post was created to answer a question on how to list all executed code using PostSharp. read more...

add a comment |category: |Views: 1

tags: another