background preloader

ZK - Direct RIA

ZK - Direct RIA

C Guide--1.6 Statements The if statement evaluates an expression. If that expression is true, then a statement is executed. If an else clause is given and if the expression is false, then the else's statement is executed. Syntax: if( expression ) statement1;orif( expression ) statement1; else statement2 ; Examples: if(loop<3) counter++; if(x==y) x++; else y++; if(z>x) { z=5; x=3; } else { z=3; x=5; } A switch statement allows a single variable to be compared with several possible constants. Examples: If betty is 1, then two lines are printed: betty=1 and betty=2. The while statement provides an iterative loop. while( expression ) statement... statement is executed repeatedly as long as expression is true. while(*pointer! The do...while construct provides an iterative loop. do statement... while( expression ); statement is executed repeatedly as long as expression is true. do { betty++; printf("%i",betty); } while (betty<100); The for statement allows for a controlled loop. Syntax: Examples: Prints numbers 0 through 999.

Social Bookmarking Sharing Button Widget >Share 100zakladokAdftyAdifniADV QRAmazonAmen Me! false 100-downloads.com | Top 100 downloads of free software & freeware for Windows XP, Windows 7 & Vista 47 Mind-Blowing Psychology-Proven Facts You Should Know About Yourself I’ve decided to start a series called 100 Things You Should Know about People. As in: 100 things you should know if you are going to design an effective and persuasive website, web application or software application. Or maybe just 100 things that everyone should know about humans! The order that I’ll present these 100 things is going to be pretty random. Dr.

Free Software Alternatives &#150; OpenOffice and Other Free Software Man, software can be expensive. With a fully loaded Microsoft Office suite costing up to $350, and the pro-level version of Adobe Photoshop costing an extra $1300, the price of basic software utilities can easily trump the cost of even a high-powered new computer. So, much as doctors may find themselves recommending generic drugs over pricey name-brand pills, I increasingly find myself advising people to procure free, open-source or Web-based alternatives to expensive programs. For most users, these applications should serve as adequate replacements for big-name apps. On the downside, their (lack of a) price tag means you can’t expect on-call tech-support agents to walk you through problems—but the programs tend to have legions of devoted users who are willing to fill this role for free on Web-based tech-support forums. Virtually every type of program has a free alternative—from word processors to image-editing programs to time-wasting Tetris clones. Instead of Buying:

WriteWords - Writing Community - jobs, directory, forums, articles for writers Shinybinary - Art and illustrations of Nik Ainley How To Make Rage Faces on Facebook Chat Simply type the above code that corresponds to the appropriate rage face into Facebook chat, and the image of the rage face you chose will appear, emoticon-like in its existence. Facebook didn’t suddenly become hip to the Internet and add rage face emoticons (something from which Google Chat would greatly benefit), but the ability to add rage faces to Facebook chat is more of a hack than anything else, and something to which you can add. Reddit user daychilde explains that these aren’t actually some form of ragemoticon, but that the double bracket and code corresponds to a user profile or page, and when put into Facebook chat, will show the thumbnail of the profile or page that the code links to. So, all one has to do to make any picture a Facebook chat emoticon, is to simply create a user profile or page that uses the desired picture as the profile picture, then enter the double brackets and corresponding code into Facebook chat. Here’s a tidy list of some more rage face codes:

free tutorials Have you ever read through a chapter in one of those Learn Such and Such in 21 Seconds books and realized that somewhere along the way you had started daydreaming about how you would spend a trillion dollars if you were Bill Gates? Well, it happens to me all the time. Computer books are boring. In fact, most technical writing out there bites the big one and there's no sign that the situation is going to get any better in the near future. The really unfortunate thing about this predicament is that now, more than any other period in the history of computing, is when we really need good, clear writing out there. Whether the established priesthood of computer science likes it or not, the web has opened the flood gates and computer science is being secularized post haste. Well, the fact is that most people learning how to make a living on the web are not morons and if given the proper instructions can do just about everything they want to with their web sites, if not more.

YouTube Playlists for Learning Programming YouTube has been very good platform for learning any thing. Earlier you have seen 400+ courses on YouTube and 130+ NPTEL courses. There are few more courses especially about computer programming. These are contributed by various individuals. thenewboston: thenewboston is a great youtube channel, has more than 2o playlists covering topics Python, C, Java, iPhone development and web programming like HTML, CSS, PHP. Xoax.net Xoax has more than 200 videos but mainly focuses on C++. PHPacademy As the name suggests, it focuses mainly on PHP and some on MySql. There are more videos on small projects like writing your own search engine for your database, pagination, creating a rating system etc… Related posts: Get more stuff like this

15 Useful HTML5 Tutorials and Cheat Sheets | Tutorials 1911 shares 8 Must-have Cheat Sheets for Web Designers and Developers As a web designer or developer, it’s nearly impossible to remember multiple programming languages, frameworks, and keyboard shortcuts to various applications. Read More 2705 shares Photoshop CS6 Cheat Sheet Photoshop is one of the preferred tools of web designers, and like any other tool that is used over and over, it’s important to optimize one’s workflow by using keyboard shortcuts.

Related: