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
»
IIS
.NET
ASP.NET
C#
Community Server
Configuration
CSS
Firefox
HTML
HttpModule
Internet Explorer
ISAPI
Javascript
Kartones.Net
Methodology
NUnit
Optimization
Patterns & Practices
Performance
PHP
Security
SQL Injection
Testing
Visual Studio
Web Server
Windows 2003
XSS
YUI
Mar 18 2009
Kartones.Net: Speed improvements on the site
I’ve been lately working hard on my spare time to make some speed improvements to the site. Although we’re running a slightly modified version of CS (with some internal tweakings and unused modules disabled), one of the things I love is trying to optimize...
Posted by
Kartones
| with
no comments
Filed under:
C#
,
.NET
,
ASP.NET
,
Kartones.Net
,
Community Server
,
Javascript
,
IIS
,
Optimization
,
Windows 2003
,
YUI
,
CSS
Feb 09 2009
Learning PHP + a small WIP PHP5 Manual
One of the interviews I’m currently doing to search for a new job is for developing with PHP/MySQL/Linux. While this could seem shocking at first (just looking at the tag cloud on the right of the blog anyone can see I’m a .NET developer), it’s not the...
Posted by
Kartones
| with
no comments
Filed under:
Patterns & Practices
,
.NET
,
PHP
,
IIS
,
Methodology
Nov 20 2008
Tuning ASP.NET applications performance
One of my defects is that I always think there's room for improvement in everything. But time (and budget) is limited, so we always have to evaluate and decide when to stop improving to move to the next feature. This is why Service Packs and revisíons...
Posted by
Kartones
| with
no comments
Filed under:
C#
,
Patterns & Practices
,
Firefox
,
.NET
,
ASP.NET
,
Configuration
,
IIS
,
Performance
,
Internet Explorer
Sep 19 2008
Auto-Launch Visual Studio Web Server when running tests
For security policies, in my job I don't have installed IIS, so I have to develop in ASP.NET by using Visual Studio 2008's (great) web server. But the problem is that whenever I want to make unit tests, I have to first launch the web service via...
Posted by
Kartones
|
1 comment(s)
Filed under:
Visual Studio
,
Testing
,
.NET
,
ASP.NET
,
NUnit
,
IIS
,
Web Server
May 27 2008
IIRF: A decent URL rewriter ISAPI filter
IT's been a long time since my last security-related post, but from time to time I'm assigned small tasks related to it. Last one, just finished today, was doing some research and proof of concepts about ISAPI filters for a spanish company, to...
Posted by
Kartones
|
2 comment(s)
Filed under:
Security
,
XSS
,
SQL Injection
,
ISAPI
,
IIS
May 08 2006
ASP.NET & IIS bad things
I'm starting to hate some IIS "features". First it was IIS basic authentication (which you have to do by active directory whenever you want or not, just because IIS processes it first and then handles the result to ASP.NET). I'll search...
Posted by
Kartones
| with
no comments
Filed under:
ASP.NET
,
ISAPI
,
IIS
,
HTML
,
HttpModule