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.
using dependency injection on #titanium #alloy #TiDev
I've seen a few articles saying that using Ti.App.fireEvent everywhere is not a good practice. The solution is to use the $.trigger widget method instead. That's OK. Global events are evil! I think that the real question is not if global events are good or evil. For me the real question is: How can
(The MIT License)
Third Party Products »
Reviews on Third Party Products and Tools »
General
|
aetheon
|
Updated: 20 Sep 2014
Rating:
(No votes for this Article)
|
|
2.
Software and Science of Deduction
I'm a huge mystery buff. Plain and simple, I love them all. I read mystery novels, watch police procedural, you name it. There's something truly awesome about figuring out and solving some puzzle that no one else could solve.It's surprising how many people I know who work in software development
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Kevin Mack
|
Updated: 20 Sep 2014
Rating:
(No votes for this Article)
|
|
3.
Using std::unique_ptr (RAII) with malloc() and free()
CodeProject This is a short post about using std::unique_ptr with malloc() and free(). Although, it can be used with other resource management functions too (files, sockets, etc.). Often, when working with legacy C and C++ code, we see usages of malloc() and free(). Just like new and delete, explici
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
Gabor Fekete
|
Updated: 19 Sep 2014
Rating:
(No votes for this Article)
|
|
4.
How to integrate ASP.NET with Paypal
Paypal offers a payment gateway, which can be used by online merchants to receive credit card payments. Paypal is much more than a payment gateway, but in this article, I am discussing how to use it as a payment gateway to accept credit card payments and how to integrate it with ASP.NET.Options to a
(The Code Project Open License (CPOL))
Third Party Products »
Reviews on Third Party Products and Tools »
General
|
T Manjaly
|
Updated: 19 Sep 2014
Rating:
(No votes for this Article)
|
|
5.
How to Parse RSS Feeds in .NET
How to parse RSS feeds in .NET
(The Code Project Open License (CPOL))
Third Party Products »
Reviews on Third Party Products and Tools »
General
|
T Manjaly
|
Updated: 19 Sep 2014
Rating: 5.00/5
(1 vote)
|
|
6.
Sample Code to Scramble a Word using C# String object
This post shows sample code to scramble a word using C# string object
(The Code Project Open License (CPOL))
General Programming »
String handling »
General
|
T Manjaly
|
Updated: 19 Sep 2014
Rating: 2.75/5
(5 votes)
|
|
7.
[OoB] Sonar with Arduino, C#, JavaScript and HTML5
This post marks the beginning of "Out of Boredom" series. It will be about creating stuff with my recently purchased Arduino Uno. Let's have a break from chores of professional programming and create something just for fun :)My first Arduino based project is Sonar. It utilizes ultrasonic range senso
(The Code Project Open License (CPOL))
Internet of Things »
Arduino »
General
|
morzel
|
Updated: 19 Sep 2014
Rating:
(No votes for this Article)
|
|
8.
Review of DevExpress WinForms Controls
DXperience 2012 is a modern and advanced next generation set of developer tools from DevExpress, the company which has a proven record in offering productivity tools for Visual Studio developers. There are various editions of the DevExpress available. Here is a list of available editions that you ca
(The Code Project Open License (CPOL))
Desktop Development »
Button Controls »
General
|
T Manjaly
|
Updated: 19 Sep 2014
Rating: 5.00/5
(1 vote)
|
|
9.
What are Windows 8 Metro Style Apps?
What are Windows 8 Metro style apps?
(The Code Project Open License (CPOL))
Desktop Development »
Dialogs and Windows »
Windows 2000 Styles
|
T Manjaly
|
Updated: 19 Sep 2014
Rating:
(No votes for this Article)
|
|
10.
SEO Training institutes in Kochi, India
Search Engine Optimization is the key to the success of any website. There are millions of websites in the web and not every website appear in top of the search results. Most websites receive large portion of their traffic from search engines like Google. If a website does not appear in the first fe
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
T Manjaly
|
Updated: 19 Sep 2014
Rating:
(No votes for this Article)
|
|
11.
Error 4 The name 'ConfigurationManager' does not exist in the current context
I have been using the old ConfigurationSettings in many of my old .NET applications to read configuration data from the app.config file. I knew this class was outdated and VS.NET kept reminding me about replacing it with the new ConfigurationManager class. Since the old code worked well, I did not f
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
T Manjaly
|
Updated: 18 Sep 2014
Rating:
(No votes for this Article)
|
|
12.
How to parse Google XML sitemaps in .NET
I was writing a C# App to detect copied articles. This tool uses the Google sitemap files from any website or blog, parse the URLs and will then search on the web to see if any other websites have copied the same content.I looked online to see if I can get any ready made C# or VB.NET code samples so
(The Code Project Open License (CPOL))
Languages »
XML »
Web Services
|
T Manjaly
|
Updated: 18 Sep 2014
Rating:
(No votes for this Article)
|
|
13.
How to use Google+ APIs from ASP.NET - Samples and Source Code
Google released Google+ platform last month and announced some APIs few days ago to integrate Google+ with custom applications. The initial version of Google+ APIs can be used to retrieve public data from Google+ system. Future version of Google+ APIs will support more advanced operations like posti
(The Code Project Open License (CPOL))
Languages »
Other .NET Languages »
Forth .NET
|
T Manjaly
|
Updated: 18 Sep 2014
Rating: 5.00/5
(1 vote)
|
|
14.
Unable to Start Debugging. The Silverlight Developer Runtime is Not Installed.
Unable to start debugging. The Silverlight Developer Runtime is not installed.
(The Code Project Open License (CPOL))
Web Development »
Silverlight »
General
|
T Manjaly
|
Updated: 18 Sep 2014
Rating:
(No votes for this Article)
|
|
15.
Enable or Disable All Tabs Except the Selected Tab inside the Telerik RadTabStrip
We will explore the JavaScript code, by which we can easily Enable or Disable all the Tabs inside a Telerik RadTabStrip except the SelectedTab. In my previous Blog, we explored how to Enable or Disable all the Tabs. Now let’s see how we can just do this for all the Tabs except the current Tab.
(The Code Project Open License (CPOL))
Desktop Development »
Tabs & Property Pages »
General
|
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
|
Updated: 18 Sep 2014
Rating:
(No votes for this Article)
|
|
16.
Adding the org chart back into a SharePoint 2013 My Site
One thing everyone loved about the SharePoint 2010 my sites was the Silverlight Organisation chart. It seems to have been dropped from SharePoint 2013, my guess as Silverlight is no longer flavour of the month. However its still there on the \organizationview.aspx page in the My Site Host Collection
(The Code Project Open License (CPOL))
Web Development »
Site & Server Management »
General
|
sebastianrogers
|
Updated: 18 Sep 2014
Rating:
(No votes for this Article)
|
|
17.
TRUNCATE or DELETE a Table?
A common question is what is the difference between truncating a table and deleting a table. The short answer is that they both do the same thing, but in different ways. So consider that you have a table that contains 1,000,000 rows and you need to remove all of the rows. Option 1 is to use DELETE
(The Code Project Open License (CPOL))
Database »
Database »
General
|
derekman9707
|
Updated: 18 Sep 2014
Rating: 4.88/5
(7 votes)
|
|
18.
Why Microsoft has partial classes and Java does not?
In this article we have explained Why Microsoft has partial classes and Java does not have it and how new era of RAD (Rapid application development) and visual programming started.
(The Code Project Open License (CPOL))
|
Marla Sukesh
|
Updated: 18 Sep 2014
Rating: 4.33/5
(15 votes)
|
|
19.
Download images from a URL using C#
This code sample shows how to download an image from a website URL and save to your web server. This example uses the .NET class System.Net.HttpWebRequest to download the image stream to save to the computer. I am using C# syntax for the purpose of this sample, but you can easily convert it into any
(The Code Project Open License (CPOL))
Languages »
Other .NET Languages »
General
|
T Manjaly
|
Updated: 18 Sep 2014
Rating:
(No votes for this Article)
|
|
20.
How to get default date and time format string for the current culture?
The DateTime object in .NET has several methods that allow you to format the date and time in various formats including short date format, long date format etc. Some examples are:[code] string shortDate = DateTime.Now.ToShortDateString(); string longDate = DateTime.Now.
(The Code Project Open License (CPOL))
General Programming »
Date and Time »
Algorithms
|
T Manjaly
|
Updated: 18 Sep 2014
Rating:
(No votes for this Article)
|