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.
Secret Covert Hush-Hush White Space in the DOM…EXPOSED!
Lurking in the shadows of the Stack Overflow website, selling aerosol cans of Bug-No-More to the rubes, I came across a question I thought I could answer. The OP (original poster) was using JavaScript to select and modify HTML elements without success.The HTML was simple: Prev Middle NextF
(The Code Project Open License (CPOL))
Web Development »
HTML / CSS »
General
|
Steve Wellens
|
Updated: 5 Jun 2014
Rating:
(No votes for this Article)
|
|
2.
Google and Bing Map APIs Compared
At one of the local golf courses I frequent, there is an open grass field next to the course. It is about eight acres in size and mowed regularly. It is permissible to hit golf balls there—you bring and shag our own balls. My golf colleagues and I spend hours there practicing, chatting and in genera
(The Code Project Open License (CPOL))
|
Steve Wellens
|
Updated: 3 Jun 2014
Rating: 5.00/5
(1 vote)
|
|
3.
ASP.Net MVC – Hyperlinks – Open the page in a new browser window
CodeProject In the last blog post, we have discussed about DataType & DisplayColumn attributes in ASP.Net MVC. You can read that article here. In this article we will look at how to open the page in a new browser window while clicking on a hyperlink. Let’s understand this with an example. We w
(The Code Project Open License (CPOL))
Languages »
Other .NET Languages »
Forth .NET
|
Arun Ramachandran India
|
Updated: 3 Jun 2014
Rating: 5.00/5
(1 vote)
|
|
4.
Types of JIT(Just In Time) Compilers & What is NGEN.exe?
There are 3 types of JIT Compilers- Normal JIT (Default) – Normal JIT compiles only those methods that are called at runtime and it will cache the compiled methods. Econo JIT- Econo JIT compiles only those methods that are called at runtime, and it will not cache the compiled methods. Pre JIT-
(The Code Project Open License (CPOL))
General Programming »
Date and Time »
Algorithms
|
Akash Ashok Jain
|
Updated: 3 Jun 2014
Rating: 3.50/5
(4 votes)
|
|
5.
The Last Line Effect
IntroductionLast line effectExamplesSource Engine SDKChromiumReactOSMulti Theft AutoSource Engine SDKTrans-Proteomic PipelineSeqAnSlimDXQtReactOSMozilla FirefoxQuake-III-ArenaClangMongoDBUnreal Engine 4QtOpenSSLConclusionI have studied numbers of errors caused by using the Copy-Paste method and can
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
viva64.com
|
Updated: 3 Jun 2014
Rating:
(No votes for this Article)
|
|
6.
Easy and perfomant client/server communication with protobuf-net & Griffin.Framework
ProtoBuf is Googles open serialization format which can be used to serialize objects in a standardized way. With it, different platforms can communicate with a format that is much more efficient than XML. Combine the most popular implementation if it, … Continue reading →
(The GNU Lesser General Public License (LGPLv3))
General Programming »
Internet / Network »
Client/Server Development
|
jgauffin
|
Updated: 3 Jun 2014
Rating:
(No votes for this Article)
|
|
7.
The Low Down Dirty Azure Blues
Remember the SETI screen savers that used to be on everyone's computer? As far I as know, it was the first bona-fide use of "Cloud" computing…albeit an ad hoc cloud. I still think it was a brilliant leveraging of computing power.My interest in clouds was re-piqued when I went to a technical semina
(The Code Project Open License (CPOL))
Cloud Computing »
Azure »
Windows Azure Developer Contest
|
Steve Wellens
|
Updated: 3 Jun 2014
Rating:
(No votes for this Article)
|
|
8.
CSS3 box-shadow and Visual Studio Features
A few years ago, while creating an ASP.NET web site, I decided to add a gradient border to "sex up" the look of the site. Using a sophisticated image editing program, I created a small gradient image. I made sure the ending color of the gradient matched the color of the body in the target page. H
(The Code Project Open License (CPOL))
Web Development »
HTML / CSS »
General
|
Steve Wellens
|
Updated: 3 Jun 2014
Rating:
(No votes for this Article)
|
|
9.
Write less do more with ASP.NET MVC Templates
Asp.net MVC 5 has a host of awesome features that can be leveraged to make a good and maintainable website. One of these features is the templating system. MVC offers two types of templates for views, namely: Display Templates: Used for displaying data. Editor templates : Used for creating an editor
(The Code Project Open License (CPOL))
Web Development »
ASP »
Code Project scripts
|
Ankesh Dave
|
Updated: 3 Jun 2014
Rating:
(No votes for this Article)
|
|
10.
How we have reduced CPU usage on our front web servers
Despite all our awareness on web performance and load testing, we recently encountered a few performance issues caused by high CPU usage on some front end web servers. At Betclic, we use Structuremap (2.6.4) as main IoC container in an…Read more ›
(The Code Project Open License (CPOL))
Third Party Products »
Reviews on Third Party Products and Tools »
General
|
Betclic Tech
|
Updated: 3 Jun 2014
Rating: 5.00/5
(1 vote)
|
|
11.
How to resolve “Circular dependency” in Project Plan
I was recently working on a low level plan created in Microsoft Project (.mpp) which was designed for tracking activities, time & resources for a critical project activity. We need input from multiple teams for time & resource estimation and thus multiple people were updating the plan. Every thing
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
pranavsingh
|
Updated: 3 Jun 2014
Rating:
(No votes for this Article)
|
|
12.
Calling WCF Services with jQuery…Stripped Down
Years ago, when I created my first ASMX Web Service and called it from an application, it was easy and it was fun. I was able to call functions on a server, from a client, with little effort. What a great and powerful tool!Then WCF came out and was deemed the 'best practice' and the 'preferred' me
(The Code Project Open License (CPOL))
Web Development »
Web Services »
ATL Web Services
|
Steve Wellens
|
Updated: 3 Jun 2014
Rating:
(No votes for this Article)
|
|
13.
Code Builder for jQuery AJAX (Calling Web Services)
Getting stuck in the cycle of code-build-test, code-build-test… can drain you physically, mentally, emotionally and spiritually. In the back of your mind you know the clock is ticking and you are not making headway. Of course the boss keeps sticking his sweaty head into your tiny cube and asking,
(The Code Project Open License (CPOL))
Web Development »
Web Services »
ATL Web Services
|
Steve Wellens
|
Updated: 3 Jun 2014
Rating:
(No votes for this Article)
|
|
14.
Saving data to a file in your Android application
This is the second post in my series about storage in Android applications. The other post is available here : http://blog.cindypotvin.com/introduction-how-to-save-data-in-your-android-application/ This post is about saving to a file from an Android application, which is the easiest way to store dat
(The Code Project Open License (CPOL))
Mobile Development »
Android »
General
|
Cindy Potvin
|
Updated: 2 Jun 2014
Rating: 4.29/5
(5 votes)
|
|
15.
Vector of Objects vs Vector of Pointers
How memory access patterns can influence performance of your code.
(The Code Project Open License (CPOL))
Languages »
C / C++ Language »
General
|
Bartlomiej Filipek
|
Updated: 2 Jun 2014
Rating: 5.00/5
(4 votes)
|
|
16.
WebSocket libraries comparison
Web project often requires to push data to clients as fast as possible, whenever it is necessary without waiting for client request. It is perfect for website with real time communication between users, like with online communicators for example. Or document collaboration tools. Or maybe system sta
(The Code Project Open License (CPOL))
Third Party Products »
Reviews on Third Party Products and Tools »
General
|
n.podbielski
|
Updated: 2 Jun 2014
Rating: 4.68/5
(6 votes)
|
|
17.
What is IL code, CLR, CTS, CLS & JIT?
IL/MSIL/CIL- IL code is a CPU independent partially compiled code. It’s partially compiled because we do not know in what kind of environment .Net code will run and on runtime IL Code will compile to machine code using the environmental properties (CPU, OS, machine configuration etc). ILDASM- this i
(The Code Project Open License (CPOL))
Development Lifecycle »
Code Generation »
General
|
Akash Ashok Jain
|
Updated: 2 Jun 2014
Rating: 5.00/5
(7 votes)
|
|
18.
Fill Bean Data from HashMap using Reflection
Introduction: This example shows how to fill the values in a bean from a HashMap using Reflection. In the HashMap, key is the field name & value is the value of that field. Quick Start: Sample Bean Class: How to Call: If you've any doubt, please post your questions. If you really like this article,
(The Code Project Open License (CPOL))
Desktop Development »
Grid & Data Controls »
General
|
Debopam Pal
|
Updated: 1 Jun 2014
Rating:
(No votes for this Article)
|
|
19.
#nodejs ghost init.d service with forever.js
This post is a continuation of the last post where the migration from Blogger to Ghost was described.After getting the ghost files on the hosting Linux machine you can run ghost by typing:node index.jsThis will run node on the port 2368.The next step is to install ghost as a 'service' so that it can
(The MIT License)
General Reading »
Uncategorised Technical Blogs »
General
|
aetheon
|
Updated: 1 Jun 2014
Rating:
(No votes for this Article)
|
|
20.
Griffin.Framework – Performant networking in .NET
Griffin.Networking was my attempt to create a Netty inspired library. The library is working pretty well but the internal architecture became a bit complex which I am not really satisfied with. Griffin.Framework can now be considered to be a stable … Continue reading →
(The GNU Lesser General Public License (LGPLv3))
General Programming »
Internet / Network »
Client/Server Development
|
jgauffin
|
Updated: 30 May 2014
Rating: 5.00/5
(1 vote)
|