Today we released updates for our first two apps:
The Prince and his Friends - Puzzle for Kids
Princess Puzzle - Fun for Kids
Idag uppdaterade vi våra första två appar:
Gubbar - Pussel för barn
Prinsessor - pussel för barn
Tuesday, May 24, 2011
Thursday, May 19, 2011
johannaochandreas
If you got kids you have to check out our iphone and ipad apps at johannaochandreas.se!
Funny Animals - Puzzle for Kids
The Prince and his friends - Puzzle for Kids (previously Change Dress Puzzle - Men)
Princess Puzzle - Fun for Kids (previously Change Dress Puzzle - Princesses)
Har du småbarn?! Då måste du kolla in våra pussel för barn på johannaochandreas.se!
Knasiga djur - Pussel för barn
Gubbar - Pussel för barn
Prinsessor - pussel för barn
Funny Animals - Puzzle for Kids
The Prince and his friends - Puzzle for Kids (previously Change Dress Puzzle - Men)
Princess Puzzle - Fun for Kids (previously Change Dress Puzzle - Princesses)
Har du småbarn?! Då måste du kolla in våra pussel för barn på johannaochandreas.se!
Knasiga djur - Pussel för barn
Gubbar - Pussel för barn
Prinsessor - pussel för barn
Thursday, February 10, 2011
Adobe LiveCycle dropdown
Great article by Greg Fullard about how to get a dropdown working correctly using a XML schema file.
Dynamic Dropdown lists in Adobe LiveCycle designer
Dynamic Dropdown lists in Adobe LiveCycle designer
Modify LiveCycle form submit
Great articles by Thom Parker about how to modify the submit procedure in LiveCycle forms:
Submitting Data
Dynamically setting a submit by e-mail address
Form Submit / E-mail demystified
Modifying the LiveCycle Designer form-submit button
Submitting Data
Dynamically setting a submit by e-mail address
Form Submit / E-mail demystified
Modifying the LiveCycle Designer form-submit button
Thursday, January 20, 2011
Running SQL Server Management Studio over VPN
If you want to run SQL Server Management Studio over VPN using Windows Authentication you have to somehow supply your credentials from the target domain.
This is how:
use the "runas" command from the command prompt and be sure the include the /netonly switch and specify the user account from your target domain. If you do not include the /netonly switch you will probably get a "no logon servers" type of message. When you connect to a sql server with Windows Authentication it will look like you are using your local account, however, your target domain account credentials will be passed to the sql server!
Here's and example of the command. You can create a shortcut for ease of use. NOTE: you will always be prompted for your password.
RUNAS /user:targetDomain\username /netonly "C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe"
On Vista you will need to be sure that you're running as Administrator if you have UAC configured.
If you make a shortcut right click and choose Run as adminstrator when you want to run it.
Thanks to LucidObscurity writing in the thread Windows Authenticaton - Different Domain.
This is how:
use the "runas" command from the command prompt and be sure the include the /netonly switch and specify the user account from your target domain. If you do not include the /netonly switch you will probably get a "no logon servers" type of message. When you connect to a sql server with Windows Authentication it will look like you are using your local account, however, your target domain account credentials will be passed to the sql server!
Here's and example of the command. You can create a shortcut for ease of use. NOTE: you will always be prompted for your password.
RUNAS /user:targetDomain\username /netonly "C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe"
On Vista you will need to be sure that you're running as Administrator if you have UAC configured.
If you make a shortcut right click and choose Run as adminstrator when you want to run it.
Thanks to LucidObscurity writing in the thread Windows Authenticaton - Different Domain.
Subscribe to:
Posts (Atom)