Home

Changing BackgroundColor HTML5/Windows Phone

<script type="text/javascript">
$(document).ready(function () {
$('#Button1').click(function () {
$("#page-title").css('background-color', '#ffffff');
$("#Button1").text = "New Text"; }); }); 
</script>

Getting Random Images in Windows Phone

List<string> pics = new List<string>()
{
"Assets/img1.png",
"Assets/img2.png",
"Assets/img3.png",
"Assets/zwp1.png",
"Assets/zwp2.png",
"Assets/zwp3.png",
"Assets/zwp4.png",
"Assets/zwp5.png"
};
Random rnd=new Random();
ImageBrush brush1 = new ImageBrush();
brush1.ImageSource = new BitmapImage(new Uri(pics[rnd.Next(0,7)],
UriKind.Relative));
img1.Source = brush1.ImageSource;

WCF in Windows Phone & Windows Store Apps(Turkish)

Whats new in Windows Phone 8

Lets see what rumors are going around.
 

Seems like there will be killer features...
 
 



Türkiye'nin en doğru, dolu dolu ve hatasız anlatımları ile teknik yazılarına, makalelerine, video'larına, 
seminerlerine, forum sayfasına ve sektörün önde gelenlerine ulaşabileceğiniz teknik topluluğu, MSHOWTO