70 Things Every Computer Geek Should Know. | Arrow Webzine - 0 views
-
A geek is one who isn't satisfied knowing only the surface facts, but instead has a visceral desire to learn everything possible about a particular subject. A techie geek is usually one who knows a little about everything, and is thus the person family and friends turn to whenever they have a question. If you're that type of person and are looking for a few extra skills to pick up, or if you're a newbie aiming to get a handhold on the honor that is geekhood, read on to find out what skills you need to know.
High Scalability - High Scalability - Netflix: Run Consistency Checkers All t... - 1 views
10000 things all ICS students should do before graduating | Tagide - 2 views
-
So I thought I'd compile a list of 1010 10000 things I believe all ICS students should have done (by themselves) by the time they get their diplomas. With luck, students have come across some of these in courses. Most likely, that won't happen, so students need to make time for extra-curricular activities.
Search Engine Optimization Toronto - 0 views
Super Scratch Programming Adventure Is an Awesome Way to Get Kids Into Programming | Ge... - 2 views
-
"That's why I'm so impressed with a new release from No Starch Press titled Super Scratch Programming Adventure (SSPA, for short). SSPA offers up 10 Stages (chapters) that use a comic book format to teach programming with the Scratch programming tool. Millions of kids have used it, and the simplicity of the tool is that it sneaks in real programming concepts and techniques in a fun, colorful manner."
How to get Windows 8 Blue Login Screen for Windows 7? - 0 views
-
Personalizing the Windows look has always remained in agenda for users, no matter which versions they are running on their computers. Windows 8 brought a new UI,i.e. "Metro Tiles", which received wide acclaimation from computer fraternity. Provoked by the new look, experts at Techvedic thought differently. And, they came with the same UI on Windows 7.
How to disable Aero Glass Transparency in Windows 8? - 0 views
-
Windows 8 has disillusioned many by the way it catered the much-acclaimed feature i.e. Aero Glass Transparency, which was a part of Windows Vista and Windows 7. Microsoft has removed Aero Glass Transparency but it didn't remove it from the Taskbar, which is still transparent. However, users are of the perception that either it should have been incorporated or removed fully.
Computer Science | Khan Academy - 1 views
Dropbox Tips for Teachers: Why You Must Get Dropbox! - 0 views
-
Use this link for extra storage: https://www.dropbox.com/referrals/NTExMDUxNjk
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.
« First
‹ Previous
61 - 79 of 79
Showing 20▼ items per page