AETaylor
Posts
-
Any Python Devs? What UI? -
The Light SideIve just downloaded the works of Joseph Sheridan Le Fanu, whose works (particularly Carmilla) are said to have influenced Bram Stoker in the writing of Dracula.
-
Flickr and Picasa…. Any other option ?Have you looked at Red Bubble?[^]
-
Diagrams -
Modern computer languages are a bit like people in some ways. [modified]Delphi changed his name to C# and started wearing Java's clothes.
-
VirtualBox FAIL!Does anyone have any experience with Parallels Desktop[^]? It's a chargeable product, but as has already been stated, I'm happy to pay for a stable product. I've downloaded the trial and about to get to grips with it, but just wondered if anyone else has tried it? [edit] Ah, just found the forum threads regarding Parallels. [/edit]
modified on Friday, April 30, 2010 4:13 AM
-
Windows Phone 7 XML?Have you tried XNode and XDocument?
-
need advice - oracle clientOn the Oracle website you should be able to find the 'Instant Client' which is around 25Mb.
-
Automating the double click required to resize a datagrids columnsdataGridView.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCells
-
Dodgy American Accents.True, I suppose, but most people can manage a half-passable impersonation of Vera Duckworth or Noel/Liam Gallagher. It's also odd that all the characters who play her family on the show also have problems with the accent. Maybe they should have copped out and made her character an Essex Girl.
-
Dodgy American Accents....and what about Daphne trying to be Mancunian in Frasier? Vera Duckworth she ain't!
-
How to model a DB for Firebird Embedded -
gettting table nameselect * from sys.sysObjects where type = 'U'
-
Musical Question - Slide Guitar CDBilly Gibbons uses lot of raw slide techniques on ZZ Top's earlier albums. 'Rio Grande Mud' is especially good (if you like rock/blues)
-
Anyone using DevExpress CodeRush ?When autocompete guesses wrong, just hit tab to cycle through to the correct item.
-
Sounds like an interesting company to work for...Spotted on JobServe this morning... "Our client is a global telephony company who are disrupting voice communications around the world." :)
-
Icon DownloadsApologies if it's a repost, but I couldn't find a reference to it anywhere. interfacelift[?] has some rather nifty icons.
-
@Absolutely nothing. @ is only required to prevent escape characters from being interpreted.
-
StatusStrip Label to the rightYou can also do this with a single label. Set 'Spring = true' and 'TextAlign = MiddleRight'.
-
creating a txt fileCheck out
System.IO.File.WriteAllLines()