<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>http://www.wischik.com/lu/ changes</title>
<link>http://www.wischik.com/lu/changes.xml</link>
<description>Changes</description>
<lastBuildDate>Fri, 10 Oct 2008 05:19:17 -0400</lastBuildDate>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>Good! this article is highly appreciated... 
Shakil Ahmad. PUCIT</description>
<pubDate>Fri, 10 Oct 2008 05:19:17 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>Continued from the previous comment - I can be reached at batkol@mindspring.com</description>
<pubDate>Thu,  9 Oct 2008 14:22:41 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>Hi,
 nbsp;
I have found a problem... I have rebuilt the project under vs2005, 32-bit, no Unicode, and everything works fine on my 
 nbsp;
win2003-32bit edition with IE6
winxp-sp2-32bit edition with IE7
 nbsp;
but the BHO is not loaded on my win2003-64bit x64 system. I use the 32bit version of IE7. Everything looks good in the registry under
 nbsp;
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects
 nbsp;
and
 nbsp;
HKEY_CLASSES_ROOT\Wow6432Node\CLSID
 nbsp;
Additionally the BHO is visible in IE7 under Tools|Manage Ad-ons
 nbsp;
Unfortunately the BHO cannot be activated and additional investigation with the use of SysInternals Process Explorer shows that bho.dll is not in the list of dlls shown for iexplore.exe. I have attempted to run the bho.dll under debugger (using C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE as the command) but none of the exports is reached.
 nbsp;
Any ideas? I really like your compact code.
 nbsp;
</description>
<pubDate>Thu,  9 Oct 2008 14:20:35 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/1bpp.html comment</title>
<link>http://www.wischik.com/lu/programmer/1bpp.html</link>
<description>For some reason after I convert a bitmap to 1bpp using your function if I do a LockBits on the resulting bitmap it gives me a negative stride! 
I replace your function with the slower (GDI+ FAQ) one and the stride is positive, everything is normal... but slower I guess.
Any idea why?
 nbsp;

</description>
<pubDate>Wed, 24 Sep 2008 13:15:44 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/unison-ssh.html comment</title>
<link>http://www.wischik.com/lu/programmer/unison-ssh.html</link>
<description>hi.  if i move my server to a new IP address, how do I "clear" the local hosts file so that SSH does not get confused?</description>
<pubDate>Wed, 24 Sep 2008 12:36:18 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/1bpp.html comment</title>
<link>http://www.wischik.com/lu/programmer/1bpp.html</link>
<description>The code works great. 
How can I change this code to make this with the Compact Framework 2 for a WinCE 5.0 to run. 
 nbsp;
Thank you 
Dirk</description>
<pubDate>Wed,  3 Sep 2008 03:31:04 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/italian-phrases-for-meeting-people.html comment</title>
<link>http://www.wischik.com/lu/art/italian-phrases-for-meeting-people.html</link>
<description>lol very random, great job</description>
<pubDate>Tue, 19 Aug 2008 09:56:58 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/mapi_utils.html comment</title>
<link>http://www.wischik.com/lu/programmer/mapi_utils.html</link>
<description>awesome tutorial.
This got me going.
cordial thanks</description>
<pubDate>Mon, 18 Aug 2008 01:30:03 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/1bpp.html comment</title>
<link>http://www.wischik.com/lu/programmer/1bpp.html</link>
<description>Think there is an error in your MAKERGB function. The r and g components are the wrong way round. The function should read:
 nbsp;
 nbsp; static uint MAKERGB(int r,int g,int b)
 nbsp; { return ((uint)(b 255)) | ((uint)((g 255) lt; lt;8)) | ((uint)((r 255) lt; lt;16));
 nbsp; }
 nbsp;
Otherwise useful code, thanks.</description>
<pubDate>Thu, 14 Aug 2008 16:29:20 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>Hi. This site has extremely informative contents. Thank you for that.
 nbsp;
I was looking at your BHO code. Do you know how to intercept/get all URLS that are in a website using the BHO? Could you let me know if you know it? My email is Nicholas.G5@gmail.com
 nbsp;
Thanks.</description>
<pubDate>Tue, 12 Aug 2008 04:12:51 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/ comment</title>
<link>http://www.wischik.com/lu/programmer/</link>
<description>Hi. This site has extremely informative contents. Thank you for that.
 nbsp;
I was looking at your BHO code. Do you know how to intercept/get all URLS that are in a website using the BHO? Could you let me know if you know it? My email is Nicholas.G5@gmail.com
 nbsp;
Thanks.</description>
<pubDate>Tue, 12 Aug 2008 04:11:01 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/get-image-size.html comment</title>
<link>http://www.wischik.com/lu/programmer/get-image-size.html</link>
<description>In the PHP version, the line:
 gt; if (isset($x,$y,$type)) return false;
should be:
 gt; if (!isset($x,$y,$type)) return false;
as far as I can tell.  Then it works for me.
 nbsp;
