Learn | Create | Learn and Create something new everyday | Problems? Here are solutions | HTML HTML5 PHP javascript jQuery css css3
Sunday, September 27, 2015
Sunday, September 20, 2015
Saturday, September 19, 2015
Bill Gates
William Henry "Bill" Gates
Mark Zukerberg.
Mark Elliot Zuckerberg
Mark Elliot Zuckerberg (born May 14, 1984) is an American computer programmer and Internet entrepreneur. He is best known as one of five co-founders of the social networking website Facebook. Zuckerberg is the chairman and chief executive of Facebook, Inc. His personal wealth, as of July 2015, is estimated to be $38.6 billion. Zuckerberg receives a one-dollar salary as CEO of Facebook.About W3SCHOOLS.
W3Schools.
1.5 Billion Pages Displayed Last Year 40 Million Monthly Visitors The Largest Web Developer Site on the Internet What is W3Schools? W3Schools is a web developers site, with tutorials and references on web development languages such as HTML, CSS, JavaScript, PHP, SQL, and JQuery, covering most aspects of web programming. The site derives its name from the World Wide Web (W3), but is not affiliated with the W3C. W3Schools was originally created in 1998, by Refsnes Data, a Norwegian software development and consulting company. Easy Learning W3Schools has focus on simplicity, practicing easy and straight-forward learning. We use simple code explanations, and illustrate how to use it. The tutorials start from basic level, and move all the way up to complete professional references. Try It Yourself W3schools presents thousands of code examples. By using an online editor (Try It Yourself), you can edit examples and execute computer code experimentally, to see what works and what does not, before implementing it. W3Schools is Free W3Schools is, and will always be, a completely free developers resource. You Can Help Many people are working very hard to make W3Schools interesting, useful, and correct. If you find an error, or a broken link, please tell us about it. Use the link "REPORT ERROR" at the bottom of each page. Add a Link to Us If you want others to discover W3schools, please add a link to us. To add a simple text link, insert the following HTML code on your site:
Friday, September 18, 2015
Lynda.com
Lynda.com
lynda.com is an online education company offering thousands of video courses in software, creative, and business skills. Founded in 1995, the company produces video tutorials taught by industry experts. Members have unlimited access to watch the videos, which are primarily educational. On April 9, 2015, LinkedIn announced its purchase of lynda.com for $1.5 billion. Based in Carpinteria, California, lynda.com has more than 500 employees worldwide, and offers instruction in English as well as German, French, and Spanish through its branded division, video2brain.
Team Tree House.
Team tree house.
Wednesday, September 16, 2015
Problems.
Hongkiat
By www.hongkiat.comTuesday, September 15, 2015
Friday, September 11, 2015
Tuesday, September 8, 2015
Inspirational video. How can I become a good programmer.
Monday, September 7, 2015
The real programmers can relate.
PHP.NET PHP 5.5.29 is available.
PHP 5.5.29 is available
04 Sep 2015 The PHP development team announces the immediate availability of PHP 5.5.29. This is a security release. Many security-related issues were fixed in this release. All PHP 5.5 users are encouraged to upgrade to this version. For source downloads of PHP 5.5.29 please visit our downloads page, Windows binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.Thursday, August 27, 2015
S programming language.
"Old S" S is one of several statistical computing languages that were designed at Bell Laboratories, and first took form between 1975–1976. Up to that time, much of the statistical computing was done by directly calling Fortran subroutines; however, S was designed to offer an alternate and more interactive approach. Early design decisions that hold even today include interactive graphics devices (printers and character terminals at the time), and providing easily accessible documentation for the functions. The first working version of S was built in 1976, and operated on the GCOS operating system. At this time, S was unnamed, and suggestions included Interactive SCS (ISCS), Statistical Computing System, and Statistical Analysis System (which was already taken: see SAS System). The name 'S' (used with single quotation marks, until 1979) was chosen, as it has the common letter used in statistical computing, and is consistent with other programming languages designed from the same institution at the time (namely the C programming language). When UNIX/32V was ported to the (then new) 32-bit DEC VAX, computing on the Unix platform became feasible for S. In late 1979, S was ported from GCOS to UNIX, which would become the new primary platform. In 1980 the first version of S was distributed outside Bell Laboratories and in 1981 source versions were made available. In 1984 two books were published by the research team at Bell Laboratories: S: An Interactive Environment for Data Analysis and Graphics (1984 Brown Book) and Extending the S System. Also, in 1984 the source code for S became licensed through AT&T Software Sales for education and commercial purposes.
"New S" By 1988, many changes were made to S and the syntax of the language. The New S Language (1988 Blue Book) was published to introduce the new features, such as the transition from macros to functions and how functions can be passed to other functions (such as apply). Many other changes to the S language were to extend the concept of "objects", and to make the syntax more consistent (and strict). However, many users found the transition to New S difficult, since their macros needed to be rewritten. Many other changes to S took hold, such as the use of X11 and PostScript graphics devices, rewriting many internal functions from Fortran to C, and the use of double precision (only) arithmetic. The New S language is very similar to that used in modern versions of S-PLUS and R. In 1991, Statistical Models in S (1991 White Book) was published, which introduced the use of formula-notation (which use the '~' operator), data frame objects, and modifications to the use of object methods and classes.
R programming language.
R and its libraries implement a wide variety of statistical and graphical techniques, including linear and nonlinear modeling, classical statistical tests, time-series analysis, classification, clustering, and others. R is easily extensible through functions and extensions, and the R community is noted for its active contributions in terms of packages. Many of R's standard functions are written in R itself, which makes it easy for users to follow the algorithmic choices made. For computationally intensive tasks, C, C++, and Fortran code can be linked and called at run time. Advanced users can write C, C++, Java, .NET or Python code to manipulate R objects directly. R is highly extensible through the use of user-submitted packages for specific functions or specific areas of study. Due to its S heritage, R has stronger object-oriented programming facilities than most statistical computing languages. Extending R is also eased by its lexical scoping rules. Another strength of R is static graphics, which can produce publication-quality graphs, including mathematical symbols. Dynamic and interactive graphics are available through additional packages. R has its own LaTeX-like documentation format, which is used to supply comprehensive documentation, both on-line in a number of formats and in hard copy.
Wednesday, August 12, 2015
Tuesday, August 11, 2015
Calculator using javascript and CSS3.
Calculator using javascript and CSS3.
By The code playerMake a calculator using javascript and CSS3.