___________________________________ticker_______________________________________ /Angewandte Klarsicht : Handlanger der Konservativen/Nachdenkseiten über die Kampagne linke Staatsfeinde Energieverbrau… more →
Worte, Zeichen, Bilderyaytay wrote 1 week ago: This might be blindingly obvious, but maybe it’s so obvious that I didn’t think it work! … more →
Nick Hrycan wrote 1 month ago: If you need to read, write, navigate, create or modify XML documents, take a look at dom4j. Browsing … more →
purab wrote 1 month ago: When I started the creating new namespace JS library I got very usful artile to read. http://pietsch … more →
flexblackbelt wrote 1 month ago: Hello! Today, we are going to discuss introspection and private namespaces in AS3/Flex! The motivati … more →
Zen Doodles wrote 2 months ago: I have a Wiki. Actually it’s new. I just installed it last night. In another life, the comp … more →
rasmair wrote 2 months ago: Today I came across the question: “How do I change the location of a schedule? (ie: move it fr … more →
rasmair wrote 2 months ago: Problem: You are migrating off an obsolete namespace, however, a number of objects (ie: folders, rep … more →
sladescross wrote 2 months ago: http://www.15seconds.com/Issue/030602.htm Open Visual Studio .NET and select File > New > Blan … more →
Muhammad Saeed wrote 2 months ago: Problem/Bug A Significant annoyance is when the default XmlSerializer adds xmlns attributes such as: … more →
nmdjohn wrote 2 months ago: Photo by Leo Reynolds Hackaday has a stop-and-think article up suggesting that we don’t need p … more →
maxi326 wrote 2 months ago: If you are using extension method within same namespace, carefully choose your method names. Because … more →
zamjad wrote 3 months ago: WPF class library is a huge library and for easy management it is brown down into multiple logical g … more →
corin wrote 3 months ago: using namespace using System.Data.SqlClient; protected SqlConnection SqlCon=new SqlConnection (Sys … more →
mnshankar wrote 6 months ago: The use of these objects was confusing to me at first.. The basic difference between these objects i … more →
lollypopstar wrote 6 months ago: I have been puzzling how to retrieve an RSS feed into a page of another webiste using classic ASP (i … more →
brooknovak wrote 6 months ago: I extended the YUI compressor tool to have the ability to remove global namespaces from your javascr … more →
rickycrc wrote 7 months ago: Add namespce from DLL to web.config file <system.web> <pages> <namespaces> <add … more →
Kalvy wrote 7 months ago: In my recent work in KTutorial (implementing scripted tutorials using Kross) I stumbled upon some pr … more →
monzee wrote 7 months ago: This surprised me: namespace foo { $foo = 'foo'; } namespace bar { echo $foo; // foo } I was looking … more →