Posts

Showing posts with the label technical

Python Vs Java

    Python vs Java: Key Differences Python and Java are two very different programming languages, but both can be useful tools for modern developers. If you are thinking about learning to program for the first time, then you might find Python easier to master. Python’s syntax is designed to be intuitive and its relative simplicity allows newbies to quickly start writing code for a variety of applications. While Java has a steeper learning curve, it is extremely useful for developing applications that will run on any platform. Dynamic vs Static Typing One of the biggest differences between Python and Java is the way that each language handles variables. Java forces you to define the type of a variable when you first declare it and will not allow you to change the type later in the program. This is known as static typing. In contrast, Python uses dynamic typing, which allows you to change the type of a variable, by replacing an integer with a string, for example. Dyna...

Difference between CSS,HTML and PHP

Image
What’s The Difference Between CSS, HTML and PHP? Maybe you’re beginning to build a simple website, or just want a better understanding of the many acronyms you’ve been hearing lately. “ CSS “,  “HTML”  and  “PHP”  are thrown around so often and with such ease, you’re embarrassed to ask what they mean. Following is my attempt to explain these terms (mainly to myself) in plain English. The Difference Between CSS, HTML and PHP CSS = Style:  Cascading Style Sheets  (CSS) dictate your website’s look and feel. Font size, font color, font type, styling around images, page layout, mouse-over effects and more are all determined by CSS. In WordPress, CSS can be edited within the  “Editor”  section under Appearance in the Dashboard. Some WordPress themes, like  Headway , allow you to  visually edit the CSS  (meaning you don’t need to get eyeball headaches from coding). The colors, fonts and styles of this entire website ...

Definition of Web Design

Image
Web Design Web design is the process of creating  websites . It encompasses several different aspects, including  webpage  layout, content production, and graphic design. While the terms web design and  web development  are often used interchangeably, web design is technically a subset of the broader category of web development. Websites are created using a  markup language  called  HTML . Web designers build webpages using HTML  tags  that define the content and  metadata  of each page. The layout and appearance of the elements within a webpage are typically defined using  CSS , or cascading style sheets. Therefore, most websites include a combination of HTML and CSS that defines how each page will appear in a  browser . Some web designers prefer to hand code pages (typing HTML and CSS from scratch), while others use a " WYSIWYG " editor like Adobe Dreamweaver. This type of editor provides a visual interfac...

Types error occur in C Programming Language

                              Different Types Of Errors In C Errors  are  mistake  that we programmer often commit.  Errors  also called as  bugs causes the program to either run unexpectedly ( shows unexpected result ) or prevent the execution of a program. As programmer we are prone to make mistakes. So we should keep in mind the following different types of  errors  in c which we might commit : TYPES OF ERRORS Syntax Errors Semantic Errors Logical Errors Linker Errors Runtime Errors SYNTAX ERROR IN C Back To Types of Errors Syntax Errors  are basically compiler  errors or  compile-time  errors which occurs when we do not follow the grammar of the programming language.  It is detected when you compile the program by the compiler. Syntax Errors occurs :   Due to missing semicolon (  ' ; ' ). It is us...

Latest mobile OS Types

Image
Types of Mobile OS (Operating Systems) in Latest Smart Phones Smart phones , Smart Operating System or perfect combination of both? Now, choosing a smart phone is not the only hectic job you have, but choosing the right OS too is a difficult choice. Over the last couple of months we’ve looked smart phones, a few times but haven’t really spent much time in looking at the different mobile operating systems (m-os). Here’s a quick tour of the main players in this segment which will help you to get a brief idea on various operating systems including windows, blackberry, Google’s android, Apple’s iOS, Symbian and also Palm … Windows Mobile or Windows Phone These handsets run a mobile operating system designed by Microsoft. The bundled software with these units lets you open, create and edit Microsoft Office files as well as run thousands of third party applications. Their connectivity with Microsoft Exchange servers is excellent but web browsing still has room for improvement. A 20...

amazing android version

Image
                         Android version history     Global Android version distribution since December 2009. As of December 2016,  Android Marshmallow  6.0 is the single most widely used Android version running on 26.3% of all Android devices accessing  Google Play ; while Lollipop, if minor versions are combined, is operating on 34.0%. The version history of the  Android mobile operating system  began with the release of the Android  alpha  in November 5, 2007. The first commercial version, Android 1.0, was released in September 2008. Android is continually developed by  Google  and the  Open Handset Alliance  (OHA), and it has seen a number of  updates  to its base operating system since the initial release. Versions 1.0 and 1.1 were not released under specific code names, but since April 2009's Android 1.5 "Cupcake", Android ...