Click here to Skip to main content
6,628,613 members and growing! (18,800 online)
Email Password   helpLost your password?
Announcements
BullFrog Power
 
Search    
Add to IE Search
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 The Code Project? It's easy!

Language
Platform
Technology
Audience
Skill Level
Clear All
 
Page 1 of 30
[1 2 3 4 5 6 7 8 9 10 ]


1. Android development FAIL [^]
After installing the Android 1.5r3 SDK and Eclipse 3.4 with the matching ADT plugin, I soon encountered this error message:[2009-10-16 15:02:09 - ddms]Failed to reopen debug port for Selected Client to: 8700[2009-10-16 15:02:09 - ddms]Address family not supported by protocol family: bindjava.net.
(The Creative Commons Attribution-ShareAlike 2.5 License)
Not defined » Game Development » General
DavidSchmitt Updated: 20 Nov 2009
Rating: (0 votes for this Article)
2. Minor note on ‘dd’ write performance [^]
Today I was cleaning out some old logical volumes. Since they resided on rented harddisks, I chose to overwrite them with zeroes to avoid leaving data tracks on someone else’s disks. The first thing that came to my mind was this:dd if=/dev/zero of=/dev/vg/lvSince I had ten logical volumes
(The Creative Commons Attribution-ShareAlike 2.5 License)
Not defined » Uncategorised Technical Blogs » General
DavidSchmitt Updated: 20 Nov 2009
Rating: (0 votes for this Article)
3. Silverlight 3 & 4 Library Sharing with .NET 4.0 Library or WPF [^]
As if you need “another” reason to start running Visual Studio 2010 Beta2, here is another for all the cross platform .NET Line of Business application developers. Silverlight 3 & 4 Library assemblies can be referenced in .NET 4.0 applications and used.  The above WPF application has a f
(The Code Project Open License (CPOL))
Not defined » Uncategorised Technical Blogs » General
Karl Shifflett Updated: 19 Nov 2009
Rating: (0 votes for this Article)
4. Control.Visible Might Not Return What You Expect [^]
I encountered a curious issue while working on ImageListView. In the layout code of the control I have a check to determine whether to show the vertical scrollbar. If the scrollbar needs to be shown, the layout is recalculated since the display area will be smaller with the scrollbar shown. However,
(The Apache License, Version 2.0)
Not defined » Uncategorised Technical Blogs » General
Ozgur Ozcitak Updated: 19 Nov 2009
Rating: (0 votes for this Article)
5. WPF : A True WPF Browser Control That Can Bend It Like Beckham [^]
A while ago I wanted to use the new .NET 3.5 SP1 WebBrowser control is a small demo WPF app that I was using to display streamed YouTube videos. And guess what, I was way disappointed the supposedly new rad control, was a con and it was actually no better than using a WPF Frame [...]
(The Code Project Open License (CPOL))
Not defined » Uncategorised Technical Blogs » General
Sacha Barber Updated: 18 Nov 2009
Rating: 4.00/5 (2 votes)
6. Wpf Ninject Dojo: The Data Provider [^]
You have probably heard me go on about Unity a couple of times: My.Unity.Resolve(Of Ninja) Unity and ASP.NET Creating a Data Access layer using Unity I have been using what is now unity since the good old days (sooo not true, WPF is the Windows Forms killer, and good riddance) of Windows
(The Code Project Open License (CPOL))
Not defined » Uncategorised Technical Blogs » General
Martin Hinshelwood Updated: 17 Nov 2009
Rating: (0 votes for this Article)
7. Updating the Command Line Parser [^]
I had previously created a Command Line Parser from Ray Hayes codeproject article Automatic Command Line Parsing in C#. I had adapted it to VB.NET and upgraded it to .NET 3.5 but I recently ran into the problem with wanting a single command prompt application to handle multiple processes and multipl
(The Code Project Open License (CPOL))
Not defined » Uncategorised Technical Blogs » General
Martin Hinshelwood Updated: 17 Nov 2009
Rating: (0 votes for this Article)
8. Visual Studio 2010 – Visual Basic New Feature – NonSerialized Events [^]
A long time feature request has been added to Visual Basic 10 that ships with Visual Studio 2010; decorating an Event as NonSerialized. In prior versions of Visual Basic developers had to implement a Custom Event or another workaround when their types needed to expose an Event and they had to be Ser
(The Code Project Open License (CPOL))
Not defined » Uncategorised Technical Blogs » General
Karl Shifflett Updated: 17 Nov 2009
Rating: (0 votes for this Article)
9. Wpf Scale Transform Behaviour [^]
Although this post is called Scale Transform Behaviour you could use any transform / animation in its place. The purpose is to have a slider control in a menu be able to alter the scale of any number of controls within MVVM views. This behaviour allows you to add any Framework Elements to a list
(The Code Project Open License (CPOL))
Not defined » Uncategorised Technical Blogs » General
Martin Hinshelwood Updated: 16 Nov 2009
Rating: (0 votes for this Article)
10. Aubergine (BDD for .net) v0.06 : support for parameter tables in given/when/then [^]
Ok, we keep on going; now we support parameter tables for given/when/then, which are parsed as array members.I am now getting very close to full cucumber-like support !!! Oh, I forgot to mention that the "And" keyword is also supported now !!An example of the new syntax:Context    Be.Corebvba.Au
(The Code Project Open License (CPOL))
Not defined » Uncategorised Technical Blogs » General
Tom Janssens Updated: 12 Nov 2009
Rating: (0 votes for this Article)
11. Aubergine (BDD for .net) v0.05 : text stories/html & custom output/cmdline parser [^]
Again a new release !!* The stories are now written in text-format; unrecognized beginning of lines are skipped/not processes; example data should begin with/be seperated by "|".* Commandline parser implemented with helpC:\Projecten\Be.Corebvba.Aubergine\Be.Corebvba.Aubergine.Examples\Lib>ConsoleR
(The Code Project Open License (CPOL))
Not defined » HTML / CSS » HTML
Tom Janssens Updated: 12 Nov 2009
Rating: (0 votes for this Article)
12. A new BDD framework in .Net : NetSpec => Aubergine [^]
Just a quick update !!After thinking a bit more about the problems mentioned by Aaron in my previous post, and taking a look at Cucumber (in ruby), I decided to give it another go. Since I have to be in the shop within half an hour 20 mins I can only give you a sample of what the current spec looks
(The Code Project Open License (CPOL))
Not defined » Uncategorised Technical Blogs » General
Tom Janssens Updated: 12 Nov 2009
Rating: (0 votes for this Article)
13. How to Make a Toolbar with UIToolbar [^]
Toolbars are used to present a set of functions to a user. You will see these at the bottom of iPhone apps and generally give you the option to do things like edit files, send email or take a picture. Here is an example of what a toolbar will look like in an [...]
(The Code Project Open License (CPOL))
Not defined » Uncategorised Technical Blogs » General
MobileAppMastery Updated: 12 Nov 2009
Rating: (0 votes for this Article)
14. What is Samsung's "Bada" [^]
I was checking to see if there were any updates on the Samsung Mobile Innovator's Site (http://innovator.samsungmobile.com) and saw something new.  On the landing page there was a new addition added to the platform links called "Bada."  What is Bada?  That's what I wanted to know. Well on the site t
(The Code Project Open License (CPOL))
Not defined » Uncategorised Technical Blogs » General
Joel Ivory Johnson Updated: 11 Nov 2009
Rating: (0 votes for this Article)
15. Sleeping for Zero Seconds [^]
I was asked about something that appeared to be an oddity in some example code that I posted online. The code in question was a single call to the sleep function. Thread.Sleep(0); or if you prefer to see the native code version: Sleep(0); The sleep function is often used to insert delays into code.
(The Code Project Open License (CPOL))
Not defined » Uncategorised Technical Blogs » General
Joel Ivory Johnson Updated: 11 Nov 2009
Rating: 5.00/5 (2 votes)
16. WPF : Tube Planner Using A Guided Search [^]
I recently came back from holiday and decided I needed to ease myself back into work gradually. For those that don’t know I studied AI as part of my degree and we had to do a search of a cut down version of the London underground for one of our many assignments. At the time I [...]
(The Code Project Open License (CPOL))
Not defined » Uncategorised Technical Blogs » General
Sacha Barber Updated: 11 Nov 2009
Rating: 5.00/5 (1 vote)
17. Silverlight MultiBindings, How to attach multiple bindings to a single property. [^]
This blog posts describes a technique for associating multiple bindings with a single dependency property within Silverlight applications. WPF already has this functionality in the form of MultiBindings, the code in this post emulates this function.
(The Code Project Open License (CPOL))
Not defined » Silverlight » General
Colin Eberhardt Updated: 11 Nov 2009
Rating: 5.00/5 (10 votes)
18. Aubergine .Net BDD : support for named/typed parameters + RECURSIVE DSL + bugfix [^]
Ok, I had some ideas this morning when I woke up, so I quickly implemented them.ChangesHere is the change_log for the new version :    * Bugfix given a DSL attribute without a parameter is called    * DSL definition changed to named parameters/typeconverters ExampleThis has simplified the mor
(The Code Project Open License (CPOL))
Not defined » Uncategorised Technical Blogs » General
Tom Janssens Updated: 11 Nov 2009
Rating: (0 votes for this Article)
19. Weird Error : Unable to Validate Data in ASP.NET website [^]
A weird error that comes when a page is opened for a long time and then posted back
(The Code Project Open License (CPOL))
Not defined » Bugs & Workarounds » .NET issues
Abhishek Sur Updated: 8 Nov 2009
Rating: 4.88/5 (4 votes)
20. Compile-Time Validation of Composite Object Data Binding Expressions [^]
Prompted by a recent comment on the T4 Metadata Generation template article, which I released some weeks ago, I have implemented a new mechanism for concatenating property paths. This allows compile time validation of properties that exist on composite or nested members.
(The GNU Lesser General Public License)
Not defined » Validation » Validation Controls
Daniel Vaughan Updated: 7 Nov 2009
Rating: 4.33/5 (2 votes)

Page 1 of 30
[1 2 3 4 5 6 7 8 9 10 ]


Last Updated 20 Nov 2009
Web22 | 2.2.0175 | Advertise | Privacy
Copyright © CodeProject, 1999-2009
All Rights Reserved. Terms of Use