August 2005 - Posts

Internet Explorer process (iexplore.exe)
Published 08-20-2005 5:02 PM | jokiz
I once read an article about the behavior when one clicks a hyperlink to open another window for Internet Explorer that it is executed within the same process with the one who launched it. In other words, both IE windows will be using the same iexplore...
Filed under: ,
Disabling Internet Options in IE
Published 08-13-2005 11:11 AM | jokiz
My friend owns this shop in Laguna whom I am trying to help to configure his workstations. Currently, all the users are using the Administrator account (yeah I know...) so there are spywares and viruses everywhere. Luckily, he hasn't experienced a major...
Filed under: , ,
XML Documentation for VS Intellisense
Published 08-10-2005 8:59 PM | jokiz
I always try to supply xml documentation for my codes no matter how descriptive I name my methods and properties. I wanted my team to take advantage of the xml comments that I have provided through Intellisense for some of the classes that I have done...
PageIndexChanged and SortCommand (Special ItemCommands)
Published 08-04-2005 11:24 PM | jokiz
This is to expound more on my previous post here regarding the behavior of datagrid's events. I tried to refactor my codes one time on a webform with a grid on it. Most of my ItemCommands has similar routine, obtain the PK id of the record from the grid...
Filed under: , , ,
VS AuthoHide window bug
Published 08-04-2005 10:47 PM | jokiz
One innovation I love most with with Visual Studio is their AutoHide windows. I always configure every window (server explorer, debug windows, etc.) to be AutoHide to maximize my code view (eventhough I have a 1280 x 1024 resolution at font size 8). The...
Filed under: , ,