Skip to main content

Home/ ACSE Discussion/ Group items tagged style

Rss Feed Group items tagged

Doug Peterson

24 ways: Have a Field Day with HTML5 Forms - 0 views

  •  
    Forms are usually seen as that obnoxious thing we have to markup and style. I respectfully disagree: forms (on a par with tables) are the most exciting thing we have to work with. Here we're going to take a look at how to style a beautiful HTML5 form using some advanced CSS and latest CSS3 techniques. I promise you will want to style your own forms after you've read this article.
Peter Beens

Education Week: Educators, Innovators Call for Earlier Introduction to Computer Science - 0 views

  • By Bobby Kerlik, The Pittsburgh Tribune-Review, (MCT) Printer-Friendly Email Article Reprints Comments Tweet Like Liked Producing computer scientists and engineers to fill the demand from domestic companies should be a national priority, said Jeannette Wing, head of the computer science department at Carnegie Mellon University.
  •  
    Producing computer scientists and engineers to fill the demand from domestic companies should be a national priority, said Jeannette Wing, head of the computer science department at Carnegie Mellon University.
tech vedic

Aspire S7 Ultrabooks S7-391-9886 Review - 0 views

  •  
    Aspire S7 Ultrabooks S7-391-9886 has been conceptualized and designed not only to meet the parameters of the Ultrabook guidelines as prescribed by the semiconductor giant Intel, but even to exceed it, along with pampering premium consumers, who look for svelte yet resilient and highly performing device to stay away from the crowd in terms of style and performance By-The Xpert Crew @ http://techvedic.com https://www.facebook.com/techvedicinc https://twitter.com/techvedicinc http://pinterest.com/techvedic1 http://techvedicinc.tumblr.com/
Peter Beens

How to Learn to Code for Free | PCWorld - 0 views

  •  
    In days gone by, all you needed to make a website was a Geocities account and some basic knowledge of HTML. Maybe you'd throw in a bit of CSS (Cascading Style Sheets) if you wanted to get fancy. Times have changed, though, and now people build websites using at least one advanced coding language. Programming is a noble pursuit, but if you want to build apps and services for the Web, you need to learn one of these popular languages
Doug Peterson

Microsoft details how iPad app development compares to Windows 8 | ZDNet - 0 views

  •  
    In an apparent attempt to attract iPad developers, Microsoft has posted a case study comparing iPad app development to Windows 8 Metro-style tablet development.
Peter Beens

MinecraftEdu - 0 views

  • teachers are using the world-building game Minecraft to engage and educate
  • Practitioners of Games Based Education have realized the potential and have embraced Minecraft in classrooms around the world
  •  
    MinecraftEdu is the collaboration of a small team of educators and programmers from the United States and Finland. We are working with Mojang AB of Sweden, the creators of Minecraft, to make the game affordable and accessible to schools everywhere. We have also created a suite of tools that make it easy to unlock the power of Minecraft in YOUR classroom.
tech vedic

How to set the default font in Microsoft Office Word 2003? - 0 views

  •  
    Microsoft Word processor offers a range of tools and features to customize your documents. You can modify fonts on all possible verticals including size, look, style, color, alignment, etc.
Peter McAsh

Java Basics: GUI: Lesson 1 - Introduction - 0 views

  • Giving up control - Event-driven programming. The GUI programming style is referred to as event-driven programming. In this style of programming you set up the graphical user interface and initialize things. It appears that the program just stops and sits there doing nothing! There is no input loop; your program isn't trying to read from the user. You, the programmer, have to learn to give up control in two ways. Your program gives control to the GUI system, and you only get control back to when your listeners are called. At an even higher level, your program has given control to the user. It's the user who selects which of your methods to call by their choice of buttons to click on, menu items to select, etc. Listeners. When the user clicks a button (or uses another GUI component), an event is sent to listener method. Your job as a programmer is to write a listener method for each component. It's the user, not the programmer, who has control, indirectly choosing methods in your program to execute by interacting with graphical user interface components.
1 - 11 of 11
Showing 20 items per page