by Pber
June 18, 2013 23:23
I've had the z10 for just over 1 month. I'm still loving this phone. The app selection is a limited compared to Android or that other phone, but still lots of good quality apps out there. My favorite apps right now are Waze and NHL GameCenter. I wasn't a BlackBerry user before, so the ability to access my work email is awesome. The ability to access my work intranet from home is fantastic as well. The battery life is not too bad. I charge it every day, b...
[More]
7a787c3f-2805-449e-b2a0-10cd67f346d0|0|.0
Tags:
by Pber
May 28, 2013 20:54
I've had the Z10 for a few weeks now and I love it. The BlackBerry Hub is absolutely great. The available apps are a little limited, but it is work phone, so I can do without some apps.
One downside I have is the random reboot issue. I had no reboots the first week, but after the second week and get about 1 reboot/day. It's not too disrupting, but still a bit of a pain. Apparently this is a widespread problem. Hopefully it be fixed in a future update (I'm cur...
[More]
0c630d13-a854-49e9-9677-4a1dcf605d32|0|.0
Tags: Z10
by Pber
May 15, 2013 18:52
Today I received my new BlackBerry Z10 smartphone. It seems very cool. It is very responsive and the screen resolution and clarity is amazing.
I'll keep you posted how I like it.
af1adc57-33bd-4a3b-9a3b-6f27962d36b2|0|.0
Tags: Z10
General
by Pber
September 10, 2012 22:05
Symtom
You have a client machine in a network that doesn't have internet access and you experience a long delay when trying to RDP another system before a certificate warning is displayed. Once you click OK to the warning, the rest of the RDP experience is quick.
Cause
When you attempt to RDP a remote system, the client computer attempts to validate the certificate of the remote system and check for Certificate Revocation lists (CRLs). Since it can't connect to the internet to ver...
[More]
90c18f7b-cdae-4307-97c9-06aded8d8685|2|5.0
Tags:
by Pber
June 03, 2012 21:17
Recently I was working on an AJAX project and found out that I couldn't set focus to any of my controls within the ModalPopupExtender Panel. Most methods involved using Javascript within the Page Load, however I wanted more control.
This method will allow you to set the focus to any control you specify:
C#:
private void ForceFocus(Control ctrl)
{
ScriptManager.RegisterStartupScript(this, this.GetType(), "FocusScript", "setTimeout(function(){$get('" + _
ctrl.ClientID + "').foc...
[More]