BLOGSPOT atas
Showing posts with label Programming Language. Show all posts
Showing posts with label Programming Language. Show all posts

Wednesday, September 23, 2015

Wednesday, September 9, 2015

12 Sites That Will Teach You Coding for Free

Programming has helped me to become a much better entrepreneur, and you can learn this skill without spending a dime. http://www.entrepreneur.com/article/250323

- Muhammad Idham Azhari

Friday, November 21, 2014

Learn The Programming Language: Python

This infographic gives you the information about one of the popular programming languages.





- Muhammad Idham Azhari

Thursday, November 20, 2014

Learn The Programming Language: JAVA

This infographic gives you the information about one of the popular programming languages.






- Muhammad Idham Azhari

Wednesday, November 19, 2014

Learn The Programming Language: C++

This infographic gives you the information about one of the popular programming languages.







- Muhammad Idham Azhari

Tuesday, November 18, 2014

Learn The Programming Language: Objective-C

This infographic gives you the information about one of the popular programming languages.





- Muhammad Idham Azhari

Friday, November 14, 2014

Learn The Programming Language: JavaScript

This infographic gives you the information about one of the popular programming languages.






- Muhammad Idham Azhari

Thursday, November 13, 2014

Learn The Programming Language: PHP

This infographic gives you the information about one of the popular programming languages.





- Idham Azhari

Friday, October 26, 2007

PHP (Hypertext Preprocessor)

Kata Si WIKI, definisi PHP (salah satu bahasa pemrograman) adalah sbb:

"PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language".

"PHP code is interpreted by a web server with a PHP processor module, which generates the resulting web page. PHP commands can be embedded directly into an HTML source document rather than an external file to process data. It has also evolved to include a command-line interface capability and can be used in standalone graphical applications".

Cara mudah untuk mempelajari PHP (tidak dimulai dari scratch) adalah dengan membuat portal misalnya dengan bantuan paket PHPNuke. Tinggal install PHPNuke tersebut, lalu jadilah portal tersebut....sisanya kita tinggal oprek portalnya...dilihat deh command2 dari PHP....mudah kan!...(*saya terapkan waktu bekerja di PT Panasonic Shikoku Electronics Indonesia)....

-Muhammad Idham Azhari-

Monday, August 6, 2007

CSS (Cascading Style Sheets)


CSS merupakan sebuah bahasa pemrograman yang banyak digunakan untuk membangun web site.

Penjelasannya dibawah ini (*kata Si WIKI)...

CSS is a style sheet language used for describing the presentation semantics (the look and formating) of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML...

CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the layout, colors, and fonts. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting and reduce complexity and repetition in the structural content (such as by allowing for tableless web design).

CSS can also allow the same markup page to be presented in different styles for different rendering methods, such as on-screen, in print, by voice (when read out by a speech-based browser or screen reader) and on Braille-based, tactile devices.

It can also be used to allow the web page to display differently depending on the screeen size or device on which it is being viewed. While the author of a document typically links that document to a CSS file, readers can use a different style sheet, perhaps one on their own computer, to override the one the author has specified.


CSS specifies a priority scheme to determine which style rules apply if more than one rule matches against a particular element. In this so-called cascade, priorities or weights are calculated and assigned to rules, so that the results are predictable.

Disambung lain kali ya :) .....

-Muhammad Idham Azhari-

Monday, June 4, 2007

HTML (HyperText Markup Language)

HTML merupakan salah satu bahasa pemrograman yang paling mudah (*menurut saya loh...), biasanya diperuntukkan untuk membangun web site yang statis...

Penjelasan HTML dapat dilihat dibawah ini (*menurut Si WIKI...)...

HTML is the main markup language for creating web pages and other information that can be displayed in a web browser...

HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like ), within the web page content. HTML tags most commonly come in pairs like

and

, although some tags represent empty elements and so are unpaired, for example . The first tag in a pair is the start tag, and the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, further tags, comments and other types of text-based content...

The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page...

HTML elements from the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structure documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts written in languages susch as Javascript which affect the behavior of HTML web pages...


Web browsers can also refer to Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The W3C, maintainer of both the HTML and the CSS standards, encourages the use of CSS over explicit presentational HTML...

Selanjutnya, saya akan berikan contoh-contoh coding dengan HTML...

-Muhammad Idham Azhari-

Monday, April 2, 2007

Javascript (Programming Language)

Javascript adalah salah satu bahasa pemrograman...berikut penjelasannya (kata Si Wiki)...


Javascript is an interpreted computer programming language. As part of web browsers, implementations allow client-side scripts to interact with the user, control the brower, communicate asynchronously, and alter the document content that is displayed. It has also become common in server-side programming, game development and the creation of desktop applications...

Javascript is a prototype-based scripting language with dynamic typing and has first-class functions. Its syntax was influenced by C. Javascript copies many names and naming conventions from Java, but the two languages are otherwise unrelated and have very different semantics. The key design principles within Javascript are taken from the Self and Scheme programming language. It is a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles...

Next, akan saya berikan contoh programming yang menggunakan Javascript...

-Muhammad Idham Azhari-

Monday, March 5, 2007

Java (Programming Language)

Apa itu Java? *bukan diterjemahkan jadi Jawa ya :) ...

Java merupakan sebuah bahasa pemrograman....*selanjutnya pakai english aja deh... :) ...


Java is a  computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture.

Penggalan paragraf diatas kata Si Wiki loh...

Demikian penjelasannya...next akan dijelaskan lebih detail lagi dan disertai contoh kasus pada bahasa pemrograman Java...

-Muhammad Idham Azhari-