Kartones Blog
Be the change you wanna see in this world
This Blog
Home
Contact me
About this blog
Book Reviews
Installed Firefox Addons
Bookmark
Syndication
RSS
Atom
My Twitter
My Messenger Status
I am
My Photo Albums
Visits
Tags
.NET
3D
AJAX
ASP.NET
Books
C#
Community Server
DirectX
Firefox
Game Engines
Humour
Kartones.Net
Music
Offtopic
Patterns & Practices
Security
Testing
Travel
Troubleshooting
UAC
Videogames
Visual Studio
Windows
Windows Live
Windows Live Agents
Windows Live Messenger
Windows Vista
Windows XP
XBox 360
XNA
Search archives
Go
Archives
May 2008 (2)
April 2008 (5)
March 2008 (5)
February 2008 (10)
January 2008 (13)
December 2007 (9)
November 2007 (8)
October 2007 (13)
September 2007 (15)
August 2007 (14)
July 2007 (5)
June 2007 (13)
May 2007 (18)
April 2007 (15)
March 2007 (17)
February 2007 (25)
January 2007 (5)
December 2006 (4)
November 2006 (1)
October 2006 (4)
September 2006 (3)
Links: Demoscene
scene.org
Pouet
TMDC
256bytes
.kkrieger
Sixteen Colors
Links: Development
El Ave Fénix
MSDN Library
Scott Hanselman Dev&Test
TDD Anti-Patterns
Charles Petzold
Links: Game Dev.
Amit's Game Prog.
Gamasutra
Game Programming Wiki
GameDev
Jad Engine
NeHe Productions
The Escapist Magazine
The Game AI Page
The Z Buffer
Riemers XNA Tutorials
DevMaster.net
AIGameDev
Links: Hardware
Ars Technica
Tom's Hardware
LaptopVideo2Go
WidescreenGamingForum
Links: Miscellaneous
Tweet Scan
Links: Windows Live
WL SDK
WL Agents MSDN
WL Messenger MSDN
WL Dev
WL Dev Tools for VS2008
Via Windows Live
LiveSide
WL Dev Agents
WL Messenger Dev. Samples
Browse by Tags
All Tags
»
.NET
(RSS)
3D
Active Directory
AJAX
ASP.NET
Assembly
Blogging
Books
Bugs
C
C#
C++
Community Server
Configuration
Design
DirectX
DLL
Game Engines
Hardware
Humour
Jad Engine
Java
Kartones.Net
Lego Mindstorms NXT
Mind Maps
Nintendo Wii
Offtopic
Patterns & Practices
Pluto
Robotics
Security
SQL Injection
SQL Server
Testing
Travel
Troubleshooting
UAC
Videogames
Visual Studio
Windows
Windows Live Agents
Windows Vista
Windows XP
WiX
XNA
Friday, November 30, 2007 9:01 PM
Lego Mindstorms NXT: Control your robot via Wiimote
Reading (still pending) RSS feeds about Lego Mindstorms I've found something interesting... How to control your NXT robot with a pc and a Wiimote ! It uses Microsoft Robotics Studio and, more interesting, a managed .NET library for the Wiimote (which...
Posted by
Kartones
| with
no comments
Filed under:
.NET
,
Lego Mindstorms NXT
,
Nintendo Wii
,
Robotics
Tuesday, November 06, 2007 11:55 PM
Protecting from SQL Injection in ASP.NET
Today a small post that I had in mind since some time... a quick-list of how to fortify against SQL Injection (and some more general best practices). You can do some javascript, client-side validations to avoid postbacks, but rembember: never, ever trust...
Posted by
Kartones
| with
no comments
Filed under:
.NET
,
ASP.NET
,
Patterns & Practices
,
Security
,
SQL Injection
Monday, September 10, 2007 10:42 PM
New Topic: Windows Live Agents
For the past months, I've been working with something new: Windows Live Agents (or, as most of us will call them, bots). ilitia was chosen as a Windows Live Agents Partner by MSN Spain, and we've been trying the official SDK. Few months ago, we...
Posted by
Kartones
|
3 comment(s)
Filed under:
.NET
,
C++
,
Java
,
Windows Live Agents
Wednesday, August 29, 2007 7:44 PM
To mock or not to mock, that is the question
I'm right now in the final weeks of the first phase of a project. We're very tight on schedule and having to leave a few features for the next phase. Although the project may be delayed because of the client, we want it to be because of them,...
Posted by
Kartones
| with
no comments
Filed under:
.NET
,
ASP.NET
,
Testing
Saturday, August 18, 2007 2:33 PM
Double Dispatch in JADE 2.0
I've started looking in depth current JADE 2.0 code (it's being massively re-done from scratch, with even a custom .NET DirectX Wrapper), so I'm going to post more frecuently about it's development. I'm still learning how what's...
Posted by
Kartones
| with
no comments
Filed under:
.NET
,
3D
,
C#
,
Game Engines
,
Jad Engine
,
Patterns & Practices
,
Pluto
Tuesday, August 07, 2007 8:43 PM
Upgrading my home machine network
It's time to spend some money and upgrade my home machines! As I love playing games and watching movies, I've bought a new gaming PC (a real monster). Also, I'm getting a new laptop for development (including JADE and XNA development ;) and...
Posted by
Kartones
| with
no comments
Filed under:
.NET
,
3D
,
Hardware
,
Jad Engine
,
Offtopic
,
Videogames
,
XNA
Tuesday, July 17, 2007 12:22 AM
We were short for time and there were other interesting features to consider
Today I was building a mock of an ASP.NET Web Service for my current project, and I had some problems reading XML with spanish characters ('ñ' for example). I tried changing the <globalization> tag of the Web.Config to use an international...
Posted by
Kartones
|
1 comment(s)
Filed under:
.NET
,
ASP.NET
,
C#
,
Offtopic
,
Travel
Thursday, June 07, 2007 9:21 PM
Community Server 2007: Kartones.NET VideoAddon
Testing the new component I've developed: YouTube video (without the new crap): Soapbox video: Google video: Can be downloaded from here .
Posted by
Kartones
|
2 comment(s)
Filed under:
.NET
,
Community Server
,
Kartones.Net
Wednesday, June 06, 2007 9:18 PM
ExitWindowsEx not working with Windows XP if computer is locked
Just a quick post of a problem I addressed today while finishing my current assignment. I used the ExitWindowsEx() API call to logoff the user (with the force close flag). In Vista it worked without any problem, logging out the user whenever he was using...
Posted by
Kartones
| with
no comments
Filed under:
.NET
,
Bugs
,
Security
,
Troubleshooting
,
Windows Vista
,
Windows XP
Friday, June 01, 2007 11:20 PM
XNA Particle System sources uploaded
Just a small post. Vicente and I have finished commenting the code of our small XNA Particle Engine we built for the UPSAM speech we gave about XNA and the content pipeline . The code is not "production quality" and some minor things should...
Posted by
Kartones
|
3 comment(s)
Filed under:
.NET
,
3D
,
C#
,
Game Engines
,
Videogames
,
XNA
Sunday, May 27, 2007 7:45 PM
Using WiX (Windows Installer XML)
For my current project, I've had to create installation packages with WiX , an opensource tool that allows to create very powerfull installers with XML. I've used the 2.0 version before, but now there is a beta of the 3.0 version, called Votive...
Posted by
Kartones
| with
no comments
Filed under:
.NET
,
Assembly
,
Configuration
,
DLL
,
Visual Studio
,
Windows
,
WiX
Wednesday, May 16, 2007 11:31 PM
Quick tips for developing under Windows Vista
Now that I'm having quite a lot of development (and fighting with the OS) under Vista, here you are some quick tips that will help you a lot to develop efficiently with Visual Studio 2005. Navigate to C:\Program Files\Microsoft Visual Studio 8\Common7...
Posted by
Kartones
| with
no comments
Filed under:
.NET
,
Assembly
,
C#
,
Configuration
,
Security
,
Troubleshooting
,
UAC
,
Visual Studio
,
Windows Vista
Saturday, May 12, 2007 1:56 AM
Developing an XNA Particle System [UPDATED]
Today my friend Vicente and I gave a small speech at the UPSAM about XNA . Precisely, we presented a small particle engine done into a GameComponent, to acomplish some goals: Showing how clean and easy is to use GameComponents (actually we use one Camera...
Posted by
Kartones
|
6 comment(s)
Filed under:
.NET
,
3D
,
C#
,
Game Engines
,
Videogames
,
XNA
Saturday, March 24, 2007 6:06 AM
An excellent article about Windows Vista
I've finished reading an interesting article about Windows Vista , interesting because is oriented for technical people (IT, developers and advanced users). It's the first article of three that will be published, but gives a good overview of some of the...
Posted by
Kartones
| with
no comments
Filed under:
.NET
,
DirectX
,
UAC
,
Videogames
,
Windows Vista
,
XNA
Tuesday, March 13, 2007 8:36 AM
Doing some PR about Jade
Yesterday I officially came back to Jad Engine as an active developer. Vicente and I had a meeting with the other developers and they discussed about what the future 1.2 release will have. Although it is early to talk about that, the 1.1 is actually in...
Posted by
Kartones
| with
no comments
Filed under:
.NET
,
3D
,
C#
,
DirectX
,
Game Engines
,
Jad Engine
More Posts
Next page »