| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
6 Articles match "How To"
See all articles with
"How To"
| The Latest from Ardent Dev | MORE | | When is software done? We deployed it and handed it over to the client’s internal team where it stayed live but untouched. After a year in prod, I got an email from the client asking how to cancel a subscription. Apparently someone had signed up and wanted out but was unwilling or unable to use the self-serve features. You can have more work to do than you can possibly get done. Software developers are accustomed to being asked “when will you be done? The code is ready to deploy. Are you done yet? The building of software is a funny thing. Development Ardent Dev - Sunday, February 13, 2011 Survival Skills for Developers You’re going to want to take along a few basics: maybe some matches, a tent or shelter of some sort, a bit of food, and some dry clothes. To survive you need the right tools / supplies and the skills to use them. To survive in the woods you obviously need to walk and breathe, but you also need to start a fire and build a shelter. What you absolutely should avoid is writing all your data access code from scratch every time you need to work with data. like to think I have a nice moderate middle-of-the-road perspective. Outcode. Ardent Dev - Wednesday, February 10, 2010 Fix for WordPress XMLRPC 500 Internal Server Error One of my WordPress-based sites ( [link] ) was not working when I tried to publish posts containing images from Windows Live Writer. was able to fix the problem by making a small change to the database. enabled Failed Request Tracing in IIS7 to find out what was happening server-side to cause the HTTP 500 error. Apparently the database didn’t like that… I investigated further and discovered that the post_parent column in my database was set to BIGINT UNSIGNED. How Do I Fix This? Welcome to the MySQL monitor. The Error Message. Ardent Dev - Wednesday, July 15, 2009 | | The Best from Ardent Dev | MORE | | Survival Skills for Developers You’re going to want to take along a few basics: maybe some matches, a tent or shelter of some sort, a bit of food, and some dry clothes. To survive you need the right tools / supplies and the skills to use them. To survive in the woods you obviously need to walk and breathe, but you also need to start a fire and build a shelter. What you absolutely should avoid is writing all your data access code from scratch every time you need to work with data. like to think I have a nice moderate middle-of-the-road perspective. Outcode. Ardent Dev - Wednesday, February 10, 2010 When is software done? We deployed it and handed it over to the client’s internal team where it stayed live but untouched. After a year in prod, I got an email from the client asking how to cancel a subscription. Apparently someone had signed up and wanted out but was unwilling or unable to use the self-serve features. You can have more work to do than you can possibly get done. Software developers are accustomed to being asked “when will you be done? The code is ready to deploy. Are you done yet? The building of software is a funny thing. Development Ardent Dev - Sunday, February 13, 2011 Fix for WordPress XMLRPC 500 Internal Server Error One of my WordPress-based sites ( [link] ) was not working when I tried to publish posts containing images from Windows Live Writer. was able to fix the problem by making a small change to the database. enabled Failed Request Tracing in IIS7 to find out what was happening server-side to cause the HTTP 500 error. Apparently the database didn’t like that… I investigated further and discovered that the post_parent column in my database was set to BIGINT UNSIGNED. How Do I Fix This? Welcome to the MySQL monitor. The Error Message. Ardent Dev - Wednesday, July 15, 2009 | - Video Show on What’s New in Visual Studio 10
The first episode is a pretty introductory walkthrough showing you how to download and run the Virtual PC image with the CTP build. There’s a new show on Channel 9 called 10-4 that looks at what’s new in.NET Framework 4 and Visual Studio 10. Host Brian Keller even takes you through the process of hacking the virtual machine’s clock so the CTP won’t expire on January 1, 2009. Based on comments so far, I’d say I’m not the only one who found the 10-4 music a bit loud / distracting and a bit sucky. Hopefully they’ll fade it out next time.). Ardent Dev - Friday, December 19, 2008 - Video Show on What’s New in Visual Studio 10
The first episode is a pretty introductory walkthrough showing you how to download and run the Virtual PC image with the CTP build. There’s a new show on Channel 9 called 10-4 that looks at what’s new in.NET Framework 4 and Visual Studio 10. Host Brian Keller even takes you through the process of hacking the virtual machine’s clock so the CTP won’t expire on January 1, 2009. Based on comments so far, I’d say I’m not the only one who found the 10-4 music a bit loud / distracting and a bit sucky. Hopefully they’ll fade it out next time.). Ardent Dev - Friday, December 19, 2008 - Video Show on What’s New in Visual Studio 10
The first episode is a pretty introductory walkthrough showing you how to download and run the Virtual PC image with the CTP build. There’s a new show on Channel 9 called 10-4 that looks at what’s new in.NET Framework 4 and Visual Studio 10. Host Brian Keller even takes you through the process of hacking the virtual machine’s clock so the CTP won’t expire on January 1, 2009. Based on comments so far, I’d say I’m not the only one who found the 10-4 music a bit loud / distracting and a bit sucky. Hopefully they’ll fade it out next time.). Ardent Dev - Friday, December 19, 2008 %>
354 Articles match "How To"
See all articles with
"How To"
| The Latest from DevelopMentor | MORE | | Using repeating elements in #AngularJS 'Index: Getting started with AngularJS Creating an AngularJS Controller The AngularJS $scope is not the MVC Model Using repeating elements in #AngularJS In the previous posts I showed how to get started with AngularJS and use some of the basic AngularJS directives to data bind. In these examples I uses a really simple single element to bind to. However in lots of business cases you really need to display a list of repeating elements. Fortunately this is really easy to do. Take a look at the simple list of people below. 2: 3: $scope.people = [. The Problem Solver - Friday, May 10, 2013 A Roundup of MongoDB Management Tools Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. It’s time to look around and see what management / monitoring tooling is around these days for MongoDB. There are many different options to choose depending on your platform and use-cases. Key features : Complete (albeit command-line only) access to MongoDB. So you should take the time to learn it properly. Especially since you’ll need to know most of the features to take advantage of Robomongo above anyway. SQL Server Management Studio ). Michael C. Kennedy's Weblog - Monday, April 22, 2013 The #AngularJS $scope is not the MVC Model 'Index: Getting started with AngularJS Creating an AngularJS Controller The #AngularJS $scope is not the MVC Model In the previous post I showed how to create and use an MVC Controller in AngularJS to manage the logic of an application. In this post I showed how to use the $scope variable that is passed into the Controller to share data between the Controller and the View. This may lead you to believe that the $scope is the MVC Model used but you would be completely wrong. Maybe not a big change but important to get right. 10: 11: 12: +. The Problem Solver - Monday, April 15, 2013 | -
| The Best from DevelopMentor | MORE | - How to improve a team's velocity?
By way of wrapping up my velocity mini-series ( Two ways to fill and iteration , Filling an iteration too well , and Velocity Targeting and Velocity Inflation ) I’m going to end with some advice on how to improve a team’s velocity. Over time these add up to big improvements. To use economic logic: this is about improving the supply-side. The supply-side argument (largely monetarist) suggests the way to solve unemployment is not to increase demand (Keynes style) but to loosen and liberalise the labour market. But back to software. Allan Kelly's Blog - Thursday, July 1, 2010 - How to rip audio books
So i listen to a lot of audio books, and here's how i create the mp3 of them. Overview we are going to create bite size files about 30 minutes each. link] 4) set your encoding bitrate to 64k & stereo, this is a very high quality audio book. To do this double click a track. then label them, and create the id tags. finally we'll attach a picture. Make sure the book is UNABRIDGED 1) get a ipod - i prefer the nano. link] Ripping 2) download audiograbber & install. link] 3) download lame encoder & install. select the Sectors>Last. And there you go Llewellyn Falco - Sunday, July 6, 2008 - How to build a Development/Test/Demo CA
So I ended up running Windows Cerificate Services which proved to be an easy to use, robust solution. just had to rebuild my Test CA (on Hyper-V) so I thought I'll document the important steps (for self-reference and whoever might be interested). They usually expire on the very day where you have to do an important demo. Now by default there is an entry pointing to the CA's Netbios name. better solution is to create a revocation list once, and store that at a publicly available location. Next you have to publish a CRL. Set it to e.g. five years. www.leastprivilege.com - Thursday, August 14, 2008 - How to get started with Knockout.js
Once you get into doing more client side JavaScript code with business applications and REST services you are going to run into the question of how to construct the client side HTML required to show the data to the users. Using jQuery Assuming most people are going to be using jQuery on the client you might start with some jQuery code to generate HTML. And in all likelihood the actual HTML that needs to be generated will be quite a bit more complex. The next step people tend to take is using templates. click( function () {. $.getJSON( The Problem Solver - Monday, February 6, 2012 - How to data bind to collections using Knockout.js
I showed to to get started with the awesome Knockout.js In this post I am going to show how easy it is to load a collection of items from a REST service and data bind to the complete collection. To data bind to collections of data Knockout supports the foreach data binding. In the example below I am using an html to display a list of books. The has the data binding attribute so its contents are going to be repeated for each item in the collection being used, books in this case. and controlling updates using Knockout.js Title. The Problem Solver - Wednesday, February 15, 2012 %>
| | |