In this Issue: András Velvárt, Kunal Chowdhury(-2-), AvraShow, Gill Cleeren, Ian T. Lackey, Richard Waddell, Joe McBride, Michael Crump, Xpert360, keyboardP, and Pete Vickers(-2-).
Above the Fold:
…
Hello,
I am trying to execute unix command using SSH from cygwin. My set of command would navigate to a certain directory, source a particular file. Based on the variables sourced from that file, I would try to launch application. But somehow the variables are not getting sourced as echo does not return any values. Could someone let me know what…
In this Issue: Michael Washington, David Poll, Andrea Boschin, Kunal Chowdhury(-2-), Lee, and Chad Campbell.
Shoutout:
Not at all Silverlight, but Kirupa has a great article up about Elastic Collisions
From SilverlightCream.com:
Easily decouple your MVVM ViewModel from your Model using RX Extensions
Michael Washington continues…
In this Issue: Jesse Liberty, Chris Koenig, Kyle McClellan, Kunal Chowdhury(-2-), Tim Heuer, and Jonathan van de Veen.
Shoutout:
René Schulte has posted a SLARToolkit Beginner's Guide
Erik Mork and the Sparkling Podcast crew posted Silverlight Week – Silverlight Android?
John Papa opens up a dialog: Ask the Experts on Silverlight TV ...…
In this Issue: Kunal Chowdhury, Beth Massi, Mike Taulty, Xpert360, and Erno de Weerd.
Above the Fold:
Silverlight:
"Silverlight, HTML and the WebBrowser Control for Offline Apps"
Mike Taulty
…
hi..
When i used database connection with sqlite in iPhone that time data is
fetched in only once fromdatabase.Next time i can insert data but cant
fetch the data from database.So plz help me out to solve this problem.
Thnx
Kunal
I have created in-app purchase for non-consumable object application in iPhone using with store kit its properly working, but i am not getting that from which function information about product is checked that product is purchased or not.
please help me out
thnx
Kunal
In this Issue: Pontus Wittenmark, Jeff Blankenburg(-2-), Colin Eberhardt, Charles Petzold, Dhananjay Kumar, Igor, Beth Massi, Kunal Chowdhury(-2-), Shawn Wildermuth, XAMLNinja, and Peter Kuhn(-2-).
…
In this Issue: Ian T. Lackey, Kevin Hoffman, Kunal Chowdhury, Jesse Liberty(-2-), Page Brooks, Deborah Kurata(-2-), and Paul Sheriff.
Above the Fold:
Silverlight:
"Building a Radar Control…
In this Issue: Colin Eberhardt, Kunal Chowdhury(-2-), Peter Kuhn(-2-, -3-), Mike Gold, WindowsPhoneGeek, Nigel Sampson, Paul Sheriff, Dhananjay Kumar, and Erno de Weerd.
Above the Fold:
…
In this Issue: András Velvárt, WIndowsPhoneGeek(-2-), Jesse Liberty(-2-), Victor Gaudioso, Kunal Chowdhury, Jeremy Likness, Michael Crump, and Dhananjay Kumar.
Above the Fold:
Silverlight:
…
In this Issue: Kunal Chowdhury(-2-), Oren Gal, Rudi Grobler, Stephen Price, Erno de Weerd, Joost van Schaik, WindowsPhoneGeek, Andrea Boschin, and Vikram Pendse.
Above the Fold:
…
Going to install Ubuntu 10.10 on new intel x25M 80GB SSD. It will be fresh install. I have been googling for past few days and getting overwhelming articles/blogs/Q&As. One particularly very useful being:
Optimize for SSD (I could not post other links as i dont have enough credits)
But with so many suggestions and differences of…
In this Issue: René Schulte, Rajat Jaiswal(-2-), Peter Kuhn, Colin Eberhardt, Kunal Chowdhury(-2-), Beth Massi, Michael Crump, Daniel Vaughan, Chris Rouw, WindowsPhoneGeek, and Jesse Liberty.
…
Before asking question let me tell you some assumptions here
there are 5 files on my webserver
index.php
config.php
read.php
write.php
.htaccess
I've wrote following URL rewriting rule in .htaccess
RewriteEngine on
RewriteRule ^(\w+)$ read.php?id=$1
Now when I type domain.com/xyz
it fetch data from read.php?id=xyz thats nice :)
…
I'd like to dynamically be able to host client's domains, with just having to provide them instructions like this: http://www.tumblr.com/docs/en/custom_domains
I'm running a pretty typical LAMP stack; any good tutorials for configuring this for Apache, or other server-side configurations I need to be aware of?
We are looking for a great commercial or free tool which can monitor all our remote employees and keep the reports centrally. We need it similar to Elance WorkView or oDesk "Team Room", what these tools do is:
Take screenshots at random interval.
Track the activity on computer based on key strokes. (not a necessity)
It doesn't…
Hi
I have recently bought a windows VPS and installed apache, mysql using xampp. All services are running fine. I can access the hosted site using the IP of VPS but what I need to do is host multiple domains on that server.
Actually my requirement was to use htaccess on a php based site but the site had to access data from ms…
In this Issue: Michael Washington, Chris Koenig, Kunal Chowdhury, SilverLaw, Shayne Burgess, Ian T. Lackey, Alan Beasley, Marlon Grech.
Shoutouts:
Ozymandias has a post up that's not Silverlight necessarily, but it's pretty cool: Typeface…
In this (Almost) All-Submittal Issue: John Papa(-2-), Jesse Liberty, Tim Heuer, Dan Wahlin, Markus Egger, Phil Middlemiss, Coding4Fun, Michael Washington, Gill Cleeren, MichaelD!, Colin Eberhardt, …
How can I block the UI when the page is still loading using jquery and blockUI plugin? If the page was being loaded using an AJAX call I know the workaround, but when the page is loading with a postback, then how to block the ui until the page has finished loading completely?
Please help. Many thanks in advance for your…
I'm trying to determine the neighborhood for a location, based on Zillow's freely published Shapefile data.
I don't really know anything about the Shapefile format, and am having some trouble finding tutorials online -- but I basically want to take latitude/longitude pairs, and run it against the Shapefile data to…
I have created a nonconsumable in app purchase item and now I want to create a consumable in-app purchase by which a user to buy it every time he uses it,and also I want to create a subscription model In-App purchase. Everything works as expected except when I buy the item more than one time, iPhone pop ups a…
I need to draw polygon using mouse and mark a particular area on google maps. The purpose is to mark an area on google maps and then showing hotels and attractions on that area. The user will mark the hotels on google map while creating them so the db will have their latitude and longitudes.
How can I draw…