Entries:
Comments:
Posts:

Loading User Information from Channel 9

Something went wrong getting user information from Channel 9

Latest Achievement:

Loading User Information from MSDN

Something went wrong getting user information from MSDN

Visual Studio Achievements

Latest Achievement:

Loading Visual Studio Achievements

Something went wrong getting the Visual Studio Achievements

BobTabor

BobTabor BobTabor

Niner since 2010

See more posts…

  • Series Introduction - 01

    @RaphaelBig Smile

  • Styling Your First HTML5 Web Page with CSS3 - 03

    @KrishMosaic: Thank you!  I'll see your Smiley + 1 and raise you +1 ... thanks for taking the time to write!  Smiley

  • Part 1: Series Introduction

    @David Nealey: Thanks for the nice post!  (And timely ... I needed a pick-me-up.)  Honestly, I don't have anything to recommend to you as far as a next course.  I'm sure they're out there ... just nothing pops to my mind.  Perhaps someone else in this thread could recommend something?  Do you want to learn how to work with a data store like Azure as the back end?  I know some have used client-side databases, even HTML5's local storage feature.  Or are you looking for media-type examples that usually don't have "data" per se?

    re: Code in Word ... agreed ... I don't have that today, however in future series I'm definitely taking steps to include more textual resources for easy review, translation, copy & pasting, etc.

  • Creating Your First HTML5 Web Page - 02

    @Ebony:Very nice, thanks for watching!

  • Part 9: Data Binding to the RecipeDataSource.cs

    @Coolrw3: I'm sure there are some examples out there, but I don't know of any.  I would have to spend some time on Bing.com and pour over a lot of code to find what I needed.  If you're a C# developer, chances are, you already have the skills to do this ... you simply need to decide HOW you'll do it ... how will you store the data?  How will you dynamically add the data to the project?  How will you retrieve the data and deserialize it into objects in your app.  I'll bet you could figure it out if you don't have an example to pull from.

  • Part 9: Data Binding to the RecipeDataSource.cs

    @Coolrw3: I believe you can limit the number of items you display.  The Windows Store (C#) Grid App Template does this by default ... see the SampleDataSource.cs, beginning in line 133 ... here they create a public property that will ONLY reveal 12 items, and spend a lot of code managing which 12 items will be displayed (you may not need all of that complexity).  You could limit that to just 6 or 1 if you like.

  • Series Introduction - 01

    @M Sirait Freddy From Porsea: Hi Sirat, thank you!  I'm glad you find my work helpful.  

    re: Java, no, I know absolutely nothing about Java.  There's so much opportunity and so much to learn in the  Windows development and web development world that I can barely keep up with that!  So, unfortunately, you can't know it all and I've decided to go "all in" on Microsoft.  Smiley

  • Where to Go From Here - 21

    @Andy: Good question.  I justify it like this ... Bootstrap is meant to work on all browsers TODAY.  Tomorrow (in the future) as market share for browsers dwindle, and HTML5 & CSS3 is more common place, I would hope that Bootstrap would deprecate / refactor its implementation.

    Also, from a practicality standpoint, I speak in terms of ideals.  To achieve more complex layouts, some DIVs are inescapable.  And, there's nothing wrong with the DIV per se ... it DOES have a semantic meaning in HTML5.  I don't think it should be your "go to tag" when in doubt ... I think that is what div-itis is addressing.

    Check out this example page:

    http://twitter.github.io/bootstrap/examples/hero.html

    (View its source)

    Clearly there are a lot of Divs and Spans around that top-most navigation area.  It has to be built using something, and I'm not sure there's a good semantic tag for all that stuff, like the drop down list, etc.

    Below that, there are columns with a heading and text.  Perhaps there's something better for that, but it seems like a valid use of Divs in that case.

    So, I agree with you (and with myself from this series) ... you should attempt to reduce the abuse of the div tag, but you're going to need it.  I wish I had a better answer.   Perplexed

  • Part 1: Series Introduction

    @karabo: Is this a project for a class or something?  I'm not familiar with that exact terminology ... can you describe the functionality you want to build?

  • Part 15: Enabling Semantic Zoom

    @alice: I'd be happy to help if I can, but I'll need more details.  Was your project working correctly prior to this lesson?  Can you isolate the code you wrote and verify that you typed it in correctly?  An errant curly brace or CSS selector could make a big impact on how things appear on screen.  Can you check your work against the actual Hands On Lab document that I'm following to make sure your code matches theirs?  Again, I will try to help you get past this ... just let me know.

See more comments…