</description>
<pubDate>Tue, 12 Aug 2008 00:37:50 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>It seems to me that declaration-site variance (as implemented in the CLR, and now proposed for C# and VB.NET) is less useful than call-site variance (as implemented in Java using wildcards). Here's why: stop for a moment and think, how many of BCL generic classes could actually be converted to use this feature? There's IEnumerable lt;T gt;, alright - but what else? ICollection lt;T gt; is right out, because it is IEnumerable lt;T gt; (and hence covariant), but it also takes T as an argument for Add() (which is contravariant) - the intersection of those is invariant. The same goes for all interfaces further extending ICollection lt;T gt;, such as IList lt;T gt;.
 nbsp;
On the other hand, with wildcards, I can deal with ICollection lt;T gt; either in covariant or contravariant fashion: for example, only using GetEnumerator() and Count - a typical real-world scenario - is covariant; only using Add() is contravariant. You can do this with declaration-site variance too, but you have to split every interface into its covariant and contravariant parts, and I doubt the BCL team would do it at this point; besides, it relies upon interface designers to do the right thing, and gives the user no recourse if they don't.
</description>
<pubDate>Mon, 11 Aug 2008 04:13:25 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>It seems to me you only need to have one key work Like x as CLONE List(Of T) on function call.  Then in the scope of the method x will reference clone of List(Of T).  Everything works as normal.  Modifications of list are bound into scope of the method or object and will not have effect callers list.  Furthermore modifications to objects in the list will persist out of scope which is porsumably is a desired result.  This would allow stuff like is.  
 nbsp;
Class Fruits
 nbsp;   Public Property Washed() As Boolean
 nbsp;   Public Property Eaten() As Boolean
End Class
 nbsp;
Class WashedFruitList
 nbsp;   Private mList As List(Of Fruits)
 nbsp;   Public Sub New(ByVal NewList As List(Of Fruits))
 nbsp;       For Each Fruit As Fruits In NewList
 nbsp;           Fruit.Washed = True
 nbsp;       Next
 nbsp;       mList = NewList
 nbsp;   End Sub
 nbsp;   Public Sub EatList()
 nbsp;       For Each Fruit As Fruits In mList
 nbsp;           Fruit.Eaten = True
 nbsp;       Next
	mList=New List(Of Fruits)
 nbsp;   End Sub
 nbsp;   Public Sub Add(ByVal itm As Fruits)
 nbsp;       itm.Washed = True
 nbsp;       mList.Add(itm)
 nbsp;   End Sub
 nbsp;
End Class
.
.
.
Dim lApples As New List (Of Apples)
Dim CartFriut as WashedFruitList
.
.
.
 nbsp;
CartFriut = New WashedFruitList(lApples)
' All apples in lApples would be washed 
CartFriut.Add(BobsBanana)
' lApples would only still have Apples
lApples.Add(NewApple1)
lApples.Add(NewApple2)
CartFriut.EatList
' LApples Still Exist Members and all members of LApples would be eaten except NewApple1, and NewApple2  
.
. 
.
If you want further clarification email me @ btcheng@yahoo.com</description>
<pubDate>Fri,  8 Aug 2008 12:50:47 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description> [Lucian Wischik] Please add comments either here or at the  VB Team Blog   </description>
<pubDate>Thu,  7 Aug 2008 17:17:47 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>         VB Variance                    VB     Variance         Co- and Contravariance    How do I convert a List(Of Apple)  into a List(Of Fruit)  ?   This is the first in a series of posts exploring how we might implement generic co- and contra-variance in a hypothetical future version of VB. This is not a promise about the next version of VB; it's just one possible proposal, written up here to get early feedback from potential users.     Sub  EatFruit( ByVal  x as  IEnumerable (Of  Fruit ))       Dim  x as  New   List (Of  Apple )   x.Add( GrannySmith )   x.Add( GoldenDelicious )   EatFruit(x)    ' ERROR: cannot convert List(Of Apple) to IEnumerable(Of Fruit)      Look at the above code. You'd think it should work. It's a common enough scenario: there's a library function which handles some kind of data type, but you've inherited from that type for your own purposes. How can you pass a collection of your own inherited type into the library function?   We'r...</description>
<pubDate>Thu,  7 Aug 2008 17:16:55 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>Please add comments either here or at the VB Team Blog: http://blogs.msdn.com/vbteam/archive/2008/08/07/co-and-contra-variance-lucian-wischik.aspx</description>
<pubDate>Thu,  7 Aug 2008 17:16:24 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>  Dim  call1 = Expression.Call(instance, method, args)  </description>
<pubDate>Thu,  7 Aug 2008 16:59:29 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>  VB     Lucian Wischik         I am a member of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating. I wlecome comments, criticisms and suggestions: please add them to the bottom of each page, or on the  VB Team Blog , or by email to me at  lwischik@microsoft.com .   Co- and contra-variance      Introduction  - How do I convert a List(Of Apple) into a List(Of Fruit) ?   ... ideas for topics to come: variance in CLR, what count as In and Out, delegates, Linnaeus, ambiguity, CLS, meta-import, conversion transitivity, interop    </description>
<pubDate>Thu,  7 Aug 2008 16:41:37 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description> PS. As for the title of this article, here's what we envisage...  </description>
<pubDate>Thu,  7 Aug 2008 16:29:31 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>   Dim  x As  New   List (Of  Apple )    Dim  y As  List (Of  Fruit ) = x    '     ' ERROR: List(Of Fruit) cannot be converted to List(Of Apple)     ' Consider using IEnumerable(Of Fruit) instead.    </description>
<pubDate>Thu,  7 Aug 2008 16:28:43 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>  VB     Variance         Co- and Contravariance   This is the first in a series of posts exploring how we might implement generic co- and contra-variance in a hypothetical future version of VB. This is not a promise about the next version of VB; it's just one possible proposal, written up here to get early feedback from potential users.   Look at the above code. You'd think it should work. It's a common enough scenario: there's a library function which handles some kind of data type, but you've inherited from that type for your own purposes. How can you pass a collection of your own inherited type into the library function?   We're considering a VB language feature to support this kind of conversion. The topic is called "Co- and contra-variance", or just "variance" for short. Variance has actually been in the CLR since 2005 or so, but no one's yet released a .net language that uses it. There are other languages with it, though. Here are some links to what people have written on the to...</description>
<pubDate>Thu,  7 Aug 2008 16:27:54 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>   Function  Call(instance As Expression, method As MethodInfo, arguments As  IEnumerable (Of  Expression )) As MethodCallExpression    Dim  args As  New   List (Of ConstantExpression)   args.Add(Expression.Constant( "x" ))   args.Add(Expression.Constant( "y" ))    Dim  call1 = Expression.Call(instant, method, args)    ' args inherits from IEnumerable(Of ConstantExpression), which   </description>
<pubDate>Thu,  7 Aug 2008 16:18:36 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/keymouse.html comment</title>
<link>http://www.wischik.com/lu/programmer/keymouse.html</link>
<description></description>
<pubDate>Thu,  7 Aug 2008 10:53:15 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/keymouse.html comment</title>
<link>http://www.wischik.com/lu/programmer/keymouse.html</link>
<description>Beautiful piece of code - thanks!</description>
<pubDate>Thu,  7 Aug 2008 10:52:54 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>  ' variance-converts to IEnumerable(Of Expression)    </description>
<pubDate>Wed,  6 Aug 2008 11:43:26 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>  ' and in the VB sense of "can be converted to"        Class  AppleBasket      Implements   IReadOnly (Of  Apple )      Implements   IWriteOnly (Of  Apple )    End   Class    </description>
<pubDate>Tue,  5 Aug 2008 20:59:41 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>  ' Create a new callsite that takes two arguments:   </description>
<pubDate>Tue,  5 Aug 2008 20:58:16 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>  ' Create a new site that takes two arguments:   </description>
<pubDate>Tue,  5 Aug 2008 20:58:08 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>   Sub  CallSite( ByVal  x as  IEnumerable (Of  Expression ))    Dim  args As  New   List (Of Expression.Arg)   args.Add( New  NamedArg( "x" ))   args.Add( New  NamedArg( "y" ))    '     Dim  site1 As  New  CallSite(args)    ' args inherits from IEnumerable(Of Expression.Arg), which     ' can be variance-converted to IEnumerable(Of Expression)    </description>
<pubDate>Tue,  5 Aug 2008 20:57:56 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>  Dim  args As  IEnumerable (Of Expression.NamedArg) =              {Expression.NamedArg( "x" ),  </description>
<pubDate>Tue,  5 Aug 2008 20:54:19 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>     Implements   IWriteOnly (Of T)       Implements   IReadOnly (Of T)       Public   Sub  Write( ByVal  x As T)  Implements   IWriteOnly (Of T).Write       Public   Function  Read() As T  Implements   IReadOnly (Of T).Read  </description>
<pubDate>Tue,  5 Aug 2008 20:53:02 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>  Dim  apples As  IWriteOnly (Of  Apple ) =  new  AppleBaset    Dim  golds As  IWriteOnly (Of  GoldenDelicious ) = apples    Dim  foods as  IWriteOnly (Of  Food ) = apples    Dim  cars as  IWriteOnly (Of Car) = apples   </description>
<pubDate>Tue,  5 Aug 2008 20:52:46 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>"In" parameters    Interface   IWriteOnly (Of  In  T)      Sub  Write( ByVal  x As T)    End   Interface     ' "In" declares that T will only ever be used     ' as ByVal arguments to functions.        Dim  x As  IWriteOnly (Of  Apple ) =  New  AppleBasket    Dim  z As  IWriteOnly (Of  GoldenDelicious ) = x      z.Write( New   GoldenDelicious )   </description>
<pubDate>Tue,  5 Aug 2008 20:52:41 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>   Interface   IReadOnly (Of  Out  T)       Function  Read() As T    End   Interface     ' "Out" declares that T will only ever be used     ' as return type of functions *        Dim  x As  IReadOnly (Of  Apple ) =  New  AppleBasket    Dim  y as  IReadOnly (Of  Fruit ) = x       Dim  f as  Fruit  = y.Read()    ' This is guaranteed not to throw InvalidCastException    </description>
<pubDate>Tue,  5 Aug 2008 20:52:32 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/variance-introduction.html comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/variance-introduction.html</link>
<description>   Sub  CallSite( ByVal  x as  IEnumerable (Of Expression.Arg))      ...       ' Create a new dynamic callsite that takes two arguments:    dim args = {Expression.NamedArg( "x" ),               Expression.NamedArg( "y" )}    Dim  _site1 As  New  CallSite(args)       ' args was inferred as a NamedArg() array, which supports     ' IEnumerable(Of NamedArg), which can be variance-converted to     ' IEnumerable(Of Arg)    </description>
<pubDate>Tue,  5 Aug 2008 20:52:19 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  -  TimeTravel  -  forums  -  InstallDrop  -  fbtools  -  vb  cocon  -  TfsHealth  -  buildstatus .  </description>
<pubDate>Tue,  5 Aug 2008 11:20:56 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/unison-ssh.html comment</title>
<link>http://www.wischik.com/lu/programmer/unison-ssh.html</link>
<description>To the user of the last comment.  Try running it in Vista with Admin credentials.</description>
<pubDate>Mon,  4 Aug 2008 09:08:54 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/mapi_utils.html comment</title>
<link>http://www.wischik.com/lu/programmer/mapi_utils.html</link>
<description>good one </description>
<pubDate>Wed, 30 Jul 2008 10:49:22 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>   How to deal with build-breaking changesets:   tf history . /r tf get . /r /version:C501631   -- before the bad change tfpt getcs /changeset:501698    -- in case there was a changeset after the bad that I had to pick up     FB BUILD BuildDirectories=VB (or several directories   se  parated   with semicolons)       FB INSTALLUPDATES           </description>
<pubDate>Tue, 22 Jul 2008 15:25:45 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>   \lwischik2\share\vs-margin.reg .       How to deal with build-breaking changesets:   tf history . /r tf get . /r /version:C501631   -- before the bad change tfpt getcs /changeset:501698    -- in case there was a changeset after the bad that I had to pick up    FB BUILD BuildDirectories=VB (or several direc  to    ries se  parated   with semicolons)       FB INSTALLUPDATES         or, in the ddsuites\src\vs\vb\vbc directory,        trun -A -s -T -e -kr 10 -g "ddcommonvs,BCCheckIn,!DDInt_RADBU  ,!PUF_noCHK,!RADBUG_DEBUG_Disabled,!RADBUG_RetOnly,!RADBUG_Disabled,!VBG_Disabled,!BCDisabled,!BuildLabDisabled"    </description>
<pubDate>Tue, 22 Jul 2008 15:25:37 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>        How to deal with build-breaking changesets:  tf history . /r tf get . /r /version:C501631   -- before the bad change tfpt getcs /changeset:501698    -- in case there was a changeset after the bad that I had to pick up         FB BUILD BuildDirectories=VB (or   several direc  tories se  parated with semicolons)       FB RUNTESTS SuiteConfigToRun=VBRollingRet / VBRollingChk       </description>
<pubDate>Tue, 22 Jul 2008 15:25:16 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/ comment</title>
<link>http://www.wischik.com/lu/programmer/</link>
<description>Hello, 
Audio Sampling compo can`t recompiled in bcb6 ? why ?
I have changed to   lt;designintf.hpp gt;, still dont work?
Can u help, thank u first.~</description>
<pubDate>Sat, 12 Jul 2008 21:09:15 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  -  TimeTravel  -  forums  -  InstallDrop  -  fbtools  -  vb  cocon  -  TfsHealth  -  buildstatus .  </description>
<pubDate>Wed,  9 Jul 2008 00:05:07 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>    VB developer     Lucian Wischik          I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve dour language. This web site has my personal notes on some possible new features that we're investigating.f   code   kjhjklhjlkjl   sdadsasdasdasdasdasddf\   Co- and Contravariance      Introduction  - How do I convert a List(Of Apple) into a List(Of Fruit) ?    Introduction  - How do I convert a List(Of Apple) into a List(Of Fruit) ?     Dynamic     Introduction - Bringing VB back to its scripting roots  (in progress...)         Please leave comments here.   This is all very well and interesting. But consider this code:        Dim x as Func(Of Func(Of System.Scripting.CallSite.Actions(Of Action)))) = 15 * 2 + b         Then what happens?         Then what happens? Then what happens? Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens...</description>
<pubDate>Sun,  6 Jul 2008 22:04:19 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>  VB developer     Lucian Wischik          I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve dour language. This web site has my personal notes on some possible new features that we're investigating.f  code   kjhjklhjlkjl  sdadsasdasdasdasdasddf\   Co- and Contravariance      Introduction  - How do I convert a List(Of Apple) into a List(Of Fruit) ?    Introduction  - How do I convert a List(Of Apple) into a List(Of Fruit) ?    Dynamic     Introduction - Bringing VB back to its scripting roots  (in progress...)        Please leave comments here.   This is all very well and interesting. But consider this code:     Dim x as Func(Of Func(Of System.Scripting.CallSite.Actions(Of Action)))) = 15 * 2 + b     Then what happens?     Then what happens? Then what happens? Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?   ...</description>
<pubDate>Sun,  6 Jul 2008 21:52:21 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>  http://www.wischik.com/lu/programmer/vbdev/    </description>
<pubDate>Sun,  6 Jul 2008 21:49:58 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve dour language. This web site has my personal notes on some possible new features that we're investigating.fd  code  </description>
<pubDate>Sun,  6 Jul 2008 21:48:06 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve dour language. This web site has my personal notes on some possible new features that we're investigating.f  code  </description>
<pubDate>Sun,  6 Jul 2008 21:41:43 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>  VB developer     Lucian Wischik          I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating.f  code   This is all very well and interesting. But consider this code:     Dim x as Func(Of Func(Of System.Scripting.CallSite.Actions(Of Action)))) = 15 * 2 + b     Then what happens?     Then what happens? Then what happens? Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?  </description>
<pubDate>Sun,  6 Jul 2008 21:16:26 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>       Lucian Wischik - VB developer             VB developer     Lucian Wischik          This is all very well and interesting. But consider this code:   Dim x as Func(Of Func(Of System.Scripting.CallSite.Actions(Of Action)))) = 15 * 2 + b   Then what happens?   Then what happens? Then what happens? Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?    add comment   edit comment       </description>
<pubDate>Sun,  6 Jul 2008 21:16:17 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> kjhjklhjlkjl  sdadsasdasdasdasdasddf\  </description>
<pubDate>Sun,  6 Jul 2008 21:14:34 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>This is all very well and interesting. But consider this code:
 nbsp;
Dim x as Func(Of Func(Of System.Scripting.CallSite.Actions(Of Action)))) = 15 * 2 + b
 nbsp;
Then what happens?
 nbsp;
Then what happens? Then what happens? Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?Then what happens?</description>
<pubDate>Sun,  6 Jul 2008 21:14:17 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>removed    </description>
<pubDate>Sun,  6 Jul 2008 21:13:16 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description></description>
<pubDate>Sun,  6 Jul 2008 21:13:00 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>Please leave comments here.</description>
<pubDate>Sun,  6 Jul 2008 21:12:52 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>    fghfdgh   I have a comment    add comment   edit comment     </description>
<pubDate>Sun,  6 Jul 2008 21:12:13 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>    VB developer     Lucian Wischik          I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating.  code   kjhjklhjlkjl  sdadsasdasdasdasdasddfsasdf asdfasdf sadlfjsa dfljks dflsdjfsdlfsdf sdfsdf   Co- and Contravariance      Introduction  - How do I convert a List(Of Apple) into a List(Of Fruit) ?    Introduction  - How do I convert a List(Of Apple) into a List(Of Fruit) ?    Dynamic     Introduction - Bringing VB back to its scripting roots  (in progress...)      add comment   edit comment     </description>
<pubDate>Sun,  6 Jul 2008 21:11:21 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>I have a comment</description>
<pubDate>Sun,  6 Jul 2008 21:07:55 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>fghfdgh</description>
<pubDate>Sun,  6 Jul 2008 21:01:54 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating.  code   kjhjklhjlkjl  sdadsasdasdasdasdasddfsasdf asdfasdf sadlfjsa dfljks dflsdjfsdlfsdf sdfsdf  </description>
<pubDate>Sun,  6 Jul 2008 20:55:43 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating.  code  sdadsasdasdasdasdasddfsasdf asdfasdf sadlfjsa dfljks dflsdjfsdlfsdf sdfsdf  </description>
<pubDate>Sun,  6 Jul 2008 20:55:27 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating.  sdadsasdasdasdasdasddfsasdf asdfasdf sadlfjsa dfljks dflsdjfsdlfsdf sdfsdf  </description>
<pubDate>Sun,  6 Jul 2008 20:53:29 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating.   sdadsasdasdasdasdasddfsasdf asdfasdf sadlfjsa dfljks dflsdjfsdlfsdf sdfsdf    Co- and Contravariance    add comment   edit comment  Please add comments here   </description>
<pubDate>Sun,  6 Jul 2008 20:50:31 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> Co- and Contravariance   Dim x = {1,2,3}       </description>
<pubDate>Sun,  6 Jul 2008 20:18:45 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating.   Dim x = {1,2,3}       </description>
<pubDate>Sun,  6 Jul 2008 20:18:01 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating. fd   Dim x = {1,2,3}         </description>
<pubDate>Sun,  6 Jul 2008 20:15:32 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> Collection initializers     Dim x = {1,2,3}             </description>
<pubDate>Sun,  6 Jul 2008 20:10:49 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating.  </description>
<pubDate>Sun,  6 Jul 2008 20:09:25 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>    VB developer     Lucian Wischik          I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating.    Variance      Introduction  - How do I convert a List(Of Apple) into a List(Of Fruit) ?    Dynamic     Introduction - Bringing VB back to its scripting roots  (in progress...)      add comment   edit comment  Please add comments here   </description>
<pubDate>Sun,  6 Jul 2008 20:09:18 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>     Dim  n As  Decimal ? =  1  </description>
<pubDate>Sun,  6 Jul 2008 20:08:38 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>     Dim  y As  Expression (Of  Func (Of  Boolean )) =  Function () n  Is   Nothing  </description>
<pubDate>Sun,  6 Jul 2008 20:05:27 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>     Dim  r = c()  ' Verification error     End   Sub  </description>
<pubDate>Sun,  6 Jul 2008 20:04:13 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>     Dim  r = c()  ' Verification error    End   Sub  </description>
<pubDate>Sun,  6 Jul 2008 20:03:47 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>     Dim  x =  'hello "there" world'       Dim  r = c() ' Verification error </description>
<pubDate>Sun,  6 Jul 2008 20:03:34 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>     Dim  x =  'hello "there" world'       Dim  y =  "hello 'there' world"       Dim  r = c()  ' Verification error  </description>
<pubDate>Sun,  6 Jul 2008 20:03:16 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>     Dim  x =  undefined       Dim  y = "hello  undefined       Dim  z =  undefined       Dim  r = c()  undefined  </description>
<pubDate>Sun,  6 Jul 2008 20:02:36 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>     Dim  z =  'hello "there" world' ; </description>
<pubDate>Sun,  6 Jul 2008 19:59:40 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>     Dim  x =  'hello' ;      Dim  y = "hello  'there'  world'; </description>
<pubDate>Sun,  6 Jul 2008 19:58:56 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>     Dim  n As Decimal? =  1       Dim  y As  Expression (Of Func(Of  Boolean )) =  Function () n  Is   Nothing  </description>
<pubDate>Sun,  6 Jul 2008 19:57:28 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>     Dim  n  As  Decimal? =  1       Dim  y  As  Expression(Of Func(Of Boolean)) =  Function () n Is Nothing </description>
<pubDate>Sun,  6 Jul 2008 19:55:36 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>  Module  Module1    Sub  Main()      Dim  n as Decimal? =  1       Dim  y as Expression(Of Func(Of Boolean)) =  Function () n Is Nothing      Dim  c = e.Compile()      Dim  r = c() ' VerificationException: operation could destabilize the runtime    End   Sub   End   Module  </description>
<pubDate>Sun,  6 Jul 2008 19:55:19 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> Module Module1   Sub Main()     Dim n as Decimal? =  1      Dim y as Expression(Of Func(Of Boolean)) = Function() n Is Nothing     Console.WriteLine(e)     Dim c = e.Compile()     Dim r = c() ' VerificationException: operation could destabilize the runtime   End Sub End Module </description>
<pubDate>Sun,  6 Jul 2008 19:51:27 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> var  x =  "hello 'there' world"   var  y =  'also string'   var  z =  /hello/i   let  x =  27   exit  </description>
<pubDate>Sun,  6 Jul 2008 19:09:51 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> var  x =  "hello 'there' world"   var  y =  'also string'   var  z =  /hello/i   let  x =  27   exit  </description>
<pubDate>Sun,  6 Jul 2008 19:07:02 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>and  // singlef  </description>
<pubDate>Sun,  6 Jul 2008 19:05:19 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>  int  x =  3 ;  int  y = f(x);  int  z =  "hello world" ;  /* multiple and  // single  this   !-- is in xml --    #define  stuff  var  x =  "hello 'there' world"   var  y =  'also string'   var  z =  /hello/i   $x  =  15    stuff      here  /stuff     stuff   attr="hello" int=v    there  /stuff    let  x =  27   HRESULT  c =  0 ;  long  d =  1 ;  bool  b =  false ; </description>
<pubDate>Sun,  6 Jul 2008 19:04:57 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> var  x =  "hello 'there' world"   var  y =  'also string'   var  z =  /hello/i   let  x =  27   exit  </description>
<pubDate>Sun,  6 Jul 2008 19:02:25 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> /* multiple line int x = 3 */  and  // single  this   !-- is in xml --    #define  stuff  var  x =  "hello 'there' world"   var  y =  'also string'   var  z =  /hello/i   $x  =  15    stuff      here  /stuff     stuff   attr="hello" int=v    there  /stuff    let  x =  27   exit   HRESULT  c =  0 ;  long  d =  1 ;  bool  b =  false ; </description>
<pubDate>Sun,  6 Jul 2008 18:22:15 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>  int  x =  3 ; </description>
<pubDate>Sun,  6 Jul 2008 05:43:00 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>Dim x As IContravariant(Of T) = New Simple Dim x As IContravariant(Of T) = New Simple Dim x As IContravariant(Of T) = New Simple </description>
<pubDate>Wed,  2 Jul 2008 04:29:48 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>Dim x As IContravariant(Of T) = New Simple </description>
<pubDate>Wed,  2 Jul 2008 04:29:36 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>       Lucian Wischik - VB developer              VB developer     Lucian Wischik          I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating.    int  x =  3 ;      Variance      Introduction  - How do I convert a List(Of Apple) into a List(Of Fruit) ?     Dynamic     Introduction - Bringing VB back to its scripting roots  (in progress...)       add comment   edit comment  Please add comments here     </description>
<pubDate>Wed,  2 Jul 2008 04:26:28 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>    int  x =  3 ;  int  y = f(x);  int  z =  "hello world" ;   </description>
<pubDate>Wed,  2 Jul 2008 04:25:55 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>   VB developer     Lucian Wischik          I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating.     int x = 3;   int y = f(x);   int z = "hello world";        Variance      Introduction  - How do I convert a List(Of Apple) into a List(Of Fruit) ?     Dynamic     Introduction - Bringing VB back to its scripting roots  (in progress...)       add comment   edit comment  Please add comments here   </description>
<pubDate>Wed,  2 Jul 2008 04:24:02 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description> I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating.    code block   </description>
<pubDate>Wed,  2 Jul 2008 04:20:41 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>    VB developer     Lucian Wischik          I am part of the Visual Basic compiler team at Microsoft. We're always interested in ways to improve our language. This web site has my personal notes on some possible new features that we're investigating.   sad   Variance      Introduction  - How do I convert a List(Of Apple) into a List(Of Fruit) ?    Dynamic     Introduction - Bringing VB back to its scripting roots  (in progress...)      add comment   edit comment  Please add comments here   </description>
<pubDate>Wed,  2 Jul 2008 04:20:31 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/screenshots.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/screenshots.html</link>
<description>amazing tool!</description>
<pubDate>Sun, 29 Jun 2008 16:19:51 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>        Lucian Wischik     Visual Basic developer    </description>
<pubDate>Thu, 26 Jun 2008 16:42:12 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>       </description>
<pubDate>Thu, 26 Jun 2008 16:41:00 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>                    add comment    edit comment  Please add comments here   </description>
<pubDate>Thu, 26 Jun 2008 16:40:37 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/vbdev/ comment</title>
<link>http://www.wischik.com/lu/programmer/vbdev/</link>
<description>    </description>
<pubDate>Thu, 26 Jun 2008 16:40:00 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/ comment</title>
<link>http://www.wischik.com/lu/</link>
<description>  microsoft    visual basic  </description>
<pubDate>Thu, 26 Jun 2008 16:34:28 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/ comment</title>
<link>http://www.wischik.com/lu/</link>
<description>  stop-motion     italian     dancing stick figures     hamster-dance     blue-ball-machine   </description>
<pubDate>Thu, 26 Jun 2008 16:33:52 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/ comment</title>
<link>http://www.wischik.com/lu/</link>
<description>   Lucian Wischik         Lucian    Wischik           W  o  r  k        P  l  a  y          research     publications     fusions     philosophy     justice     augustine     paradox     programming     sample code     utilities          about work     cv     contact           games     b white     torment     travel     past     future     space     dancing stick figures     download     extras       creative     stop-motion     italian     screen savers     hamster-dance     blue-ball-machine      about me     contact                 </description>
<pubDate>Thu, 26 Jun 2008 16:33:13 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  RUN IT ONCE to let it have its way with defaults/tabs   </description>
<pubDate>Thu, 26 Jun 2008 11:05:42 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  FB INSTALLUPDATES       FB RUNTESTS SuiteConfigToRun=VBRollingRet / VBRollingChk       fb dropinfo DropName=10623.00    (just to see what the buildlabels are currently)       fb updatebuildlabel DropName=10623.00 SuiteBin=\cpvsbuild\drops\dev10\vs_langs01\raw623.00\binaries.?Architecture?Flavor\SuiteBin     fb updatebuildlabel DropName=10623.00 DDSu  ites=\cpvsbuild\drops\dev10\vs_langs01\raw623.00\sources\ddsuites     fb updatebuildlabel DropName=10623.00 RawDropLocation=\cpvsbuild\drops\dev10\vs_langs01\raw623.00   </description>
<pubDate>Tue, 24 Jun 2008 13:22:18 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>        BUILDLABELS:        fb dropinfo DropName=10623.00    (just to see what the buildlabels are currently)        fb updatebuildlabel DropName=10623.00 SuiteBin=\cpvsbuild\drops\dev10\vs_langs01\raw623.00\binaries.?Architecture?Flavor\SuiteBin          fb updatebuildlabel DropName=10623.00 DDSuites=\cpvsbuild\drops\dev10\vs_langs01\raw623.00\sources\ddsuites       fb updatebuildlabel DropName=10623.00 RawDropLocation=\cpvsbuild\drops\dev10\vs_langs01623.00       fb updatebuildlabel DropName=10623.00 LayoutsDropLocation=\cpvsbuild\drops\dev10\vs_langs01\layouts\?Architecture?Flavor623.00     </description>
<pubDate>Tue, 24 Jun 2008 12:30:19 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  close razzle / run   \ddrelqa\StrongNameHijack\StrongNameHijack.msi           \lwischik2\share\vs-margin.reg .        FB BUILD BuildDirectories=VB (or several directories separated with semicolons)     </description>
<pubDate>Mon, 23 Jun 2008 21:28:34 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  -  TimeTravel  -  forums  -  InstallingVS  -  fbtools  -  vb  cocon  -  TfsHealth  -  buildstatus .  </description>
<pubDate>Tue, 17 Jun 2008 19:26:46 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/mapi_utils.html comment</title>
<link>http://www.wischik.com/lu/programmer/mapi_utils.html</link>
<description></description>
<pubDate>Sat,  7 Jun 2008 14:53:00 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>       Lucian Wischik's Vade Mecum           VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  -  TimeTravel  -  forums  -  InstallingVS  -  fbtools  -  vb  cocon  -  TfsHealth  -  buildstatus .     \lwischik2\share\vs-margin.reg .        http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx  - how to set up source server for VS      </description>
<pubDate>Fri,  6 Jun 2008 15:52:43 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>               copy z:\vs_langs01\src\public\internal\EnvSDK\lib\i386\vsassert.dll c:\windows\system32        \lwischik2\share\vs-margin.reg .      </description>
<pubDate>Fri,  6 Jun 2008 15:51:30 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/unison-ssh.html comment</title>
<link>http://www.wischik.com/lu/programmer/unison-ssh.html</link>
<description>hello, great tool. worked fine under windows xp. with vista i get a complaint about plink cannot be created under windoes.. </description>
<pubDate>Fri,  6 Jun 2008 05:45:46 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>   trun -A -s -T -e -kr 10 -g "ddcommonvs,BCCheckIn,!DDInt_RADBU,!PUF_noCHK,!RADBUG_DEBUG_Disabled,!RADBUG_RetOnly,!RADBUG_Disabled,!VBG_Disabled,!BCDisabled,!BuildLabDisabled"    </description>
<pubDate>Wed,  4 Jun 2008 11:04:01 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/1bpp.html comment</title>
<link>http://www.wischik.com/lu/programmer/1bpp.html</link>
<description>Can you please explain how can i give the hue effect for image using this
 nbsp;
Thanks
</description>
<pubDate>Wed,  4 Jun 2008 00:50:22 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/1bpp.html comment</title>
<link>http://www.wischik.com/lu/programmer/1bpp.html</link>
<description>Can you please explain how can i give the hue effect for image using this
 nbsp;
Thanks
</description>
<pubDate>Wed,  4 Jun 2008 00:49:41 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/ comment</title>
<link>http://www.wischik.com/lu/programmer/</link>
<description>Hello,
do you have any version of oyur Audio Samplig Comp for DELPHI?? have any component to display an audio file waveform?
THANKS IN ADVANCE
Montxo Garcia
email to: montxo@zio-audio.com
 nbsp;
</description>
<pubDate>Tue,  3 Jun 2008 14:23:18 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>   trun -A -s -T -e -X -kr 10 -g "ddcommonvs,BCCheckIn,!DDInt_RADBU,!PUF_noCHK,!RADBUG_DEBUG_Disabled,!RADBUG_RetOnly,!RADBUG_Disabled,!VBG_Disabled,!BCDisabled,!BuildLabDisabled"    </description>
<pubDate>Wed, 28 May 2008 17:17:55 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  TF WORKSPACE or FB CLIENT to include VB-specific stuff. That includes the src\vb directory, and src\ddsuites\src\vs\vb, and src\ddsuites\src\vs\perf\vb   </description>
<pubDate>Mon, 26 May 2008 16:36:07 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  -  TimeTravel  -  forums  -  InstallingVS  -  fbtools  -  vb  cocon  -  TfsHealth  -  buildstatus .  </description>
<pubDate>Thu, 22 May 2008 23:43:42 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  -  TimeTravel  -  forums  -  InstallingVS  -  fbtools  -  vb  cocon  -  TfsHealth .  </description>
<pubDate>Thu,  8 May 2008 22:09:42 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  -  TimeTravel  -  forums  -  InstallingVS  -  fbtools  -  vbcocon  -  TfsHealth .  </description>
<pubDate>Thu,  8 May 2008 17:02:58 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  -  TimeTravel  -  forums  -  InstallingVS  -  fbtools  -  vbcocon .  </description>
<pubDate>Thu,  8 May 2008 15:51:09 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description> Gibraltar -  http://ddgib001/  ProductStudio -  http://productsweb/product.aspx?productnameid=1251 status=3 platformid=-999 category=1  Cugger -  http://toolbox/Cugger  ETLBrowser -  \perfwiki\public\etlstackbrowse\setup.exe  xperf -  \ntperformance\tools\xperf\x86\latest     sxstrace - to capture information about SxS errors   ISO Recorder  - create ISO images     http://www.aisto.com/roeder/dotnet/  - Lutz Roeder's .NET Reflector.  </description>
<pubDate>Wed,  7 May 2008 21:43:49 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>         BRANCHES:   tf workspace   add active $/Dev10/private/lwischik/vbcocon/vb z:\vs_langs01\src\vb_cocon   tf branch $/Dev10/feature/vs_langs01/vb $/Dev10/private/lwischik/vbcocon/vb   then go to vb_cocon\Language\Include   tf checkout Settings.targets   alter  VbRootPath        How to get previous shelved changes into a new branch: tfit unshelve /migrate       How to RI or FI: tf migrate $/Dev10/feature/vs_langs01/vb $/Dev10/private/lwischik/vbcocon/vb      </description>
<pubDate>Wed,  7 May 2008 14:39:00 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/mapi_utils.html comment</title>
<link>http://www.wischik.com/lu/programmer/mapi_utils.html</link>
<description>good 
help detail
hoanganh0002@yahoo.com
</description>
<pubDate>Wed,  7 May 2008 05:34:35 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description> Gibraltar -  http://ddgib001/  ProductStudio -  http://productsweb/product.aspx?productnameid=1251 status=3 platformid=-999 category=1  Cugger -  http://toolbox/Cugger  ETLBrowser -  \perfwiki\public\etlstackbrowse\setup.exe  xperf -  \ntperformance\tools\xperf\x86\latest   sxstrace - to capture information about SxS errors   ISO Recorder  - create ISO images  </description>
<pubDate>Thu,  1 May 2008 21:58:35 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  -  TimeTravel  -  forums  -  InstallingVS  -  fbtools  -         copy z:\vs_langs01\src\public\internal\EnvSDK\lib\i386\vsassert.dll c:\windows\system32   </description>
<pubDate>Mon, 28 Apr 2008 13:41:06 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>Fantastic! This has been extremely useful. Thank you very much!</description>
<pubDate>Mon, 28 Apr 2008 12:49:37 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  -  TimeTravel  -  forums  -  InstallingVS  -     fb uninstall     fb sync label=10424.00     close razzle / CMD:     \cpvsbuild\drops\dev10\vs_langs01\layouts\x86ret418.00\enu\vs\vsts\dvd\wcu\dotNetFramework\NDPsetup.exe     x86       ret 10424.00              razzle:               fb InstallDrop DropName=10424.00 InvludeVS=true IncludeNDP=false NDPFlavor=ret VSFlavor=ret InstallSuiteBin=true IncludeTFClient=false IncludeMSDN=false UninstallFirst=false                copy z:\vs_langs01\src\public\internal\EnvSDK\lib\i386\vsassert.dll c:\windows\system32              </description>
<pubDate>Fri, 25 Apr 2008 14:02:26 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/mapi_utils.html comment</title>
<link>http://www.wischik.com/lu/programmer/mapi_utils.html</link>
<description>
-----------------------------------------------
too good .. 
very simple interface to MAPI dll.
helped me a lot.
 nbsp;
Is there any simillar Utils for exchange message store
 nbsp;
sachinchakote@gmail.com
 nbsp;
---------------------------------------------------</description>
<pubDate>Wed, 23 Apr 2008 05:56:41 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/mapi_utils.html comment</title>
<link>http://www.wischik.com/lu/programmer/mapi_utils.html</link>
<description>too good .. 
very simple interface to MAPI dll.
helped me a lot.
 nbsp;
Is there any simillar Utils for exchange message store
</description>
<pubDate>Wed, 23 Apr 2008 05:56:00 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description>This is great and getting better</description>
<pubDate>Tue,  1 Apr 2008 10:04:32 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description>This is great</description>
<pubDate>Tue,  1 Apr 2008 10:03:27 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  fb InstallDrop DropName=30207.00 VsFlavor=ret IncludeTFClient=true InstallSuiteBinNearVS=false    </description>
<pubDate>Wed,  5 Mar 2008 13:18:13 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description> Tools   Gibraltar -  http://ddgib001/  ProductStudio -  http://productsweb/product.aspx?productnameid=1251 status=3 platformid=-999 category=1  ETLBrowser -  \perfwiki\public\etlstackbrowse\setup.exe  xperf -  \ntperformance\tools\xperf\x86\latest   sxstrace - to capture information about SxS errors   ISO Recorder  - create ISO images  </description>
<pubDate>Fri, 22 Feb 2008 01:38:30 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  -  TimeTravel  -  forums  - .  </description>
<pubDate>Thu, 21 Feb 2008 20:44:58 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  fb InstallDrop DropName=30207.00 VsFlavor=ret IncludeTFClient=true    </description>
<pubDate>Thu, 21 Feb 2008 19:34:48 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>   trunparse    </description>
<pubDate>Wed, 20 Feb 2008 15:55:01 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>   trun -k -A -S -st -g ddcommonvs,BCCheckIn,!DDInt_RADBU,!PUF_noCHK,!RADBUG_DEBUG_Disabled,!RADBUG_RetOnly,!RADBUG_Disabled,!VBG_Disabled,!BCDisabled,!BuildLabDisabled    </description>
<pubDate>Wed, 20 Feb 2008 14:11:14 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  -  TimeTravel  - .    trun -k -A -S -st -g ddcommonvs,BCCheckIn,!DDInt_RADBU,!PUF_noCHK,!RADBUG_DEBUG_Disabled,!RADBUG_RetOnly,!RADBUG_Disabled,!VBG_Disabled,!BCDisabled,!BuildLabDisabled   </description>
<pubDate>Wed, 20 Feb 2008 14:08:59 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  -  TimeTravel  -  DevDivDocs  - .  </description>
<pubDate>Wed, 20 Feb 2008 00:27:31 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  -  TimeTravel  - .  </description>
<pubDate>Tue, 19 Feb 2008 14:07:38 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  fb InstallDrop DropName=30207.00 VsFlavor=ret NdpFlavor=ret InstallSuiteBin=false      copy z:\vs_langs01\src\public\internal\EnvSDK\lib\i386\vsassert.dll c:\windows\system32    </description>
<pubDate>Fri, 15 Feb 2008 12:31:10 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  TF/Hacho   VBOOF  -  VBLangQA  - .  </description>
<pubDate>Mon, 11 Feb 2008 13:30:02 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>   cd \vs_langs01\src;  \redmond\depot\kevinpi\lbi\public\Safe-Sync-TFS.cmd  - will sync everything except publics    </description>
<pubDate>Fri,  8 Feb 2008 15:49:08 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  or, in the ddsuites\src\vs\vb\vbc directory,     trun -A -S -st -g ddcommonvs,BCCheckIn,!DDInt_RADBU,!PUF_noCHK,!RADBUG_DEBUG_Disabled,!RADBUG_RetOnly,!RADBUG_Disabled,!VBG_Disabled,!BCDisabled,!BuildLabDisabled   </description>
<pubDate>Fri,  8 Feb 2008 15:43:41 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  fb sync label=30207.00     fb InstallDrop DropName=30207.00 VsFlavor=ret NdpFlavor=ret InstallSuiteBin=false      FB InstallTFCLient DropName=30207.00      fb InstallSuiteBin DropName=30207.00 SuiteBinFlavor=ret InstallSuiteBinNearVS=false         fb InstallSuiteBin DropName=30207.00 SuiteBinFlavor=chk InstallSuiteBinNearVS=false     </description>
<pubDate>Fri,  8 Feb 2008 00:52:56 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf  -  SD- TF .  </description>
<pubDate>Thu,  7 Feb 2008 21:55:35 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/ comment</title>
<link>http://www.wischik.com/lu/programmer/</link>
<description>thank you for your DBX Utils</description>
<pubDate>Fri,  1 Feb 2008 22:16:34 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/ comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/</link>
<description>This is very cool.  Does it only work on Apache web servers or can it work on IIS?</description>
<pubDate>Wed, 30 Jan 2008 01:49:15 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description> HOW TO   sdv //depot/whatever, to look at the checkin history of a file sdv #####, to look at a record of this checkin number sd changes, to look at changes over a range of dates    http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx  - how to set up source server for VS   </description>
<pubDate>Fri, 25 Jan 2008 21:35:03 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers  -  vbperf .  </description>
<pubDate>Fri, 25 Jan 2008 18:48:48 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec  -  VisitingSpeakers .  </description>
<pubDate>Fri, 25 Jan 2008 03:54:10 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM  -  VBLangSpec .  </description>
<pubDate>Fri, 25 Jan 2008 01:08:18 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex  -  LDM .  </description>
<pubDate>Fri, 25 Jan 2008 01:05:00 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  fb InstallDrop DropName=Main.30114.00 VsFlavor=ret NdpFlavor=ret InstallSuiteBin=false      \cpvsbuild\drops\dev10\main\layouts\x86ret\enu\vstf\tfc\cd\setup.exe  -- for Team Explorer   </description>
<pubDate>Thu, 24 Jan 2008 13:32:30 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/ comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/</link>
<description>Great, I could'nt believe my eyes when I first saw this extraordinary tool.^You're an amazing developper with great ideas ! Please go on to make this tool a fantastic and free project !</description>
<pubDate>Wed, 23 Jan 2008 10:53:58 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>  FB INSTALLUPDATES   </description>
<pubDate>Tue, 22 Jan 2008 18:55:51 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description> Links    VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex        \ddfiles\fbtools\fbenlist.cmd   - $/Dev10/feature/vs_langs01     TF WORKSPACE or FB CLIENT to include VB-specific stuff.             fb InstallDrop DropName=Main.30114.00 VsFlavor=ret NdpFlavor=ret InstallSuiteBin=false                fb InstallSuiteBin DropName=Main.30114.00 SuiteBinFlavor=ret InstallSuiteBinNearVS=false         fb InstallSuiteBin DropName=Main.30114.00 SuiteBinFlavor=chk InstallSuiteBinNearVS=false       FB BUILD BuildDirectories=VB (or several directories separated with semicolons)            FB RUNTESTS SuiteConfigToRun=VBRollingRet / VBRollingChk       \CPVSBuild\Drops\Orcas\pu\vb\layouts\x86ret008.00\enu\vs\vsts\dvd\wcu\dotNetFramework\dotNetFx35setup.exe - this one worked on vista64/orcasRC1, where \CPVSBUILD\Drops\Orcas\pu\vb\layouts\x86ret008.00 had failed.   </description>
<pubDate>Tue, 22 Jan 2008 16:49:26 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/mapi_utils.html comment</title>
<link>http://www.wischik.com/lu/programmer/mapi_utils.html</link>
<description>Just a quick question: Any idea on how to decrypt emails using MAPI?</description>
<pubDate>Sun, 20 Jan 2008 14:17:06 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/ comment</title>
<link>http://www.wischik.com/lu/programmer/</link>
<description>ni tai niu le ( in chinese pinyin ) . accesine
</description>
<pubDate>Sun, 13 Jan 2008 20:00:41 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/ comment</title>
<link>http://www.wischik.com/lu/programmer/</link>
<description></description>
<pubDate>Sun, 13 Jan 2008 20:00:10 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/ comment</title>
<link>http://www.wischik.com/lu/programmer/</link>
<description>Nice Code :D
</description>
<pubDate>Sun, 13 Jan 2008 13:54:29 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description>changed comment</description>
<pubDate>Sat, 12 Jan 2008 12:20:32 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description>it works</description>
<pubDate>Sat, 12 Jan 2008 12:20:04 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description>wau</description>
<pubDate>Sat, 12 Jan 2008 12:19:49 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/audio-conversion.html comment</title>
<link>http://www.wischik.com/lu/programmer/audio-conversion.html</link>
<description>Thanks for the scripts, they look like an easy solution while other (commercial) programs are way more complicated. I'm using the mp32wma script. Unfortunately the IDtags disappear after the conversion. Is there a way to keep them without re-entering them one by one?</description>
<pubDate>Sat,  5 Jan 2008 06:25:04 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/ comment</title>
<link>http://www.wischik.com/lu/programmer/</link>
<description>it's great that you have the utility for creating avi. how about exporting the frames? do you have those?
 nbsp;
thanks
 nbsp;
edmondwee@hotmail.com</description>
<pubDate>Tue,  1 Jan 2008 01:47:37 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/ comment</title>
<link>http://www.wischik.com/lu/programmer/</link>
<description>１１１１</description>
<pubDate>Sun, 30 Dec 2007 02:31:52 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/catalog/ comment</title>
<link>http://www.wischik.com/lu/programmer/catalog/</link>
<description>这是我的</description>
<pubDate>Sun, 30 Dec 2007 02:07:20 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/catalog/ comment</title>
<link>http://www.wischik.com/lu/programmer/catalog/</link>
<description></description>
<pubDate>Sun, 30 Dec 2007 02:06:51 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/catalog/ comment</title>
<link>http://www.wischik.com/lu/programmer/catalog/</link>
<description>1111</description>
<pubDate>Sun, 30 Dec 2007 02:06:06 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/catalog/ comment</title>
<link>http://www.wischik.com/lu/programmer/catalog/</link>
<description></description>
<pubDate>Sun, 30 Dec 2007 02:05:53 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/1bpp.html comment</title>
<link>http://www.wischik.com/lu/programmer/1bpp.html</link>
<description>Great code! ;)
 nbsp;
This way, we can set the original resolution:
 nbsp;
 nbsp;           // Set Resolution.
 nbsp;           b0.SetResolution(b.HorizontalResolution, b.VerticalResolution);
 nbsp;
This code comes before CopyToBpp function returns b0 bitmap.
</description>
<pubDate>Thu, 20 Dec 2007 06:49:18 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/1bpp.html comment</title>
<link>http://www.wischik.com/lu/programmer/1bpp.html</link>
<description>nice article but the resulting image always has a resolution of 96 dpi. Is there anyway to change this?
</description>
<pubDate>Wed, 12 Dec 2007 17:06:51 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/unison-ssh.html comment</title>
<link>http://www.wischik.com/lu/programmer/unison-ssh.html</link>
<description>Small addition to allow usage of a port other then the default
 nbsp;
 nbsp;  if (src[0]=='-'    src[1]=='p'    src[2]==' ')
 nbsp;   {
 nbsp;     *dst=*src; dst++; src++;
 nbsp;     *dst='P'; dst++; src++;
 nbsp;     *dst=*src; dst++; src++;
 nbsp;     continue;
 nbsp;   }</description>
<pubDate>Tue, 11 Dec 2007 10:16:49 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/ comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/</link>
<description>Totally amazing work. Thanks</description>
<pubDate>Wed,  5 Dec 2007 23:21:54 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/1bpp.html comment</title>
<link>http://www.wischik.com/lu/programmer/1bpp.html</link>
<description>Great stuff, thanks!
 nbsp;
The only strange thing I encountered was color quantization when converting to grayscale (even with the palette you used). I created a 256x256 bitmap and filled it with horizontal lines starting from (0,0,0) to (255,255,255) and after conversion to 8bpp the resulting image included only something around 20 gray levels.
I checked the color table selected into the DC and everything looks ok, but still quantization occurred.
 nbsp;
For now I added another method for recalculating the gray image after it's created by the CopyToBpp method (see below). I'm not sure what causes the problem or if I'm doing something wrong.
 nbsp;
 nbsp;       private static void Calc8BPPGrayscale(Bitmap bmpSrc, Bitmap bmpDst8BPP)
 nbsp;       {
 nbsp;           if (bmpSrc.Size != bmpDst8BPP.Size)
 nbsp;           {
 nbsp;               throw new System.ArgumentException("Destination size mismatch", "bmpDst8BPP.Size");
 nbsp;           }
 nbsp;           if (bmpDst8BPP.PixelFormat != System.Drawing.Imaging.PixelFormat.Format8bppIndexed)
 nbsp;           {
 nbsp;               throw new System.ArgumentException("Format8bppIndexed", "bmpDst8BPP.PixelFormat");
 nbsp;           }
 nbsp;           if (bmpSrc.PixelFormat != System.Drawing.Imaging.PixelFormat.Format24bppRgb    
 nbsp;               bmpSrc.PixelFormat != System.Drawing.Imaging.PixelFormat.Format32bppArgb    
 nbsp;               bmpSrc.PixelFormat != System.Drawing.Imaging.PixelFormat.Format32bppRgb)
 nbsp;           {
 nbsp;               throw new System.ArgumentException("Format24bppRgb or Format32bppArgb or Format32bppRgb", "bmpSrc.PixelFormat");
 nbsp;           }
 nbsp;
 nbsp;           int width = bmpSrc.Size.Width;
 nbsp;           int height = bmpSrc.Size.Height;
 nbsp;           Rectangle rect = new Rectangle(0, 0, width, height);
 nbsp;           BitmapData bmpData = bmpSrc.LockBits(rect, System.Drawing.Imaging.ImageLockMode.ReadOnly, bmpSrc.PixelFormat);
 nbsp;           BitmapData bmpData8 = bmpDst8BPP.LockBits(rect, System.Drawing.Imaging.ImageLockMode.ReadWrite, bmpDst8BPP.PixelFormat);
 nbsp;           int iPixelWidth = bmpSrc.PixelFormat == System.Drawing.Imaging.PixelFormat.Format24bppRgb ? 3 : 4;
 nbsp;
 nbsp;           unsafe
 nbsp;           {
 nbsp;               byte* pScan = (byte*)bmpData.Scan0.ToPointer();
 nbsp;               byte* pScan8 = (byte*)bmpData8.Scan0.ToPointer();
 nbsp;               for (int y = 0; y  lt; height; y++)
 nbsp;               {
 nbsp;                   byte* pPixel = pScan;
 nbsp;                   byte* pPixel8 = pScan8;
 nbsp;                   for (int x = 0; x  lt; width; x++)
 nbsp;                   {
 nbsp;                       byte gray = (byte)((*pPixel + *(pPixel + 1) + *(pPixel + 2)) / 3);
 nbsp;                       *pPixel8 = gray;
 nbsp;                       pPixel += iPixelWidth;
 nbsp;                       pPixel8++;
 nbsp;                   }
 nbsp;                   pScan += bmpData.Stride;
 nbsp;                   pScan8 += bmpData8.Stride;
 nbsp;               }
 nbsp;           }
 nbsp;
 nbsp;           bmpSrc.UnlockBits(bmpData);
 nbsp;           bmpDst8BPP.UnlockBits(bmpData8);
 nbsp;       }
 nbsp;
</description>
<pubDate>Sun,  2 Dec 2007 05:01:34 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/1bpp.html comment</title>
<link>http://www.wischik.com/lu/programmer/1bpp.html</link>
<description>very nice
it's so fast
thanks</description>
<pubDate>Sat, 24 Nov 2007 11:01:49 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/eye-on-the-web.html comment</title>
<link>http://www.wischik.com/lu/programmer/eye-on-the-web.html</link>
<description>Hello, is there a way to change the 10 minutes to 2 minutes ?</description>
<pubDate>Fri, 23 Nov 2007 09:35:38 -0500</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description> youtube ,  google .   Mexican Dancing Beans. These dried beans have a small moth larva inside, and its twitches and spasms make the bean jump. Here the beans are dancing to Chopin's  Minute Waltz . </description>
<pubDate>Wed, 31 Oct 2007 10:40:37 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>Uncle Kayzie cooks the polish dish Rogaliki, to the sound of  Ella Diz Que Tem  by Carmen Miranda. </description>
<pubDate>Wed, 31 Oct 2007 02:53:08 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>only been able to capture a mysterious seventh emotion,  goofy ...  This animation is set to  Perpetuum Mobile  by the Comedian Harmonists. </description>
<pubDate>Wed, 31 Oct 2007 02:52:00 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>This animation is set to Scatman.   </description>
<pubDate>Wed, 31 Oct 2007 02:51:21 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>      Gingerbread House (2mins)   google .   house. Set to "My House" by Madness.   </description>
<pubDate>Wed, 31 Oct 2007 02:50:50 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>     Kayzie Makes Rogaliki (25secs)  youtube , </description>
<pubDate>Wed, 31 Oct 2007 02:50:31 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>     Facial expressions: Friends (28secs)  youtube , </description>
<pubDate>Wed, 31 Oct 2007 02:49:30 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>  youtube , I have tried to capture these expressions on film. So far I've </description>
<pubDate>Wed, 31 Oct 2007 02:48:00 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>     Facial expressions: Family (29secs)    I have tried to capture these expressions on film.  So far I've only been able to capture a mysterious seventh emotion,  goofy ...       </description>
<pubDate>Wed, 31 Oct 2007 02:47:43 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>     Kayzie Makes Rogaliki (25secs)  youtube ,   Uncle Kayzie cooks the polish dish Rogaliki.         </description>
<pubDate>Wed, 31 Oct 2007 02:47:26 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description> google .   </description>
<pubDate>Wed, 31 Oct 2007 02:46:44 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>     Facial expressions: Family (29secs) I have tried to capture these expressions on film.  So far I've </description>
<pubDate>Wed, 31 Oct 2007 02:46:33 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>h2 {margin-bottom:0;}  youtube ,  google .   youtube ,  google .  Mexican Dancing Beans. Here they're dancing to Chopin's  Minute Waltz .      Facial expressions: Friends (28secs)   youtube ,  google .  In the book  Emotions Revealed , the author  I have tried to capture these expressions on film. </description>
<pubDate>Wed, 31 Oct 2007 02:45:32 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>     Dancing Mexican Beans (1min)   youtube ,  google . </description>
<pubDate>Wed, 31 Oct 2007 02:43:59 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>   </description>
<pubDate>Wed, 31 Oct 2007 02:42:15 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>     Facial expressions: Family (28secs)  So far I've only been able to capture a mysterious seventh emotion,  goofy ...   </description>
<pubDate>Wed, 31 Oct 2007 02:41:49 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>only been able to capture a mysterious seventh emotion,  goofy ...    </description>
<pubDate>Wed, 31 Oct 2007 02:41:21 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>     Facial expressions: Family (28secs) So far I've only been able to capture a mysterious seventh emotion,  goofy ...  </description>
<pubDate>Wed, 31 Oct 2007 02:40:16 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>     Facial expressions: Friends (28secs) In the book  Emotions Revealed , the author   Paul Ekman  argues that the chief human emotions (joy, surprise, anger, disgust, fear, sadness) have the same facial expressions in all human peoples everywhere. I have tried to capture these expressions on film.  </description>
<pubDate>Wed, 31 Oct 2007 02:36:40 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>img {border:0; margin-left:1em; margin-right:1em; margin-bottom:1em;} </description>
<pubDate>Wed, 31 Oct 2007 02:35:08 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>img {border:0; margin:1em;} </description>
<pubDate>Wed, 31 Oct 2007 02:34:44 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>       Gingerbread House (2mins)  A slapstick comedy about a playmobile figure who builds a gingerbread house    youtube ,  google .         Dancing Mexican Beans (1min)  Description    youtube ,  google .         Facial expressions: Friends (28secs)  Description    youtube ,  google .         Facial expressions: Family (28secs)  Description    youtube ,  google .         Kayzie Makes Rogaliki (28secs)  Description    youtube ,  google .   </description>
<pubDate>Wed, 31 Oct 2007 02:33:47 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>    gingerbread       waltzing beans      </description>
<pubDate>Wed, 31 Oct 2007 02:05:57 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>                                               -             Kazie cooks Rogaliki , 25secs (also on  youtube   )     </description>
<pubDate>Wed, 31 Oct 2007 02:03:54 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>  Kazie cooks Rogaliki , 25secs (also on  youtube )        Mexican dancing beans , 60secs (also on  youtube )      </description>
<pubDate>Wed, 31 Oct 2007 01:27:42 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description> Source Depot sdv   </description>
<pubDate>Tue, 30 Oct 2007 19:33:18 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/notes/ comment</title>
<link>http://www.wischik.com/lu/notes/</link>
<description>   Links  VBWiki  -  Devdiv  -  cpvsbuild  -  ddindex   \CPVSBuild\Drops\Orcas\pu\vb\layouts\x86ret008.00\enu\vs\vsts\dvd\wcu\dotNetFramework\dotNetFx35setup.exe - this one worked on vista64/orcasRC1, where \CPVSBUILD\Drops\Orcas\pu\vb\layouts\x86ret008.00 had failed.   Tools sxstrace - to capture information about SxS errors   ISO Recorder  - create ISO images   Source Depot sdv  </description>
<pubDate>Tue, 30 Oct 2007 19:32:53 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/ comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/</link>
<description></description>
<pubDate>Tue, 23 Oct 2007 12:14:22 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/ comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/</link>
<description>test</description>
<pubDate>Tue, 23 Oct 2007 12:14:10 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description></description>
<pubDate>Tue, 23 Oct 2007 07:09:10 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description>dksVk eaMy ds d"kZ.k ifjpkyu foHkkx }kjk] Jh vkj-ds-lizs] eq[; fo|qr vfHk;Urk </description>
<pubDate>Tue, 23 Oct 2007 07:08:47 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description></description>
<pubDate>Tue, 23 Oct 2007 07:00:39 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/documentation.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/documentation.html</link>
<description></description>
<pubDate>Tue, 23 Oct 2007 06:22:53 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description></description>
<pubDate>Tue, 23 Oct 2007 06:17:46 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description></description>
<pubDate>Tue, 23 Oct 2007 06:17:37 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description>This is a good demonstration</description>
<pubDate>Tue, 23 Oct 2007 06:16:58 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description>Nishikant</description>
<pubDate>Tue, 23 Oct 2007 06:16:01 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description>asdasdasd</description>
<pubDate>Tue, 23 Oct 2007 06:15:17 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/ comment</title>
<link>http://www.wischik.com/lu/programmer/</link>
<description>Gracias, la unica luz para poder tocar archivos OGG
Un abrazo
Guadalupe
rosario1906_28@hotmail.com</description>
<pubDate>Wed, 19 Sep 2007 20:44:01 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/ comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/</link>
<description>It's wonderful</description>
<pubDate>Tue, 11 Sep 2007 22:48:10 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/webform.html comment</title>
<link>http://www.wischik.com/lu/programmer/webform.html</link>
<description>Question: Some flash contents are not displaying very well, it's messing up with some flash's UI. What can be wrong?</description>
<pubDate>Fri,  7 Sep 2007 17:55:00 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/webform.html comment</title>
<link>http://www.wischik.com/lu/programmer/webform.html</link>
<description></description>
<pubDate>Fri,  7 Sep 2007 17:53:55 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/ comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/</link>
<description>Cool</description>
<pubDate>Fri,  7 Sep 2007 13:42:18 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/screenshots.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/screenshots.html</link>
<description>nice</description>
<pubDate>Fri,  7 Sep 2007 11:08:04 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/screenshots.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/screenshots.html</link>
<description>testing this beast out</description>
<pubDate>Fri,  7 Sep 2007 11:07:48 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/ comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/</link>
<description>removed  This is a comment to show Pratap about it!  </description>
<pubDate>Fri,  7 Sep 2007 10:54:13 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/ comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/</link>
<description>Nice work!</description>
<pubDate>Sun,  2 Sep 2007 17:21:18 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>  Kazie cooks Rogaliki , 25secs (also on  youtube   ) </description>
<pubDate>Thu,  9 Aug 2007 19:24:11 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/j/classes.html comment</title>
<link>http://www.wischik.com/lu/j/classes.html</link>
<description>              Home     Classes     Registration     Gallery     Gifts     About        Independent Projects (9-13 year olds)     We'll make all kinds of seasonal decorations.     </description>
<pubDate>Thu,  9 Aug 2007 03:01:46 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/j/classes.html comment</title>
<link>http://www.wischik.com/lu/j/classes.html</link>
<description> Tea Pots and Platters (7-9 year olds)    </description>
<pubDate>Thu,  9 Aug 2007 01:22:39 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/j/classes.html comment</title>
<link>http://www.wischik.com/lu/j/classes.html</link>
<description> Whistles and Wizards (5-7 year olds)    </description>
<pubDate>Thu,  9 Aug 2007 01:12:06 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/j/classes.html comment</title>
<link>http://www.wischik.com/lu/j/classes.html</link>
<description>   There are several different classes -- some for children, some for bigger children, some for adults, and also a holiday gift-making class for everyone! Click on  registration  to find dates.   Pinch Pots and Puppets (3-4 year olds)     We'll make pinch pots and puppets!   Whistles and Wizards (5-7 year olds)     We'll make whistles and wizards!   Tea Pots and Platters (7-9 year olds)     We'll make teapots and platters!   Independent Projects (9-13 year olds)     We'll make crazy independent projects!   Adult Classes (adults)     Adult classes are like the children's classes, but with more wine!   Holiday Gift Making (all ages)     We'll make all kinds of seasonal decorations.   </description>
<pubDate>Thu,  9 Aug 2007 00:56:52 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/j/ comment</title>
<link>http://www.wischik.com/lu/j/</link>
<description>   Blue Fox Red Crow    You begin with idea - and the imagination takes you   some place else...   Kid's clay classes   Adult classes   Goddess workshops   Mixed media for children and adults   A relaxed atmosphere where you can let the ideas    rise from the center and display themselves in beautiful   colors, textures and design.   Holiday workshops                </description>
<pubDate>Thu,  9 Aug 2007 00:15:07 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>  Kazie cooks Rogaliki , 25secs (also on  youtube ) </description>
<pubDate>Wed,  8 Aug 2007 18:09:42 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>  Facial Expressions: Family , 29secs (also on  youtube )    Kazie cooks Rogaliki , 25secs (also on youtube) </description>
<pubDate>Wed,  8 Aug 2007 07:04:36 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/unison-ssh.html comment</title>
<link>http://www.wischik.com/lu/programmer/unison-ssh.html</link>
<description>       Unison-ssh                          Programmer    Unison-ssh           The Unison-ssh utility is for users of the  Unison file synchronizer  under Windows. The thing is, Unison needs SSH and that isn't so straightforward under Windows. Many people instead use the almost-equivalent  Plink  and then have some kind of wrapper around it. Unison-ssh is a particularly convenient wrapper.     Using it      Download   ssh.exe  (320k, for Windows)    To install : place it in your windows directory. You'll also need to have installed Unison.    Before running  for the first time: in a command window, do  ssh username@hostname  for the host you're synchronizing with. This will sort out keys and assure you that it's working. Read the unison docs for an explanation.    To run : run unison as normal. It will invoke ssh behind-the-scenes.        About it   Unison-ssh is a wrapper around plink with some nice features. (1) It's a drop-in replacement fro...</description>
<pubDate>Tue,  7 Aug 2007 18:48:33 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/unison-ssh.html comment</title>
<link>http://www.wischik.com/lu/programmer/unison-ssh.html</link>
<description>The file binary is not there or missing. I have compiled this above code on Dev-C++ and have uploaded the binary here. 
 nbsp;
http://w13.easy-share.com/2803021.html</description>
<pubDate>Mon,  6 Aug 2007 08:09:46 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description> The Editable Web is free and all it's source code is available here. You can do what you like with it, no conditions.     </description>
<pubDate>Fri, 27 Jul 2007 16:31:09 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/j/registration.html comment</title>
<link>http://www.wischik.com/lu/j/registration.html</link>
<description>    July    Independent projects  9-13 year olds.     Wednesdays </description>
<pubDate>Thu, 26 Jul 2007 20:00:01 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/j/ comment</title>
<link>http://www.wischik.com/lu/j/</link>
<description>     And in ceramics.    </description>
<pubDate>Thu, 26 Jul 2007 19:59:41 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/j/ comment</title>
<link>http://www.wischik.com/lu/j/</link>
<description>     Pottery   We believe in pots.   And in teaching.    fgd            </description>
<pubDate>Thu, 26 Jul 2007 19:59:26 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/keymouse.html comment</title>
<link>http://www.wischik.com/lu/programmer/keymouse.html</link>
<description>  #define  _WIN32_WINNT 0x0500  #include   windows.h  LRESULT CALLBACK LowLevelKeyboardProc( int  nCode, WPARAM wParam, LPARAM lParam)    //    static  bool  keydown= false ;    if  (nCode==HC_ACTION    p- vkCode==VK_RMENU    (wParam==WM_KEYDOWN || wParam==WM_SYSKEYDOWN))   { keydown= true ;     INPUT ip; ZeroMemory( ip, sizeof (ip)); ip.type=INPUT_MOUSE; ip.mi.dwFlags=MOUSEEVENTF_RIGHTDOWN;     SendInput( 1 , ip, sizeof (ip));      return   1 ;    if  (nCode==HC_ACTION    p- vkCode==VK_RMENU    (wParam==WM_KEYUP || wParam==WM_SYSKEYUP)    keydown)   { INPUT ip; ZeroMemory( ip, sizeof (ip)); ip.type=INPUT_MOUSE; ip.mi.dwFlags=MOUSEEVENTF_RIGHTUP;     SendInput( 1 , ip, sizeof (ip));      return   1 ;    return  CallNextHookEx( 0 ,nCode,wParam,lParam); {  if  (msg==WM_DESTROY) PostQuitMessage( 0 );    return  DefWindowProc(hwnd, msg, wParam, lParam);  int   WINAPI  WinMain(HINSTANCE hInstance,HINSTANCE,LPSTR, int ) { HHOOK hook = SetWindowsHookEx(WH_KEYBOARD_LL, LowLevelKeyboardProc, hI...</description>
<pubDate>Thu, 26 Jul 2007 18:13:02 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/j/registration.html comment</title>
<link>http://www.wischik.com/lu/j/registration.html</link>
<description>    July    Independent projects   9-13 year olds. </description>
<pubDate>Thu, 26 Jul 2007 18:12:14 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/j/ comment</title>
<link>http://www.wischik.com/lu/j/</link>
<description> And in ceramics.     </description>
<pubDate>Thu, 26 Jul 2007 18:11:08 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description> Code for a Browser Helper Object      </description>
<pubDate>Wed, 25 Jul 2007 21:40:53 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>  SHSetValue(HKEY_CLASSES_ROOT,_T( "CLSID\" )BhoCLSIDs,_T( "" ),REG_SZ,_T( "BHO" ), 4 * sizeof (TCHAR));   SHSetValue(HKEY_CLASSES_ROOT,_T( "CLSID\" )BhoCLSIDs _T( "\InProcServer32" ),_T( "" ),REG_SZ,fn,(( int )_tcslen(fn)+ 1 )* sizeof (TCHAR));   SHSetValue(HKEY_CLASSES_ROOT,_T( "CLSID\" )BhoCLSIDs _T( "\InProcServer32" ),_T( "ThreadingModel" ),REG_SZ,_T( "Apartment" ), 10 * sizeof (TCHAR));   SHSetValue(HKEY_LOCAL_MACHINE,_T( "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\" )BhoCLSIDs,_T( "" ),REG_SZ,_T( "" ), sizeof (TCHAR)); </description>
<pubDate>Wed, 25 Jul 2007 21:38:42 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/edit2.html comment</title>
<link>http://www.wischik.com/lu/edit2.html</link>
<description>     var  x = _T( 'c:\' )fred;   </description>
<pubDate>Wed, 25 Jul 2007 21:38:15 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/edit2.html comment</title>
<link>http://www.wischik.com/lu/edit2.html</link>
<description>     var  x = _T( "c:\" )fred;   </description>
<pubDate>Wed, 25 Jul 2007 21:37:59 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/edit2.html comment</title>
<link>http://www.wischik.com/lu/edit2.html</link>
<description>     var  x =  "c:\" +dir;   </description>
<pubDate>Wed, 25 Jul 2007 21:37:45 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/edit2.html comment</title>
<link>http://www.wischik.com/lu/edit2.html</link>
<description> Hello there.      This is code.   </description>
<pubDate>Wed, 25 Jul 2007 21:37:14 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/edit2.html comment</title>
<link>http://www.wischik.com/lu/edit2.html</link>
<description>   Hello.     this is code ( "CLSID\" )       </description>
<pubDate>Wed, 25 Jul 2007 21:36:57 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/getbounds.html comment</title>
<link>http://www.wischik.com/lu/programmer/getbounds.html</link>
<description>  // GetBounds(e): this returns, in absolute pixel coordinates,   // the bounding rectangle for element "e"    function  GetBounds(e) {     // firefox: it's offsetLeft/offsetTop model is broken for tables that     // are inline or absolutely positioned with margins. But it     // supports getBoxObjectFor, which works better:     if  (document.getBoxObjectFor)   {  // just one problem: it gives the wrong answer for the table element of inline tables,       // but the right answer for TBODY in all circumstances:       if  (e.tagName== 'TABLE' )     {  for  ( var  i= 0 ; i e.childNodes.length; i++)       {  if  (e.childNodes[i].tagName== 'TBODY' ) {e=e.childNodes[i];  break ;}       }     }      var  r=document.getBoxObjectFor(e);      return  { 'left' :r.x,  'top' :r.y,  'right' :r.x+r.width,  'bottom' :r.y+r.height};   }       // IE: it's offsetLeft/offsetTop model is correct except in the case     // of the last text node in a container, But getBoundingClientRect ...</description>
<pubDate>Wed, 25 Jul 2007 21:35:01 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>  #include   windows.h   #include   tchar.h   #include   exdisp.h   #include   exdispid.h   #include   mshtml.h   #include   mshtmdid.h   #include   shlwapi.h   HINSTANCE hInstance; LONG gref= 0 ;  const  CLSID BhoCLSID = { 0 xC9C4 2510 , 0 x9B4 1 , 0 x4 2 c1, 0 x9D, 0 xCD, 0 x7 2 , 0 x8 2 , 0 xA2, 0 xD0, 0 x7C, 0 x6 1 };  #define  BhoCLSIDs  _T("{C9C42510-9B41-42c1-9DCD-7282A2D07C61}")     class  BHO :  public  IObjectWithSite,  public  IDispatch  {  long  ref;   IWebBrowser2* webBrowser;   IHTMLDocument* doc; IHTMLDocument2 *doc2;   IHTMLWindow2 *win2;  public:     // IUnknown...     HRESULT   STDMETHODCALLTYPE  QueryInterface(REFIID riid,  void  **ppv) { if  (riid==IID_IUnknown) *ppv=static_cast BHO* (this);  else   if  (riid==IID_IObjectWithSite) *ppv=static_cast IObjectWithSite* (this);  else   if  (riid==IID_IDispatch) *ppv=static_cast IDispatch* (this);  else   return  E_NOINTERFACE; AddRef();  return   S_OK ;}    ULONG  STDMETHODCALLTYPE  AddRef() {Interl...</description>
<pubDate>Wed, 25 Jul 2007 21:29:58 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>       Programmer    Browser Helper Object     </description>
<pubDate>Wed, 25 Jul 2007 21:11:11 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>  Install:  at a command prompt,  regsvr32 bho.dll . Then launch IE and see what happens!     </description>
<pubDate>Wed, 25 Jul 2007 21:10:49 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>  Download :  bho.zip  (166k, includes source code, c++/win32, with project files for VS)  </description>
<pubDate>Wed, 25 Jul 2007 21:10:25 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>   Browser Helper Object ("plug-in") for IE   This page has source code for a minimal C++ Browser Helper Object for Internet Explorer. It intercepts keyboard and mouse events, and changes the page's background color.      Download : bho.zip (50k). Source code in C++/win32, with project file for VS    Install:  at a command prompt,  regsvr32 bho.dll     Uninstall:  at a command prompt,  regsvr32 /u bho.dll      This code is heavily based on the code at  http://www.adp-gmbh.ch/win/com/bho.html . What I've done is turn it into a complete project, one that compiles and builds cleanly, I've added COM registration stuff, and I updated bits of the code to use native interfaces (e.g. IHTMLEvents) instead of querying everything through IDispatch.     Source code What follows is the "bho.cpp" source code file. You also need the "bho.def" module definition file, which is part of the download link above.       #include   windows.h  }   Note: I've only intercepted a few of the possible events. Othe...</description>
<pubDate>Wed, 25 Jul 2007 21:07:54 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>   HRESULT   STDMETHODCALLTYPE  QueryInterface(REFIID riid,  void  **ppv) { if  (riid==IID_IUnknown) *ppv=static_cast BHO* (this);  else   if  (riid==IID_IObjectWithSite) *ppv=static_cast IObjectWithSite* (this);  else   if  (riid==IID_IDispatch) *ppv=static_cast IDispatch* (this);  else   return  E_NOINTERFACE; AddRef();  return   S_OK ;}    ULONG  STDMETHODCALLTYPE  AddRef() {InterlockedIncrement( gref);  return  InterlockedIncrement( ref);}   ULONG  STDMETHODCALLTYPE  Release() { int  tmp=InterlockedDecrement( ref);  if  (tmp== 0 ) delete this; InterlockedDecrement( gref);  return  tmp;}    HRESULT   STDMETHODCALLTYPE  GetTypeInfoCount(unsigned  int  FAR* pctinfo) {*pctinfo= 1 ;  return  NOERROR;}    HRESULT   STDMETHODCALLTYPE  GetTypeInfo(unsigned  int  iTInfo, LCID lcid, ITypeInfo FAR* FAR*  ppTInfo) { return  NOERROR;}    HRESULT   STDMETHODCALLTYPE  GetIDsOfNames(REFIID riid, OLECHAR FAR* FAR* rgszNames, unsigned  int  cNames, LCID lcid, DISPID FAR* rgDispId) { return  NOERROR;...</description>
<pubDate>Wed, 25 Jul 2007 21:06:48 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>{  long  ref;  public:         long  keycode; HRESULT hr;  if  (pEvtObj) hr=pEvtObj- get_keyCode( keycode); {  long  ref;    public:  </description>
<pubDate>Wed, 25 Jul 2007 21:06:24 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description> class  BHO :  public  IObjectWithSite,  public  IDispatch    HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid,  void  **ppv) { if  (riid==IID_IUnknown) *ppv=static_cast BHO* (this);  else   if  (riid==IID_IObjectWithSite) *ppv=static_cast IObjectWithSite* (this);  else   if  (riid==IID_IDispatch) *ppv=static_cast IDispatch* (this);  else   return  E_NOINTERFACE; AddRef();  return   S_OK ;}         if  (!doc || !doc2 || !win2 || hr!= S_OK ) {release();  return  E_FAIL;}        if  (!pEvtObj || hr!= S_OK )  return  E_FAIL;      if  (!webBrowser || !cpc || !cp || hr!= S_OK ) { if  (cp) cp- Release();  if  (cpc) cpc- Release(); release();  return  E_FAIL;}      return   S_OK ;  class  MyClassFactory :  public  IClassFactory   HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid,  void  **ppv) { if  (riid==IID_IUnknown || riid==IID_IClassFactory) {*ppv=this; AddRef();  return   S_OK ;}  else   return  E_NOINTERFACE;}   HRESULT STDMETHODCALLTYPE LockServer( BOOL  b) { if  (b) Interlocke...</description>
<pubDate>Wed, 25 Jul 2007 21:05:45 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description> Source code   #include   windows.h   #include   tchar.h   #include   exdisp.h   #include   exdispid.h   #include   mshtml.h   #include   mshtmdid.h   #include   shlwapi.h   HINSTANCE hInstance; LONG gref= 0 ;  const  CLSID BhoCLSID = { 0 xC9C4 2510 , 0 x9B4 1 , 0 x4 2 c1, 0 x9D, 0 xCD, 0 x7 2 , 0 x8 2 , 0 xA2, 0 xD0, 0 x7C, 0 x6 1 };  #define  BhoCLSIDs  _T("{C9C42510-9B41-42c1-9DCD-7282A2D07C61}")    class BHO : public IObjectWithSite, public IDispatch  { long ref;   IWebBrowser2* webBrowser;   IHTMLDocument* doc; IHTMLDocument2 *doc2;   IHTMLWindow2 *win2; public:    // IUnknown...    HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid,  void  **ppv) { if  (riid==IID_IUnknown) *ppv=static_cast BHO* (this);  else   if  (riid==IID_IObjectWithSite) *ppv=static_cast IObjectWithSite* (this);  else   if  (riid==IID_IDispatch) *ppv=static_cast IDispatch* (this);  else   return  E_NOINTERFACE; AddRef();  return  S_OK;}    ULONG STDMETHODCALLTYPE AddRef() {InterlockedIncrement( gref);  retu...</description>
<pubDate>Wed, 25 Jul 2007 21:02:34 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>   Note: I've only intercepted a few of the possible events. Others you might consider intercepting include DISPID_BEFORENAVIGATE DISPID_NAVIGATECOMPLETE DISPID_STATUSTEXTCHANGE DISPID_QUIT DISPID_DOWNLOADCOMPLETE DISPID_COMMANDSTATECHANGE DISPID_DOWNLOADBEGIN DISPID_NEWWINDOW DISPID_PROGRESSCHANGE DISPID_WINDOWMOVE DISPID_WINDOWRESIZE DISPID_WINDOWACTIVATE DISPID_PROPERTYCHANGE DISPID_TITLECHANGE  DISPID_FRAMEBEFORENAVIGATE DISPID_FRAMENAVIGATECOMPLETE DISPID_FRAMENEWWINDOW DISPID_BEFORENAVIGATE2 DISPID_NEWWINDOW2 DISPID_NAVIGATECOMPLETE2 DISPID_ONQUIT DISPID_ONVISIBLE DISPID_ONTOOLBAR DISPID_ONMENUBAR DISPID_ONSTATUSBAR DISPID_ONFULLSCREEN DISPID_ONTHEATERMODE DISPID_ONADDRESSBAR DISPID_RESETFIRSTBOOTMODE DISPID_RESETSAFEMODE DISPID_REFRESHOFFLINEDESKTOP DISPID_ADDFAVORITE DISPID_ADDCHANNEL DISPID_ADDDESKTOPCOMPONENT DISPID_ISSUBSCRIBED DISPID_SHELLUIHELPERLAST   </description>
<pubDate>Wed, 25 Jul 2007 21:01:30 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description>    Browser Helper Object ("plug-in") for IE   This page has source code for a minimal C++ Browser Helper Object for Internet Explorer. It intercepts keyboard and mouse events, and changes the page's background color.      Download : bho.zip (50k). Source code in C++/win32, with project file for VS    Install:  at a command prompt,  regsvr32 bho.dll     Uninstall:  at a command prompt,  regsvr32 /u bho.dll     This code is heavily based on the code at  http://www.adp-gmbh.ch/win/com/bho.html . What I've done is turn it into a complete project, one that compiles and builds cleanly, I've added COM registration stuff, and I updated bits of the code to use native interfaces (e.g. IHTMLEvents) instead of querying everything through IDispatch.      Source code  sad    </description>
<pubDate>Wed, 25 Jul 2007 20:59:54 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description> Browser Helper Object for IE  </description>
<pubDate>Wed, 25 Jul 2007 20:49:49 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/bho.html comment</title>
<link>http://www.wischik.com/lu/programmer/bho.html</link>
<description> Browser Helper Object for IE       </description>
<pubDate>Wed, 25 Jul 2007 20:49:29 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/ comment</title>
<link>http://www.wischik.com/lu/programmer/</link>
<description>  BHO  - how to write a Browser Helper Object (also called a "plug-in") for Internet Explorer. In C++/win32, with no ATL.  </description>
<pubDate>Wed, 25 Jul 2007 20:48:56 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/j/ comment</title>
<link>http://www.wischik.com/lu/j/</link>
<description> We believe in pots.  </description>
<pubDate>Tue, 24 Jul 2007 19:46:22 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/j/ comment</title>
<link>http://www.wischik.com/lu/j/</link>
<description>     Pottery   We believe in pots   And in teaching.        </description>
<pubDate>Tue, 24 Jul 2007 19:46:16 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/ comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/</link>
<description>This is a comment to show Pratap about it!</description>
<pubDate>Tue, 24 Jul 2007 19:38:26 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/getbounds.html comment</title>
<link>http://www.wischik.com/lu/programmer/getbounds.html</link>
<description>  /body    /html     // Comments   function  f(x) {  return  x.match( /^hello/ ) }  </description>
<pubDate>Tue, 24 Jul 2007 19:30:41 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/getbounds.html comment</title>
<link>http://www.wischik.com/lu/programmer/getbounds.html</link>
<description>I'm typing in some more text to show Pratap.      html         head         title      Code  /title     body   style="background-color:yellow;"      h1 This is the body /h1    /body    /html                        </description>
<pubDate>Tue, 24 Jul 2007 19:28:48 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/j/registration.html comment</title>
<link>http://www.wischik.com/lu/j/registration.html</link>
<description>  Whistles </description>
<pubDate>Tue, 24 Jul 2007 19:26:19 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/edit2.html comment</title>
<link>http://www.wischik.com/lu/edit2.html</link>
<description>  Hello.      alpha </description>
<pubDate>Tue, 24 Jul 2007 19:25:22 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/edit2.html comment</title>
<link>http://www.wischik.com/lu/edit2.html</link>
<description> Hello. </description>
<pubDate>Tue, 24 Jul 2007 19:25:05 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/edit2.html comment</title>
<link>http://www.wischik.com/lu/edit2.html</link>
<description> Hello.     </description>
<pubDate>Tue, 24 Jul 2007 19:24:47 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/ comment</title>
<link>http://www.wischik.com/lu/</link>
<description>  creative   </description>
<pubDate>Tue, 24 Jul 2007 01:40:00 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>  Gingerbread House , 2mins (also on  youtube ) - a slapstick comedy about a playmobile figure who builds a gingerbread house.  </description>
<pubDate>Tue, 24 Jul 2007 01:31:35 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>  Facial Expressions: Friends , 28secs (also on  youtube )    Facial Expressions: Family , 29secs (also on  youtube ) </description>
<pubDate>Tue, 24 Jul 2007 01:27:15 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>  Gingerbread House , 2mins       Facial Expressions: Friends , 28secs (also on  youtube )    Facial Expressions: Family , 29secs (also on  youtube ) </description>
<pubDate>Tue, 24 Jul 2007 01:16:00 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>    </description>
<pubDate>Tue, 24 Jul 2007 01:08:35 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>     body {font-family: 'Trebuchet MS',Tahoma,Arial,sans-serif;}   </description>
<pubDate>Tue, 24 Jul 2007 01:06:14 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description> In the book  Emotions Revealed , the author     </description>
<pubDate>Tue, 24 Jul 2007 01:04:19 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>  Stop motion    gingerbread.wmv  (13Mb, 127s)       friends  (28s)      family  (29s)         </description>
<pubDate>Tue, 24 Jul 2007 01:02:52 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/art/stopmotion.html comment</title>
<link>http://www.wischik.com/lu/art/stopmotion.html</link>
<description>  </description>
<pubDate>Tue, 24 Jul 2007 01:01:53 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/ comment</title>
<link>http://www.wischik.com/lu/</link>
<description>   research     art     stop-motion     italian   </description>
<pubDate>Tue, 24 Jul 2007 01:00:58 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/edit2.html comment</title>
<link>http://www.wischik.com/lu/edit2.html</link>
<description>hit    it lets me edit it.Workd.      </description>
<pubDate>Mon, 23 Jul 2007 19:22:12 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/edit2.html comment</title>
<link>http://www.wischik.com/lu/edit2.html</link>
<description>hit    it lets me edit it.Workd.    </description>
<pubDate>Mon, 23 Jul 2007 19:19:02 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/documentation.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/documentation.html</link>
<description>   script   type="text/javascript" defer </description>
<pubDate>Mon, 23 Jul 2007 17:58:13 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description>   script   type="text/javascript" defer </description>
<pubDate>Mon, 23 Jul 2007 17:57:55 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/getbounds.html comment</title>
<link>http://www.wischik.com/lu/programmer/getbounds.html</link>
<description>  // GetBounds(e): this returns, in absolute pixel coordinates,   // the bounding rectangle for element "e"    function  GetBounds(e) </description>
<pubDate>Mon, 23 Jul 2007 17:35:52 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/getbounds.html comment</title>
<link>http://www.wischik.com/lu/programmer/getbounds.html</link>
<description>     var  wx=document.documentElement.scrollLeft, wy=document.documentElement.scrollTop;      return  { 'left' :r.left+wx,  'top' :r.top+wy,  'right' :r.right+wx,  'bottom' :r.bottom+wy}; </description>
<pubDate>Mon, 23 Jul 2007 17:35:17 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/screenshots.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/screenshots.html</link>
<description>       Editable Web - Screenshots             img {margin-left:1em;}                     Home         Screenshots         Download         Documentation                    Editable Web - Screenshots Here is a web page. It has the Editable Loader mark, a very feint dagger   at the top right:         Click on the mark. Now the web page is editable. Select a piece of text and the blue Edit button appears to edit that text:         We'll click the edit button. It switches into the visual editor, with a toolbar and four colored control-buttons to the top-right:         You can select text, and format it using the toolbar. We'll make this italic:         When it's done, click the Submit button  o :         It will save your changes to the website:         Back to editing... you can insert an image via the toolbar. To make it easy, you can either upload a new image or select an existing image. (when it inserts the image, it...</description>
<pubDate>Mon, 23 Jul 2007 17:33:48 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/ comment</title>
<link>http://www.wischik.com/lu/programmer/</link>
<description>removed           </description>
<pubDate>Mon, 23 Jul 2007 17:20:22 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/screenshots.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/screenshots.html</link>
<description>This is a comment from Shareesh's computer!</description>
<pubDate>Mon, 23 Jul 2007 15:38:45 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/ comment</title>
<link>http://www.wischik.com/lu/programmer/</link>
<description>    Here are some components, programs and documentation I have written. Most are for C++/Win32.                Featured utility:  The Editable Web     The Editable Web is an easy way to edit your web pages online, within the web-browser, with WYSIWIG text-editing. It's like a wiki but faster and easier (and not for collaboration). I use it to write and maintain this website!     Utilities      Editable Web  - an easy way to edit your web pages online, within the web-browser, with WYSIWIG text-editing. It's like a wiki but faster, easier, and not for collaboration. It's used to write and maintain this website!    Catalog  - recursively scans your Pictures directory and makes a compact thumbnail gallery for it. Includes a python version and a win32/GDI+ version.      Unison-ssh  - a handy "ssh" for Windows users of the  Unison file synchronizer . The source code shows how to run a child process and capture its input/output with pipes.      Keymouse  - turns the right "alt" key...</description>
<pubDate>Mon, 23 Jul 2007 15:36:56 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/edit2.html comment</title>
<link>http://www.wischik.com/lu/edit2.html</link>
<description>    alpha   delta </description>
<pubDate>Sat, 21 Jul 2007 02:29:10 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/edit2.html comment</title>
<link>http://www.wischik.com/lu/edit2.html</link>
<description> Hello.           hit    it lets me edit it.Workd. </description>
<pubDate>Sat, 21 Jul 2007 02:29:01 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/documentation.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/documentation.html</link>
<description> Markup blocks If you hold down the Control key while you click on a block, it will go straight into raw markup editing rather than the WYSIWYG editor. In fact, it'll first fetch the exact page source code from the webserver before giving it to you to edit. This way it preserves your formatting perfectly. You can make a block so it only does markup, i.e. prevent users from accidentally editing it in WYSIWYG mode. Do this by enclosing it inside   div editable="markup"  ...  /div  .  Create a "code block" by clicking on the CODE button in the WYSIWYG toolbar (or, in raw markup mode, enclose it with   pre editable="code"  ...  /pre  ). A code block again operates on raw text, and preserves the formatting of that text. It also provides </description>
<pubDate>Fri, 20 Jul 2007 17:43:07 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/editable-web/download.html comment</title>
<link>http://www.wischik.com/lu/programmer/editable-web/download.html</link>
<description>tag to its header (again, pointing to where you unzipped to). This option is best if you're setting up a website for a non-technical person, so they can edit it without needing Greasemonkey: </description>
<pubDate>Fri, 20 Jul 2007 17:38:50 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/about/index.html comment</title>
<link>http://www.wischik.com/lu/about/index.html</link>
<description>   Lucian Wischik    Damon  and  Marcus .      Lucian Wischik , 6251 29th Ave NE, Seattle WA 98115, USA   home address    +1 206 3513313  (mobile) or      lu@wischik.com    </description>
<pubDate>Fri, 20 Jul 2007 17:32:22 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/about/work.html comment</title>
<link>http://www.wischik.com/lu/about/work.html</link>
<description>     I do theoretical computer science at  Microsoft  in Redmond, USA. working with  Cosimo   Philippa Gardner  in the   My  curriculum vitae     map to my office ,     </description>
<pubDate>Fri, 20 Jul 2007 17:29:59 -0400</pubDate>
</item>
<item>
<title>www.wischik.com/lu/programmer/getbounds.html comment</title>
<link>http://www.wischik.com/lu/programmer/getbounds.html</link>
<description> while  (e!= null ) {x+=e.offsetLeft; y+=e.offsetTop;}  </description>
<pubDate>Fri, 20 Jul 2007 16:03:51 -0400</pubDate>
</item>
<item>
<title>www.wischik.