Saturday, 29 March 2014

Microsoft office 2010 free download

Difference Between Polymerization and Inheritance

Inheritance and polymrization in java

Hashing Algorithm

Web view in windows app

. Open visual studio 13 > New project > Visual C# > Blank App
2. In solution explorer, open MainPage.Xaml and add some buttons (copy paste code below inside grid tag).
<StackPanel Margin="100">
      <Button Click="Button_Click">Navigate to Url</Button>
      <Button Click="Button_Click_1">Load local file</Button>
      <Button Click="Button_Click_2">Read File as Web</Button>
      <Button Click="Button_Click_3">Throw JavaScript based html on web page</Button>
      <Button Click="Button_Click_4">Call JavaScript on page</Button>
      <WebView DefaultBackgroundColor="White" Name="WebView1" Width="600" Height="400"></WebView>
</StackPanel>
3. Since we added 5 button we need to add 5 events too (1 for each button) respectively. you just goto each button event definition and enter the code inside braces or you can simply copy paste below code as it is under Main method closing braces.
 private void Button_Click(object sender, RoutedEventArgs e)
        {
            WebView1.Navigate(new Uri("http://bing.com", UriKind.Absolute));
        }

        private async void Button_Click_1(object sender, RoutedEventArgs e)
        {
            StorageFile f = await StorageFile.GetFileFromApplicationUriAsync(new Uri("ms-appx:///html/example.html"));
            string htmlFragment = await FileIO.ReadTextAsync(f);

            WebView1.NavigateToString(htmlFragment);
        }

        private void Button_Click_2(object sender, RoutedEventArgs e)
        {
            string url = "ms-appx-web:///html/example.html";
            WebView1.Navigate(new Uri(url));

        }

        private void Button_Click_3(object sender, RoutedEventArgs e)
        {
            string htmlFragment = @"
            <html>
                <head>
                    <script type='text/javascript'>
                        function doSomething() 
                        { 
                            document.getElementById('myDiv').innerText = 'GoodBye';
                            return 'Hello World!'; 
                        }
                    </script>
                </head>
                <body>
                    <div id='myDiv'>Hello</div>
                 </body>
            </html>";

            WebView1.NavigateToString(htmlFragment);
        }

        private async void Button_Click_4(object sender, RoutedEventArgs e)
        {
            string s = await WebView1.InvokeScriptAsync("doSomething", null);
            MessageDialog dailog = new MessageDialog(s);
            dailog.ShowAsync();
        }

Implementing live tiles on windows

Lets do it now!
1. Open visual studio 13 > New project > Visual C# > Blank App
2. In solution explorer, open MainPage.Xaml and add a button.
3. Add below lines of code to button event(right clicking button code and select view definition) in csharp file.
string tileXmlString = " <tile >"
                + " <visual version='2' >"
                + " <binding template='TileSquare150x150Image' fallback='TileSquareImage' >"
                + " <image id='1' src='ms-appx:///images/graySquare150x150.png' alt='Gray image'/ >"
                + " </binding >"
                + " <binding template='TileWide310x150ImageAndText01' fallback='TileWideImageAndText01' >"
                + " <image id='1' src='ms-appx:///images/New Tile.png' alt='Green'/ >"
                + " <text id='1' >Microsoft Innovation Center </text >"
                + " </binding >"
                + " <binding template='TileSquare310x310Image' >"
                + " <image id='1' src='ms-appx:///images/purpleSquare310x310.png' alt='Purple image'/ >"
                + " </binding >"
                + " </visual >"
                + " </tile >";

            // Create a DOM.
            Windows.Data.Xml.Dom.XmlDocument tileDOM = new Windows.Data.Xml.Dom.XmlDocument();

            // Load the xml string into the DOM.
            tileDOM.LoadXml(tileXmlString);

            // Create a tile notification.
            TileNotification tile = new TileNotification(tileDOM);

            // Send the notification to the application’s tile.
            TileUpdateManager.CreateTileUpdaterForApplication().Update(tile);

Sorting in java

