jokiz
(x-a)(x-b)(x-c)...(x-z)
January 2005 - Posts
Strong-named Assemblies with Intellisense
Published 01-21-2005 6:26 PM |
jokiz
Everytime I need to test a certain logic involving a datatable object, I always ended up searching for my last test project that involves population of a datatable object from the AUTHORS table of the PUBS database. If I find it, lucky me, otherwise I...
Some Visual Studio 2003 Weird Behaviors and my workarounds
Published 01-20-2005 4:20 PM |
jokiz
Some/All of the buttons (Show All, Design View, Code View, Refresh) in the Solution Explorer Window is not visible. I just temporarily click an object outside the current project then click back to the said object. A component with design view (control...
InitializeComponent, Abstract Base Forms and Visual Studio Design Behavior
Published 01-20-2005 10:59 AM |
jokiz
It is interesting to know how the Designers works in Visual Studio when one is designing a component, control or form (controls and forms by the way are special kind of components with visual representation at the document surface). Knowing such kind...
The secret world of nonprinting characters
Published 01-18-2005 7:23 PM |
jokiz
Have you experienced the following using MS Word? your pages are not breaking as you like your printer is adding a blank page at the end of your document an automatic number insists on being bold even though you have applied bold formatting to only a...
DesignerHost and Designer Services reference retrieval
Published 01-18-2005 12:20 AM |
jokiz
There are a number of sample codes for designer classes of custom controls. Some are storing internal references to the services (IComponentChangeService, ISelectionChangeService, etc.) and the designerhost, some are getting them when needed. The second...
Assignment in a WHILE condition
Published 01-17-2005 5:34 PM |
jokiz
Before, I used to think that in C, the assignment operator always evaluate to true. It is because of this context: [code language="C#"] while (intLeft == intRight) { //do whatever } [/code] If you mistyped the comparison operator (==) as a single equal...
Rounding off numbers
Published 01-14-2005 5:02 PM |
jokiz
Back in grade school (Third Grade if I can remember it correctly), rounding off a number which is exactly in between (halfway) follows the “nearest even rule”. Rounding off 0.5 and 1.5 to their nearest units digit gives: 2.5 -> 2 3.5 -> 4 After...
First post
Published 01-13-2005 8:15 PM |
jokiz
Welcome to my blog @ community.devpinoy.org. Thanks a lot keith for this space. Please feel free to drop some comments... Enjoy reading!
Search
Go
This Blog
Home
Contact
Tags
.NET
agile
ASP.NET
blogging
bug
C#
continuous integration
controls
design guidelines
designer
keyboard shortcuts
lokal
mobile
ms word
NHibernate
rants
resharper
SQL
subversion
tdd
techie
tips
version control
visual studio
windows forms
Community
Blogs
Blogs
Media
Forums
Archives
December 2008 (1)
December 2007 (3)
October 2007 (3)
September 2007 (2)
August 2007 (4)
July 2007 (9)
June 2007 (5)
May 2007 (12)
April 2007 (7)
March 2007 (8)
February 2007 (11)
January 2007 (15)
December 2006 (10)
November 2006 (8)
October 2006 (9)
September 2006 (20)
August 2006 (23)
July 2006 (17)
June 2006 (30)
May 2006 (27)
April 2006 (21)
March 2006 (24)
February 2006 (14)
January 2006 (5)
December 2005 (4)
November 2005 (7)
October 2005 (2)
September 2005 (7)
August 2005 (5)
July 2005 (6)
June 2005 (14)
May 2005 (4)
April 2005 (18)
March 2005 (17)
February 2005 (14)
January 2005 (8)
News
Subscribe to jokiz by Email
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go