Click here to Skip to main content
Blog Articles | Add your Blog | FAQ

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 509
1 2 3 4 5 6 7 8 9 10


1. Clustering Similar Images Using MapReduce Style Feature Extraction with C# and R
Abstract This article provides a full demo application using both the C# and R programming languages interchangeably to rapidly identify and cluster similar images.   The demo application includes a directory with 687 screenshots of webpages.  Many of these images are very similar with different dom
(The GNU General Public License (GPLv3))
Web Development » Charts, Graphs and Images » Images and multimedia
Jake Drew Updated: 3 Jul 2014
Rating: (No votes for this Article)
2. Migrate WordPress to Google App Engine
Why not run WordPress on Google App Engine? You will get performance and stability while only paying for the resources you actually use. Reading the official Google tutorial "Running WordPress in App Engine" it gives you a fare idea what you are in for. But if you want to migrate a currently running
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Kristofer Kallsbo Updated: 2 Jul 2014
Rating: (No votes for this Article)
3. Review – 50 Articles completed on WCF Tutorial
By publishing my last article “WCF Hosting in IIS Simplified“, I have completed a milestone of 50 WCF Tutorial on Windows Communication Foundation for beginners as well as professional developers. Throughout this journey, my intention was to follow a practical and step by step approach t
(The Code Project Open License (CPOL))
Web Development » Wiki.ASP.NET articles » General
Imran Abdul Ghani Updated: 2 Jul 2014
Rating: (No votes for this Article)
4. Open Letter to ???
This post was imported from blogspot.I have a letter I would like to send to relevant leaders at Google and Mozilla, but I'm not sure to whom I send it. I did send it to Javascript inventor and Mozilla CEO Brendan Eich--just before he stepped down for holding a conservative political belief. Who to
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Qwertie Updated: 2 Jul 2014
Rating: (No votes for this Article)
5. The root of all evil is optimization? Or apathy?
This post was imported from blogspot.You've probably heard the refrain "Premature optimization is the root of all evil". Well, how did that turn out? Every Windows computer is filled with little gadgets in the system tray. Users may not know what those little icons are, but each one seems to make th
(The Code Project Open License (CPOL))
Third Party Products » Reviews on Third Party Products and Tools » General
Qwertie Updated: 2 Jul 2014
Rating: (No votes for this Article)
6. Grammars: theory vs practice
This post was imported from blogspot.Theoretical literature is often written in a baffling mathematical form, so I decided to write this post to help people understand the theoretical representation of grammars. My parser generator, LLLPG, does not actually use the representation described here, tho
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Qwertie Updated: 2 Jul 2014
Rating: (No votes for this Article)
7. High Resolution Clock in C#
This article will be mainly about resolution (and precision and accuracy to some extend).
(The Code Project Open License (CPOL))
Languages » C# » General
Sebastian Krysmanski Updated: 2 Jul 2014
Rating: 5.00/5 (1 vote)
8. Store Data from an HTML Canvas as a Byte[] and Save it in Azure
As Part of a bigger project I am doing right now, I wanted to be able to store data from a HTML Canvas as a byte[] and save it in Azure blog storage. I thought that this by iteself may make an interesting post. I have not posted up any code this time, but all […]
(The Code Project Open License (CPOL))
Cloud Computing » Azure » General
Sacha Barber Updated: 2 Jul 2014
Rating: (No votes for this Article)
9. Master the Managed Azure Mobile Services Backend–Part Three
In the second part of this series you learned about the MVC pattern. ASP .NET, Katana and you created your first managed service using Visual Studio.This part will cover the basics of custom controllers.   Custom Controllers Custom controllers are usual Web API controllers that you would
(The Code Project Open License (CPOL))
Web Development » Web Services » ATL Web Services
IInjac Updated: 2 Jul 2014
Rating: (No votes for this Article)
10. Alchemy: Data
This is an entry for the continuing series of blog entries that documents the design and implementation process of a library. This library is called, Network Alchemy[^]. Alchemy performs data serialization and it is written in C++.By using the template construct, Typelist, I have implemented a basis
(The Code Project Open License (CPOL))
Desktop Development » Grid & Data Controls » General
Paul M Watt Updated: 2 Jul 2014
Rating: (No votes for this Article)
11. C# A Different YouTube Downloader (w/ FiddlerCore)
Ok, today I got some spare time so I'll post this short trick about how to download videos from YouTube, using a different method - yes, it's not the one with scraping for url_encoded_fmt_stream_map or with /get_video_info?video_id=....Why not the old methods ?Well, YouTube seems to love its videos,
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Apex95 Updated: 2 Jul 2014
Rating: (No votes for this Article)
12. Automated Reports with C++
p, div { text-align: justify; } Recently, I've written an article about using a .NET third party library to generate reports from apps. You can find it on this CodeProject site. In my opinion, the whole idea might be useful, for instance, for performance tests. I often try to make such in my blog
(The Code Project Open License (CPOL))
Third Party Products » Reviews on Third Party Products and Tools » General
Bartlomiej Filipek Updated: 2 Jul 2014
Rating: (No votes for this Article)
13. Why GridView RowUpdating Event is not giving the updated values?
This is a most common question in Forums. We will find the actual cause, for which the RowUpdating Event behaves abnormal. Walk Through Add a GridView in aspx page and define all its required properties and Events. Bind the GridView from back end. For our example, we will bind one DataTable. Define
(The Code Project Open License (CPOL))
Desktop Development » Grid & Data Controls » General
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) Updated: 2 Jul 2014
Rating: 5.00/5 (1 vote)
14. Introduction to Functional Programming in Java 8 – Part Two
Welcome to Part Two! To begin this session, let’s start with a return to our HelloWorld example from the last article. Let’s make one more change to the pipeline – how about we get rid of countries that begin with a G: Now it only greets 4 countries. The filter operation keeps item
(The Code Project Open License (CPOL))
Languages » Java » General
TheCannyCoder Updated: 2 Jul 2014
Rating: 5.00/5 (2 votes)
15. Ranges and Looping with IntStream
In the previous posts we looked at taking a container, getting it to stream its contents into a pipeline and looked at a few different operations on data in that pipeline (forEach, map, filter, peek). Java 8 supports several specialist streams where the pipeline contains a specific type of object. T
(The Code Project Open License (CPOL))
Languages » Java » General
TheCannyCoder Updated: 2 Jul 2014
Rating: 5.00/5 (1 vote)
16. Resolving strong references between Swift and Objective-C classes - Using unowned and weak references from Swift to Objective-C classes
My Swift and SpriteKit exploration continues. At the moment I'm writing the collision handling code.Rather than derive game objects from SKSpriteNode with each derived class containing the code for handling collisions with the other types of game objects I'm following something akin to a Component-E
(The Code Project Open License (CPOL))
Languages » C / C++ Language » General
PeteBarber Updated: 30 Jun 2014
Rating: (No votes for this Article)
17. Advantages of Pure Functions and Idempotent Functions in .Net
Summary This article will define a “Pure Function” and an “Idempotent Function”. It will also explain the advantages of each type of function using examples in C# .Net. Definitions A method is a “Pure Function” when it always returns the same results when given th
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Rob Kraft Updated: 30 Jun 2014
Rating: 5.00/5 (1 vote)
18. Authentication using Facebook, Google and Microsoft account in WP8.0 App (MVVM)
This sample show to connect one Windows Phone 8.0 app to Facebook, Google and Microsoft account. Main Features: Login/Logout and has an about page with feedback, share in social networks, review and share by email. Download C# (19.4 MB) Introduction … Continue reading →
(The Code Project Open License (CPOL))
Enterprise Systems » Microsoft BizTalk Server » General
saramgsilva Updated: 30 Jun 2014
Rating: (No votes for this Article)
19. Sharing Code: Adding NavigationService
An example about NavigationService in share code scenarios, that will be registered in one IOC container and injected by the view model’s constructor.
(The Code Project Open License (CPOL))
Development Lifecycle » Code Generation » General
saramgsilva Updated: 30 Jun 2014
Rating: 5.00/5 (1 vote)
20. Software Design Patterns
Software Design Patterns have helped us create a language to communicate and concepts and leverage the skills of previous work. Design patterns are very powerful, language agnostic descriptions problems and solutions that have been encounter and solved many times over. However, design patterns are o
(The Code Project Open License (CPOL))
Graphics / Design » Windows 8 Design » Design
Paul M Watt Updated: 29 Jun 2014
Rating: 5.00/5 (2 votes)

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


Advertise | Privacy | Mobile
Web02 | 2.8.140630.1 | Last Updated 3 Jul 2014
Copyright © CodeProject, 1999-2014
All Rights Reserved. Terms of Service
Layout: fixed | fluid