Sign in
AppDev: Something You Should Know by Irena Kennedy
Everything that is related to application development, and other cool stuff...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
Application Development
Async
Config
Deployment
Environment
RIA
Silverlight
SQL
Telerik
TFS
Tools
Visual Studio
VSTS
WCF
Web
Archive
Archives
September 2012
(2)
March 2012
(1)
January 2012
(2)
April 2011
(1)
March 2011
(2)
October 2010
(1)
September 2010
(1)
August 2010
(2)
December 2009
(4)
November 2009
(1)
September 2009
(1)
June 2009
(2)
April 2009
(1)
December 2008
(2)
February 2008
(1)
October 2007
(3)
September 2007
(1)
August 2007
(7)
July 2007
(5)
June 2007
(8)
May 2007
(19)
April 2007
(42)
March 2007
(43)
February 2007
(33)
January 2007
(21)
December 2006
(7)
November 2006
(20)
October 2006
(22)
September 2006
(20)
August 2006
(23)
July 2006
(19)
June 2006
(12)
May 2006
(22)
April 2006
(20)
March 2006
(23)
February 2006
(20)
January 2006
(21)
December 2005
(14)
November 2005
(19)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
AppDev: Something You Should Know by Irena Kennedy
:) The name of what European capital is derived from the Greek word for wisdom?
Posted
over 6 years ago
by
irenake
0
Comments
Answer: Sofia, Bulgaria. It was named after the church of Saint Sofia in the 14 th century. Source: 2007 Calendar ‘The 365 Amazing Trivia Facts’
AppDev: Something You Should Know by Irena Kennedy
SYSK 339: Menus and Other Popups Without Any JavaScript
Posted
over 6 years ago
by
irenake
3
Comments
The other day I came across the following article by Eric Meyer -- http://meyerweb.com/eric/css/edge/popups/demo.html . Basically, instead of using JavaScript, you use CSS to change an element style that results in some other element(s) appearing...
AppDev: Something You Should Know by Irena Kennedy
Knowledge is Power: Learn About What’s New in Windows Mobile 6
Posted
over 6 years ago
by
irenake
0
Comments
Check out this demo for an overview of new messaging, device management and security features in Windows Mobile 6 -- http://www.microsoft.com/downloads/details.aspx?FamilyID=fba4e943-9b9f-48c8-8195-1000d3398f3f&DisplayLang=en
AppDev: Something You Should Know by Irena Kennedy
SYSK 338: What SQL Queries Are Currently Running?
Posted
over 6 years ago
by
irenake
1
Comments
That’s easy -- just run the SQL statement below… select session_id , request_id , start_time , status , cpu_time , er . total_elapsed_time , substring ( st . text , ( er . statement_start_offset / 2 ) + 1 , (( case er . statement_end_offset...
AppDev: Something You Should Know by Irena Kennedy
:) When it comes to animals, what is a zorse?
Posted
over 6 years ago
by
irenake
1
Comments
A cross between a zebra and a horse. Here is a quote from http://www.geocities.com/zedonknzorse/basics.html : “Zebras, donkeys, and horses are all members of the family equus - Equines. They are all slightly different in genetic makeup...
AppDev: Something You Should Know by Irena Kennedy
SYSK 337: JavaScript – Should You Define Functions Inside a Prototype or Outside?
Posted
over 6 years ago
by
irenake
2
Comments
Yesterday’s post described three ways to extend an existing type. It occurred to me that there is one more, slightly different mechanism, for defining a prototype function… you can think of it as Method 2-b. Consider the following: function...
AppDev: Something You Should Know by Irena Kennedy
:) Same Word, Same Language, Different Countries => Different Meaning
Posted
over 6 years ago
by
irenake
4
Comments
Q: In England, what’s the difference between a vest and a waistcoat? A: An English vest is what Americans call an undershirt; a waistcoat is what Americans call a vest. And I thought ‘football’ is the only word with different meaning in US...
AppDev: Something You Should Know by Irena Kennedy
SYSK 336: Three Ways to Extend a Existing JavaScript Type
Posted
over 6 years ago
by
irenake
0
Comments
Since I haven’t seen a clear and a relatively concise explanation on this topic, I decided to create this blog post… If you want to add a function (i.e. extend) to an existing type, there are three ways that I know of to accomplish this. For example...
AppDev: Something You Should Know by Irena Kennedy
:) Software Development – A Picture That’s Worth 1000 Words
Posted
over 6 years ago
by
irenake
3
Comments
Note : If you know of the source or author, please let me know so I can give proper credit. Special thanks to Gabe Brown for forwarding this image.
AppDev: Something You Should Know by Irena Kennedy
SYSK 335: What Causes Windows to Blue Screen?
Posted
over 6 years ago
by
irenake
1
Comments
Ever wonder what are the circumstances of when Windows blue screens? To my knowledge, if an unhandled exception occurs in kernel-mode code (e.g. a privileged device driver or the OS kernel itself), Windows considers it too unsafe to keep running, so it...
AppDev: Something You Should Know by Irena Kennedy
:) Do birds have singing lessons?
Posted
over 6 years ago
by
irenake
1
Comments
Apparently… yes! W. H. Thorpe (University of Cambridge) was the first to demonstrate learning in birds by performing what is now considered to be a classic experiment, involving the isolation of male chaffinches (European songbirds) in soundproof...
AppDev: Something You Should Know by Irena Kennedy
SYSK 334: Great Tools from DomainTools.com
Posted
over 6 years ago
by
irenake
0
Comments
http://whois.domaintools.com/ has been my long term favorite domain lookup tool for things like blacklist status, IP location, registrar information, etc. , but now it has a lot more information including search engine optimization (SEO) score, number...
AppDev: Something You Should Know by Irena Kennedy
Non-Tech SYSK: Get Current Traffic Conditions Along With Your Driving Directions
Posted
over 6 years ago
by
irenake
0
Comments
Did you know that http://maps.live.com/ now provides up-to-date traffic information shown using different colors (green, yellow, and red) to indicate traffic conditions along your route? Of course, you can remove it by clicking ‘Hide traffic conditions...
AppDev: Something You Should Know by Irena Kennedy
SYSK 333: What Query Plans Are Cached in SQL Server?
Posted
over 6 years ago
by
irenake
0
Comments
It’s well known that, to improve performance, SQL Server caches query execution plans in memory. But would you like to know what query execution plans are currently in the cache? The following query will yield that information: select substring...
AppDev: Something You Should Know by Irena Kennedy
:) What words were combines to give Intel its name?
Posted
over 6 years ago
by
irenake
1
Comments
Answer: Int egrated el ectronics. Source: The 365 amazing trivia facts calendar from www.pageaday.com
AppDev: Something You Should Know by Irena Kennedy
SYSK 332: How To Register Custom Controls Once For All Web Pages
Posted
over 6 years ago
by
irenake
0
Comments
Did you know that since .NET 2.0 you can define register directives in the <pages> element in your configuration instead of using @Register directive on every page? It’s especially useful if you’re using a custom control(s) in multiple web pages...
AppDev: Something You Should Know by Irena Kennedy
:) “To cure jealousy…
Posted
over 6 years ago
by
irenake
0
Comments
… is to see it for what it is: a dissatisfaction with the self.” – Joan Didion Source: 2007 Calendar ‘For Women Who Do Too Much’
AppDev: Something You Should Know by Irena Kennedy
SYSK 331: How To Expose A Client-Side Event From Your ASP.NET Control
Posted
over 6 years ago
by
irenake
1
Comments
Consider the following scenario – you create your own calendar control and you’d like to raise an event when a date is selected (e.g. OnDateClicked)… and you’d like for the users of your calendar control to process the event using JavaScript on the client...
AppDev: Something You Should Know by Irena Kennedy
Knowledge is Power: Synthetic Antioxidants May Increase Risk of Death
Posted
over 6 years ago
by
irenake
0
Comments
The results of several studies on affects of synthetic antioxidants such as beta carotene, vitamin A, vitamin E, vitamin C (ascorbic acid) and selenium were published in American Medical Association journal. In summary: “We did not find convincing...
AppDev: Something You Should Know by Irena Kennedy
SYSK 330: How To Use An Embedded Resource From A Sub-Folder
Posted
over 6 years ago
by
irenake
4
Comments
If you’re creating a custom client-side control by deriving from System.Web.UI.IScriptControl, you may want to embed the .js files into your assembly instead of having to deploy them to every web site that uses those controls (this is especially valuable...
AppDev: Something You Should Know by Irena Kennedy
Brain Teaser #4: Solve This Math Word Puzzle
Posted
over 6 years ago
by
irenake
5
Comments
Each letter stands for a 1-digit number. No two letters may stand for the same number. Using pen and paper (i.e. not writing a computer program), find a value for each letter from the following set: 0, 1, 2, 3, 4, 6, 7, 8, 9. BAD + LET --...
AppDev: Something You Should Know by Irena Kennedy
SYSK 329: AJAX.NET, WPF, Expression, IE Extensions and Other Hands-On Labs and Demos
Posted
over 6 years ago
by
irenake
1
Comments
Not going to MIX 07 this year? You can still download a number of videos, PowerPoint slides, scripted demons and hands-on labs on a variety of web development topics at http://visitmix.com/university/ .
AppDev: Something You Should Know by Irena Kennedy
:) How do nine-banded armadillos get across small bodies of water?
Posted
over 6 years ago
by
irenake
1
Comments
Answer: Either by gulping air into their stomach and intestines and floating across, or by sinking to the bottom of shallow water and using their claws to walk across. They can hold their breath for about six minutes. Source: The 365 amazing...
AppDev: Something You Should Know by Irena Kennedy
SYSK 328: The “Hidden” System Database in SQL 2005
Posted
over 6 years ago
by
irenake
0
Comments
If you just open SQL Server Management Studio and expand the System Databases node, you’ll see four databases – master, model, msdb and tempdb (just like in SQL 2000). However, SQL Server 2005 has a new system database called the ‘Resource’ database...
AppDev: Something You Should Know by Irena Kennedy
:) White for unmarried men, red for hitched…
Posted
over 6 years ago
by
irenake
0
Comments
Did you know that on the tiny Taquile Island in Lake Titicaca (on the border of Peru and Bolivia), you can quickly figure out who’s OPP without sneaking sidelong glances at ring fingers. It’s all on the head, in the form of bright, complexly patterned...
Page 1 of 2 (42 items)
1
2