Kartones Blog
Be the change you wanna see in this world
This Blog
Home
Contact me
About
View older entries
RSS Feed
Special Links
Book reviews
Software reviews
Favourite Firefox addons
Favourite IE addons
Free developer tools list
Web links
Want a blog with us?
Tag Cloud
.NET
3D
ASP.NET
Blogging
Books
C#
Community Server
Configuration
Design
DirectX
Firefox
Game Engines
Google
Graphics
Humour
Javascript
Kartones.Net
Music
MVF
Offtopic
Patterns & Practices
PHP
Review
Security
Testing
Tools
Travel
Troubleshooting
Tweaks
Twitter
Videogames
Visual Studio
Windows
Windows Live
Windows Live Agents
Windows Live Messenger
Windows Vista
Windows XP
XBox 360
XNA
About Me
LinkedIn Profile
Tuenti Profile
Facebook Profile
Photo albums
Portfolio (in spanish)
RPG Blog
Twitter Account
My Gaming Profiles
XBox360 Gamertag
Steam Gamercard
My Last Twitts
Twitts not loading?
Check them
here
.
My Messenger Status
I am
Visits
Browse by Tags
All Tags
»
Assembly
.NET
3D
ASP.NET
C
C#
Configuration
CSS
Design
DirectX
DLL
Freeware
Game Engines
Graphics
IT
Javascript
LDAP
NVidia
OpenGL
PHP
Security
SQL
Testing
Tools
Tracing
Troubleshooting
Tweaks
UAC
Videogames
Visual Studio
Windows
Windows Vista
WiX
May 27 2007
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:
Visual Studio
,
Assembly
,
Windows
,
.NET
,
Configuration
,
DLL
,
WiX
May 16 2007
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:
Windows Vista
,
Security
,
C#
,
Visual Studio
,
Assembly
,
.NET
,
UAC
,
Troubleshooting
,
Configuration
Feb 19 2007
NVidia releases new compiler and OpenGL specifications
NVidia has just released CUDA, a new special compiler that has C extensions to program the GPU. This allows a high-level direct programming of the GPU, using it almost as a coprocessor. The approach is different from ATI's CTM (which provides a low-level...
Posted by
Kartones
| with
no comments
Filed under:
3D
,
DirectX
,
NVidia
,
OpenGL
,
C
,
Assembly
Jan 07 2006
It all started...
In the late 80's my dad had a AMSTRAD PC/W green&black pc. On it I saw & played my first videogames (Pong, Space Invaders, Asteroids, Pac-Man, ...). One day, someone told my father that there was something better, much better. A Commodore...
Posted by
Kartones
| with
no comments
Filed under:
Game Engines
,
C
,
Assembly
,
Videogames
Dec 10 2004
WTF: ASM to IL compiler
Most .NET related people will know that there are a lot of projects to migrate/port Fortran, Pascal, CAML and other "obsolete" languages to .NET but... A compiler for generating ASP.NET code from Assembly code ?!?!? You can check it by yourself...
Posted by
Kartones
| with
no comments
Filed under:
Assembly
,
.NET
,
ASP.NET