Good piece of kit, fast & reliable, very good cross platform access. How secure is it? That’s a different matter. All the client > system connections that I've seen are sufficiently encrypted. What happens if their system is compromised at a data centre level? This is what concerns me, saying that, I know multiple banks that are using it to connect into some of their ‘mission critical’ servers, if I had it my way I wouldn’t allow this due to the above concern. Thats my 2 cents worth.
green2go
Posts
-
LogMeIn -
iPad ParodiesI've been approached about it already too. :-D I'm not a major fan of developing for iPhone/iTouch/iPad, I find it a bit restricting, right the way across the board. :(
-
iPad ParodiesJust in case anyones missed em'. :laugh: http://www.wired.com/underwire/2010/01/ipad-parodies/[^] Has anyone managed to find a decent enough reason to buy one? Barring being an Apple fan boy / girl?
-
3G Mobile Broadband (UK)Hello All, Just fishing for peoples experiences with various carriers mobile broadband offerings? We had our DSL cutoff today for no apparent reason! (and yes I have checked we've paid the bill!) I went out and bought an O2 PAYG broadband dongle to cover us (£22.00), and 'wow' i'm impressed! We're getting 200KB/Sec out here in the sticks (Nothing compared to our 1.2MB/Sec though). I'm now thinking of getting a contract one for backup. Anyone got dongles from other providers? Thanks Oli
-
Wired Sexiest Geeks 2009: It's that time of year again!Don't know, I have a soft spot for her. I think I've watched too much MythBusters. :sigh:
-
Wired Sexiest Geeks 2009: It's that time of year again!a) Must of been one of those "big boob geeks". I agree that it is shockingly bad UI design. b) Err, no. ;P
-
Wired Sexiest Geeks 2009: It's that time of year again!Time to make sure Kari Byron gets the vote again. ;) Wired Sexiest Geeks 2009[^]
-
Good news guys, and hard luck ladies.Obviously works in one of 'those' offices. :laugh:
-
Good news guys, and hard luck ladies.I read that post earlier, I spoke to the missus' and she insists I still must try. :(
-
A BIG thanks to all of the CodeProject staff, skivvies, etc (and of course the users)Chewed through my HDMI cable. They're in my bad books! :mad:
-
Have a GREAT Christmas allmmmmm .... beer. Have fun all! Happy Christmas!
-
A BIG thanks to all of the CodeProject staff, skivvies, etc (and of course the users)I just thought I'd say a big thanks to all of the guys (and gals) that keep this site running behind the scenes, it really is an invaluable resource for us 'Geeks' to help ourselves! A special thanks to whoever writes the daily insider newsletter, the comical references to current industry topics make myself and the team laugh every morning. Keep up the good work everybody, Happy Christmas to all, Green2Go
-
Anyone else fancy throwing IE8 out of the window?I will put my hands up, I answered the door to it, let it in, made it a cup of tea and then let it take hold.
-
Anyone else fancy throwing IE8 out of the window?Hi All, This could just be me but is anyone else having problems with new tabs hanging in IE8 after you've had the browser open for a few hours? I open a new tab, input an address and wait ... It just sits there, no errors, no timeouts, nothing. I've tried reseting everying, re-installing & I get the same problem on my laptop?? KR Oliver
-
Drunk gorillasFunny, love it! :laugh:
-
NTUser Folder and File Access RulesHi Glen, If my memories of MS FS training serve me correctly deny takes precedence over all other permissions (even if you add explicit allow full control permissions to an object). The same is true for folders. For example, BULITIN\Joe has allow read-only permissions for a folder named ‘test’. The folder ‘test’ has a file within it which is inheriting permissions. You then add a permission to the file to allow him full control. The result will be that Joe will have full control as the inherited permission will be superseded by the explicit permission. However, if the allow read-only permission in the example above was changed to deny, the allow full control permission set on the object would be superdeded by the deny permission. KR Oliver
-
HobbiesWhat do people here like to do when they are away from work? Hmm . . . when i'm not working over time :sigh: & not coding for fun, and not fixing friends or friends of friends devices, I train for my ATPL (Transport Pilots License), play the wii, hike & bike, oh and having a few cold beers! :)
-
Installs taking longer than downloadsThe CS3 installer has to be the worst I've seen yet. If I remember correctly it took a few hours to install the entire master collection and it didn't even do that properly! I have difficulty understanding why CS3 is so much slower than CS2, other than possibly something to do with Adobe & Macromedia merging thier product suites?!.
-
How to relate two tables in different data baseWhich type of database are you using? (MSSQL, MySQL, Access, Etc) See link below: Google Search Results for "join tables from different databases" This may be the wrong place to ask this question. More database related :doh: Green2Go
-
VB.Net and MS Access problemYou are displaying the date in the text box in the wrong format. You can reformat the date in a textbox like this: Dim MyDate As DateTime = Me.TextBox1.Text Me.TextBox1.Text = MyDate.ToLongTimeString() How did you setup the Dataset, etc? (Wizard or code) There is probably a better way of doing it if you could explain. Green2Go