Posts

Showing posts with the label css

Common HTTP Errors

Image
Every HTTP transaction has a status code sent back by the server to define how the server handled the transaction. Apart from the 404 error, how many other HTML error pages do you know about? Have you ever thought about what happens in the background when you see any of these HTML error pages on your screen? Those codes are meant to convey important information to the user. Using them properly reduces your bounce rate, improves your search engine ranking and gives you knowledge on the performance of your site. Status Codes Status codes come in the format of 3 digit numbers. The first digit marks the class of the status code: 1XX status codes have informational purposes 2XX indicates success 3XX is for redirection None of these three classes result in an HTML error page as in this cases the client knows what to do and goes on with the task without hesitation.  What we usually see are the 4XX and 5XX kind: 4XX represent client-side errors 5XX indicate problems on the...

SoMe-Things YoU sHould knOw about "PhoneGap": Android - LeaVe my baThRoom at-least !

Image
PhoneGap Framework Building applications for each platform–iPhone, Android, Windows and more–requires different frameworks and languages. PhoneGap solves this by using standards-based web technologies to bridge web applications and mobile devices. Since PhoneGap apps are standards compliant, they’re future-proofed to work with browsers as they evolve. The PhoneGap framework was contributed by the Apache Software Foundation (ASF) under the name Apache Cordova and graduated to top-level project status in October 2012. Through the ASF, future PhoneGap development will ensure open stewardship of the project. It will always remain free and open source under the Apache License, Version 2.0. To develop apps using Phonegap, the developer does not require top have knowledge of mobile programming language but should know languages like, HTML, CSS, JScript. PhoneGap takes care of rest of the work, such as look and feel of the app and portability among various mobile operat...

13 years old coding n0w !!

Image
13 years old coding n0w !! As the demand for fresh, new programmers is increasing in this techno competitive world, I being a 14 year old enthusiastic  kid thought of touching the field of programming for the first time. And I even got the thought at the right time (In my summer vacations!!). Now, the first question was , from where to start? I had a laptop.✔ I had net connection.✔ I had a tool to code.✖ So, first thing I had to do was to download a tool to code which after doing from some research on the net was NOTEPAD++. I knew that as the word 'NOTEPAD' appeared I had to type something on the screen. But what to write? So, sadly I had to join a computer course in the busy city of Mumbai where everything is charged on the amount of time and not on quality.(But I was proved wrong!!) FIRST DAY OF MY COURSE : I was introduced to languages like H.T.M.L , C.S.S ,Java script. The names were so complex even though I had selected the institute's easiest course. ...