background preloader

Olegwaters

Facebook Twitter

OlegWaters

Java. IS HTML5 READY YET? How to Test your Local Website Online with Dropbox. Learn how you can code your HTML /CSS /JavaScript files on a local computer and still test the site online using Dropbox. Whether you are designing a one-page basic HTML site or are developing a slightly more complicated site that uses JavaScript and jQuery functions, you need to thoroughly test the design and functionality before putting the HTML/CSS/JS files on a live web server. How do you test the files associated with your project? If you are a professional web designer /developer, you’ve probably set up a local server to test the sites on the computer itself but the workflow is a little more tedious for the rest of us.

You write the code in a local folder, then upload the associated files to a FTP server and finally, you load these online files in a browser for testing – this code-upload-test cycle may have to repeated multiple time until your site works as expected. There is however an easier way as well that should save you some time. Also see: How to Completely Test your Website. Thinking In Software. Pro CSS and HTML Design Patterns. PHP. Web Storage. C++ Billiards Game. C / C++ Game From Scratch C++ Edition! Want to create a game using C++ and SFML? This is the perfect place to start! This tutorial series will follow the creation of a simple game in C++ from the very beginning till the end, a micro-version of the overall purpose of this site.

C++ is an evolving language standard and a great many tutorials out there are horrifically outdated or just plain bad. Similarly, most tutorials in books or on sites are by their very nature required to be very short and concise. This series is meant to be a living document, so if you have any questions on specific section, let me know and I will update accordingly! Finally, I don’t pretend to be an expert on C++ nor SFML, so if you see a mistake or you disagree with something I have said, let me know. Alright, lets get this started. EDIT: This tutorial was written a couple years ago and targets Visual Studio 2010. The Introduction Part 1 In this section we set up and configure your Visual C++ project and configure Visual C++ to work properly with SFML. Programming - Games - OpenGL C++ Offshore Software Development - Quality Excellence - Home.

Hype. C programming.com - Learn C and C++ Programming. NoSql. HBase Home. Apache CouchDB: The CouchDB Project. NoSQL. AIX Compilers. Programming with a personality, from start to finish. MongoDB. C Programming and Data Structures Course, IIT Kharagpur Programming Video Tutorials, P.P.Chakraborty. SEE: Guide to Download NPTEL Video Lecture Course Description : Contents: Introduction C Programming Data Structuring: Case Study Problem Decomposition By Recursion Problem Decomposition By Recursion Merge sort And Quick sort Characters And Strings Arrays: Addresses And Contents Structures Dynamic Allocation Linked Lists Complexity (Efficiency) of Algorithms Asymptotic Growth Functions Asymptotic Analysis of Algorithms Data Structuring Search Trees 2-3 Trees Algorithm Design Graphs Conclusions Other Resources : Citation | Other Programming Courses » check out the complete list of Programming Video lectures Respected Sir,These Courses are very useful to the students to enhance their subject knowledge and also useful to the teaching staff to enhance their subject presentation skills.It's a boon to the student community as well as parents who opt for Quality Education.

Reply message added successfully. Respected Sir, Its golden chance for me for utilizing this type of facilities. C++ Language Tutorial. This website uses cookies. By continuing, you give permission to deploy cookies, as detailed in our privacy policy. ok Search: Not logged in C++ Language These tutorials explain the C++ language from its basics up to the newest features introduced by C++11. Introduction Compilers Basics of C++ Program structure Compound data types Classes Other language features C++ Standard Library Input/Output with files Tutorials C++ LanguageAscii CodesBoolean OperationsNumerical Bases C++ Language Introduction:CompilersBasics of C++:Program structure:Compound data types:Classes:Other language features:Standard library:Input/output with files.

Software/web development. C++/C++0x/C++11 reference - cppreference.com. Introduction to Spring.NET. JAVA. Lazy Foo' Productions. HOWTO: Native iPhone/iPad apps in JavaScript. More resources On top of the information below, I can recommend a few other resources: Building iPhone Apps with HTML, CSS, and JavaScript is the only book I found that covered everything. I highly recommend it if you're planning on doing serious app development in JavaScript. If you'd like to get into native app development, take a step back and learn Objective-C first. The best Objective-C book I've found is Cocoa and Objective-C: Up and Running. My post on multitouch robot control with iOS.

Making it full-screen Normally, if you press "+" in mobile Safari and then "Add to Home Screen," the icon it creates acts like a bookmark into Safari. To get rid of the URL and button bars, just add a meta tag: This is what my log app looks like when launched from the home screen: Changing the phone status bar You can also change how the phone's status bar is displayed with a meta tag. The values for content are default, black and black-translucent. Preventing scaling Preventing elastic scrolling Tips. Java. Oracle and Java. Safari Web Content Guide: Configuring the Viewport. Safari on iOS displays webpages at a scale that works for most web content originally designed for the desktop.

If these default settings don’t work for your webpages, it is highly recommended that you change the settings by configuring the viewport. You especially need to configure the viewport if you are designing webpages specifically for iOS. Configuring the viewport is easy—just add one line of HTML to your webpage—but understanding how viewport properties affect the presentation of your webpages on iOS is more complex. Before configuring the viewport, you need a deeper understanding of what the visible area and viewport are on iOS. If you are already familiar with the viewport on iOS, read “Using the Viewport Meta Tag” for details on the viewport tag and “Viewport Settings for Web Applications” for web application tips. Read “Layout and Metrics on iPhone and iPod touch” to learn about the available screen space for webpages on small devices.Read “What Is the Viewport?” jQuery Mobile: Demos and Documentation.

Java.com. Create a new Fiddle - jsFiddle - Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, CSS) SproutCore. Javascript. Google C++ Style Guide. Definition: Streams are a replacement for printf() and scanf().

Pros: With streams, you do not need to know the type of the object you are printing. You do not have problems with format strings not matching the argument list. (Though with gcc, you do not have that problem with printf either.) Streams have automatic constructors and destructors that open and close the relevant files.

Cons: Streams make it difficult to do functionality like pread(). Some formatting (particularly the common format string idiom %. *s) is difficult if not impossible to do efficiently using streams without using printf-like hacks. Decision: Do not use streams, except where required by a logging interface. There are various pros and cons to using streams, but in this case, as in many other cases, consistency trumps the debate. Extended Discussion There has been debate on this issue, so this explains the reasoning in greater depth.

Cout << this; // Prints the address cout << *this; // Prints the contents. Adobe Dreamweaver CS6. Web SQL Database. C++ Programming Course, Other Programming Video Tutorials, Eclipse IDE. Welcome.