http://www.slideshare.net/siddiqueibrahim37/network-topologyppt

http://code.tutsplus.com/

http://code.tutsplus.com/tutorials/build-an-ascii-art-editor-database-creation-querying--mobile-13206

http://code.tutsplus.com/tutorials/build-an-ascii-art-editor-image-export-user-configuration--mobile-12912

http://code.tutsplus.com/tutorials/android-ui-workshop-build-an-interactive-quiz-app--mobile-14208

http://code.tutsplus.com/series/learn-android-sdk-development-from-scratch--mobile-14542

http://code.tutsplus.com/articles/introduction-to-android-development--mobile-7

http://www.microsoft.com/en-us/download/details.aspx?id=40773

http://www.filehippo.com/download_dotnet_framework_4

http://www.microsoft.com/en-pk/download/details.aspx?id=30653

http://css3generator.com/

http://www.css3.info/

http://designdizzy.com/30-free-responsive-html5-css3-website-templates/

http://html5templates.com/

http://freehtml5templates.com/

http://html5up.net/

https://unity3d.com/learn/tutorials/modules

http://www.unity3dstudent.com/

http://learnunity3d.com/

http://visualstudiogallery.msdn.microsoft.com/4019ccb1-7adf-4ba0-b9b7-3d4149a4fa2a?SRC=Home

http://msdn.microsoft.com/en-us/library/vstudio/ms247114(v=vs.100).aspx

http://msdn.microsoft.com/en-us/library/vstudio/6db0hwky(v=vs.100).aspx

http://visualstudiogallery.msdn.microsoft.com/

http://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx

http://msdn.microsoft.com/en-us/library/kxbhbb82(v=vs.100).aspx

http://msdn.microsoft.com/en-us/library/k4cbh4dh.ASPX

http://www.tutorialspoint.com/php/

http://www.php.net/manual/en/tutorial.php

http://www.w3schools.com/php/php_intro.asp

http://www.w3schools.com/PHP/

http://aspnet.codeplex.com/

https://www.nuget.org/packages/Microsoft.AspNet.Mvc/5.1.1

http://msdn.microsoft.com/en-us/library/dd381412(v=vs.108).aspx

http://www.asp.net/mvc/mvc4

http://www.asp.net/mvc

icons help

http://windowsazure4beginner.com/

Learn windows azure and .Net

http://www.infoworld.com/t/microsoft-windows/microsoft-botches-still-more-patches-in-latest-automatic-update-226594

http://www.infoworld.com/t/microsoft-windows/microsoft-botches-six-windows-patches-in-latest-automatic-update-224988

http://www.computerworld.com/s/article/9137060/Microsoft_Update_Latest_news_features_reviews_opinions_and_more

Monday, 24 March 2014

Game Development tutorials in android

Creating first app on android platform

Heading tags in html and css

Parent child relationship in html and css

Lists in html and css

Finding a proper code editor for html and css

Making first web page by using html and css

Learn Windows Azure

Introduction to Android Development

Android UI Workshop: Build an Interactive Quiz App

Minimally Interactive

Design Android UI

Wednesday, 19 March 2014

Android course for busy developers

Learn SDK development starting from the scratch

Android development

programming windows in .Net

Programming course for .Net

windows azure learning on microsoft msdn

Windows azure learning on channel 9

Modern PHP developer

Fundamental PHP

Learn HTMl CSS in 30 days

C SHARP USEFUL RESOURCES

C SHARP PROGRAMMING

Bootstrap Overview and Installation

Tuesday, 11 March 2014

Unity 3 Games Development



Best Windows Azure Learning Materials (Not SharePoint Specific

Windows Azure Documentation

Windows Azure Training Kit

Windows Azure for IT Pros Jump Start

Channel 9 Tutorials

60 templates for windows 8 development

My Internship in Microsoft is great experience for me

Guidelines for app bars (Windows Store apps)

Nokia Lumia 1020

Microsoft Pakistan Community

Best Link to Learn Windows Phone Apps Windows PC and .Net

Monday, 10 March 2014