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!
1.
First experience with Qi Wireless Charging
Recently my Samsung Galaxy S4s charging port went on the fritz and would not charge the phone. I used an external battery charger for a few days and did some research on Qi wireless charging. This seemed a simpler approach than trying to fix the charging port myself and would give me the opportunity
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
James Carr (Crashcarr)
|
Updated: 9 Jul 2014
Rating:
(No votes for this Article)
|
|
2.
Flexible particle system - OpenGL Renderer
Description about my simple OpenGL renderer for the particle system.
(The Code Project Open License (CPOL))
Multimedia »
OpenGL »
General
|
Bartlomiej Filipek
|
Updated: 9 Jul 2014
Rating: 5.00/5
(1 vote)
|
|
3.
Even More SharePoint 2013 Setup Tips
I have spent a great deal of time researching various topics during my installation of SharePoint 2013. Here are some more tips, changes from previous versions and troubleshooting items that I hope will be helpful to you in setting up SharePoint 2013. I encourage you to read my previous posts if you
(The Code Project Open License (CPOL))
General Programming »
Programming Tips »
Testing and Quality Assurance
|
James Carr (Crashcarr)
|
Updated: 9 Jul 2014
Rating:
(No votes for this Article)
|
|
4.
Getting Started with AngularJS
One of the cool things i recently started learning was AngularJS. It is a JavaScript framework for building client side JavaScript applications which follows the Model-View-Controller pattern and ensures that your application is property architectured, easy to maintain and test. Some of the great fe
(The Code Project Open License (CPOL))
Web Development »
HTML / CSS »
General
|
Madhur Kapoor
|
Updated: 9 Jul 2014
Rating: 5.00/5
(1 vote)
|
|
5.
MOOC : Learn gaming interactively
A Massive Open Online Course(MOOC) is an online course aimed at unlimited participation and open access via the web. This MOOC ,sponsored by Open2Study explores key ideas in game design, programming, architecture, game engines, player experience and game AI. What’s it about? There are lots of
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Vidyasagar MSC
|
Updated: 9 Jul 2014
Rating: 5.00/5
(1 vote)
|
|
6.
Gaming : Kinect for Windows V2
Kinect for Windows gives computers eyes, ears, and a brain. With Kinect for Windows, businesses and developers are creating applications that allow their customers to interact naturally with computers by simply gesturing and speaking. Pre-orders for the upcoming Kinect for Windows v2 Sensor have kic
(The Code Project Open License (CPOL))
Desktop Development »
Dialogs and Windows »
Windows Common dialogs
|
Vidyasagar MSC
|
Updated: 9 Jul 2014
Rating: 5.00/5
(1 vote)
|
|
7.
What is CodeLens?
In this blog we will discuss about CodeLens a new feature of Visual Studio 2013.
(The Code Project Open License (CPOL))
|
Shivprasad koirala
|
Updated: 9 Jul 2014
Rating: 5.00/5
(2 votes)
|
|
8.
SQL Server – How to write stored procedures with output parameters?
CodeProject In last day, we were discussing about different kinds of Templated Helpers in ASP.Net MVC. You can read that article here. For a change, I am switching over to SQL Server. Today, we will discuss about writing stored procedures with output parameters in SQL Server. Let’s understand
(The Code Project Open License (CPOL))
Web Development »
ATL Server »
General
|
Arun Ramachandran India
|
Updated: 9 Jul 2014
Rating: 5.00/5
(2 votes)
|
|
9.
Gaming : Free Assets to start
“If you try and lose then it isn’t your fault. But if you don’t try and we lose, then it’s all your fault.” ― Orson Scott Card, Ender’s Game To start a game, the first thing you should and must have is an IDEA to be precise a GAME IDEA.It can be a new one or an […]
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Vidyasagar MSC
|
Updated: 9 Jul 2014
Rating: 5.00/5
(1 vote)
|
|
10.
How to use JavaScript and CSS for conditional formatting in SharePoint org chart
In this article I will show how to conditionally format org chart boxes and search results according to field values from data source, for example User Profile Service or SharePoint list. SharePoint Org Chart 1.7.1 and higher allows to add dynamics to boxes using JavaScript. Usually we need to highl
(The Code Project Open License (CPOL))
Web Development »
HTML / CSS »
CSS
|
Anton Khritonenkov
|
Updated: 8 Jul 2014
Rating: 5.00/5
(1 vote)
|
|
11.
ASP.NET MVC HTML Helpers – A MUST KNOW
What are HTML Helpers in ASP.NET MVC? Think of HTML Helper in ASP.NET MVC as a method returning a string. So, What can be that string? The returning string is basically a HTML string that can render a HTML tag, For example, a link, an image or other form elements. Developers who have worked with [&#
(The Code Project Open License (CPOL))
Web Development »
ASP.NET Controls »
General
|
Imran Abdul Ghani
|
Updated: 8 Jul 2014
Rating:
(No votes for this Article)
|
|
12.
Finding first unique number.
Recently I took a Codility test to find the first unique number in an array. I did manage to produce the right answer but it was computationally too expensive. This post is the result of looking into alternatives Original Solution var y = numberArray.GroupBy(z => z).Where(z => z.Count
(The Code Project Open License (CPOL))
General Reading »
Hardware & System »
General
|
Bruce Bennett
|
Updated: 8 Jul 2014
Rating: 4.00/5
(2 votes)
|
|
13.
A quick Intro about the Microsoft Power BI & product comparison among Power BI, QlikView & Tableau
Hi all,Have been tasked to put together a quick write-up with respect to the Microsoft Power BI in comparison to QlikView & Tableau for a potential larger BI solution piece for a well-respected client.Just sharing my research with everyone here and more than welcome for any feedback from all of you:
(The Code Project Open License (CPOL))
Enterprise Systems »
Microsoft BizTalk Server »
General
|
Eric Xue (brokensnow)
|
Updated: 7 Jul 2014
Rating: 5.00/5
(5 votes)
|
|
14.
Advantages of Pure Functions and Idempotent Functions in .Net
This article will define a “Pure Function” and an “Idempotent Function”.
(The Code Project Open License (CPOL))
|
Rob Kraft
|
Updated: 7 Jul 2014
Rating: 5.00/5
(2 votes)
|
|
15.
ASP.NET Anti-Forgery Tokens internals
Anti-Forgery Tokens were introduced in ASP.NET in order to prevent Cross-Site Request Forgeries. There are many sites which describe how to use and configure those tokens in your application. But in this post I’m going to show you what exactly…Read more ›
(The MIT License)
Web Development »
ASP.NET »
General
|
Sebastian Solnica
|
Updated: 7 Jul 2014
Rating: 4.67/5
(2 votes)
|
|
16.
Practical guide to WCF RESTful service
REST (Representational State Transfer) is an architectural style that dictates to think in terms of resources and their representation instead of just thinking about methods within a system. REST architecture focuses almost on the same set of constraints like Uniform interface, separation of concern
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Imran Abdul Ghani
|
Updated: 6 Jul 2014
Rating:
(No votes for this Article)
|
|
17.
Generators with Java 8
Today we'll look at creating generators. In simple terms, a generator is a function which returns the next value in a sequence. Unlike an iterator, it generates the next value when needed, rather than returning the next item of a pre-generated collection. Some languages such as Python support
(The Code Project Open License (CPOL))
Languages »
Java »
General
|
TheCannyCoder
|
Updated: 6 Jul 2014
Rating: 5.00/5
(1 vote)
|
|
18.
Transposing the rows and columns of a 2D array, jagged array and string in C#
This blog posts teaches you how to transpose the rows and columns of a two-dimensional array, jagged array and string in C#.
(The Code Project Open License (CPOL))
General Programming »
Programming Tips »
General
|
ProgramFOX
|
Updated: 6 Jul 2014
Rating: 4.89/5
(3 votes)
|
|
19.
2 simple ways to configure WCF binding
In one of previous WCF Tutorial for beginners, I discussed about the ABC’s of WCF Service Endpoint. An Endpoint of Service has following three parts also known as ABC (Address, Binding, Contract): Address defines Where: Where is the location of WCF Service? Binding defines How: How we can acce
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
Windows Communication Foundation »
Security
|
Imran Abdul Ghani
|
Updated: 4 Jul 2014
Rating:
(No votes for this Article)
|
|
20.
Alchemy: Message Interface
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++.I presented the design and initial implementation of the Datum[^] obj
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Paul M Watt
|
Updated: 4 Jul 2014
Rating:
(No votes for this Article)
|