Click here to Skip to main content

Technical Blogs


RSS feed icon

Articles submitted by members via their Technical Blog feed. Want to have the blog entries from your Technical Blog automatically posted as articles on CodeProject? It's easy!

Page 1 of 334
1 2 3 4 5 6 7 8 9 10


1. Have faith in your detective mind while dealing with php.ini and Apache2
Stick to your detective mind no matter how complex the question becomes.
(The Code Project Open License (CPOL))
Web Development » PHP » General
RizviHasan Updated: 24 May 2013
Rating: (0 votes for this Article)
2. Use TinyMCE in ASP.NET Single Page Application (SPA) using Knockout
CodeProjectIn one of our project, we were creating web site using Asp.Net single page application with knockout.js. We had to add TinyMCE html editor in one of my page. It took some time to make it work. Add binding handler for tinyMce using knock out. Please see code below ko.bindingHandlers.tinym
(The Code Project Open License (CPOL))
Web Development » ASP.NET » Samples
Shakeel Iqbal Updated: 24 May 2013
Rating: (0 votes for this Article)
3. Using Shape class to display and scale graphics in XNA, WPXNA (3)
Using Shape class to display and scale graphics in XNA, WPXNA (3).
(The Code Project Open License (CPOL))
General Programming » Game Development » XNA
zoyobar Updated: 24 May 2013
Rating: (0 votes for this Article)
4. Technical Debt: In an Agile World
What do we do about technical debt? How does it fit within Agile? Does Agile eliminate or encourage technical debt?
(The Code Project Open License (CPOL))
Development Lifecycle » Design and Architecture » General
Zac Gery Updated: 24 May 2013
Rating: (0 votes for this Article)
5. Simple shell script to kill an application
Simple shell script to kill an application.
(The Code Project Open License (CPOL))
Desktop Development » Shell and IE programming » IE Programming
RizviHasan Updated: 24 May 2013
Rating: (0 votes for this Article)
6. Why Test Driven Development?
If you don't use TDD, you need to at least try it.
(The Code Project Open License (CPOL))