DCSIMG
March 2009 - Posts - מקודד לשווא

March 2009 - Posts

1
תגובות

NVIDIA display support – or how i got my 1400x1050 working על ידי danielisimo

I needed a fresh start. after being involved in a project for the past year which totally crapped up my system  , I figured out that it it’s a good time to reinstall. so yesterday I upgraded my laptop to vista64. why 64 ? i found out first hand that vista runs better , by accidentally installing 64bit version on an old 32 one. All went fine , although some time ago it was impossible to install XPS1330 with 64 bit o/s today it’s all good. all went good except ….. Nvidia display driver – which...
0
תגובות

Server Quest על ידי danielisimo

  http://www.server-quest.com/   LOL
תגים:
1
תגובות

Bending JavaScript על ידי danielisimo

A client of mine faced me with an odd problem , what he wanted is to have an accessor  (proxy method) for a property in an object. var Person = function (firstname, lastname) { this .firstname = firstname; this .lastname = lastname; } my first response was no problem , just create a function to wrap the property: Person. prototype .FirstName = function (firstname) { if (firstname != null && typeof (firstname) == " string ") { this .firstname = firstname; } return this .firstname;...
תגים:,
Powered by Community Server (Commercial Edition), by Telligent Systems