Quacklabs

Accelerating,Information Age

Menu
  • Home
  • About Us
  • Services
  • Contact Us
  • Visit Us

Category: Business

C++

By Mahesurya Das
|
April 20, 2017
| No Comments
| Business, Cloud, How to, Miscellaneous, Security, SEO, Technology

Before C++11 the auto keyword was used for storage duration specification. In the new standard its purpose was changed towards type inference. auto is now a sort of placeholder for a type, telling the compiler it has to deduce the actual type of a variable that is being declared from its initializer. It can be […]

Read More »

Posted in Business, Cloud, How to, Miscellaneous, Security, SEO, Technology Tagged C++ Leave a comment

Understand JavaScript Closures

By Mahesurya Das
|
April 19, 2017
| No Comments
| Business, Cloud, How to, Miscellaneous, Security, SEO, Technology

Closures allow JavaScript programmers to write better code. Creative, expressive, and concise. We frequently use closures in JavaScript, and, no matter your JavaScript experience, you will undoubtedly encounter them time and again. Sure, closures might appear complex and beyond your scope, but after you read this article, closures will be much more easily understood and […]

Read More »

Posted in Business, Cloud, How to, Miscellaneous, Security, SEO, Technology Tagged Understand JavaScript Closures Leave a comment

JavaScript Variable Scope and Hoisting Explained

By Mahesurya Das
|
April 19, 2017
| No Comments
| Business, Cloud, How to, Miscellaneous, Security, SEO, Technology

n this post, we will learn JavaScript’s variable scope and hoisting and all the idiosyncrasies of both. We must understand how variable scope and variable hoisting work in JavaScript, if want to understand JavaScript well. These concepts may seem straightforward; they are not. Some important subtleties exist that we must understand, if we want to […]

Read More »

Posted in Business, Cloud, How to, Miscellaneous, Security, SEO, Technology Tagged JavaScript Variable Scope Leave a comment

JavaScript Prototype

By Mahesurya Das
|
April 19, 2017
| No Comments
| Business, Cloud, How to, Miscellaneous, Security, SEO, Technology

JavaScript Prototype in Plain Language jan. 25 2013 147 Prototype is a fundamental concept that every JavaScript developer must understand, and this article aims to explain JavaScript’s prototype in plain, detailed language. If you don’t understand JavaScript’s prototype after reading this blog post, please ask questions in the comments below. I will personally answer all […]

Read More »

Posted in Business, Cloud, How to, Miscellaneous, Security, SEO, Technology Tagged JavaScript Prototype Leave a comment

JavaScript Objects in Detail

By Mahesurya Das
|
April 19, 2017
| No Comments
| Business, Cloud, How to, Miscellaneous, Security, SEO, Technology

JavaScript’s core—most often used and most fundamental—data type is the Object data type. JavaScript has one complex data type, the Object data type, and it has five simple data types: Number, String, Boolean, Undefined, and Null. Note that these simple (primitive) data types are immutable (cannot be changed), while objects are mutable (can be changed). […]

Read More »

Posted in Business, Cloud, How to, Miscellaneous, Security, SEO, Technology Tagged JavaScript Objects Leave a comment

Understand JavaScript Closures With Ease

By Mahesurya Das
|
April 18, 2017
| No Comments
| Business, Cloud, How to, Security, SEO, Technology

Closures allow JavaScript programmers to write better code. Creative, expressive, and concise. We frequently use closures in JavaScript, and, no matter your JavaScript experience, you will undoubtedly encounter them time and again. Sure, closures might appear complex and beyond your scope, but after you read this article, closures will be much more easily understood and […]

Read More »

Posted in Business, Cloud, How to, Security, SEO, Technology Tagged Understand JavaScript Closures With Ease Leave a comment

HTML Structure

By Mahesurya Das
|
April 17, 2017
| No Comments
| Business, Cloud, How to, Miscellaneous, Security, SEO, Technology

Moving on, every web page written in HTML shares a common structure, an example of which is below: <!DOCTYPE html> <html> <head> <title>A Web Page</title> </head> <body> <h1>A Web Page</h1> </body> </html> <!DOCTYPE html> is the first and most important line of an HTML document. It ensures that web browsers will correctly read the HTML […]

Read More »

Posted in Business, Cloud, How to, Miscellaneous, Security, SEO, Technology Tagged HTML Structure Leave a comment

PHP MYSQL – post to database

By Mahesurya Das
|
April 17, 2017
| No Comments
| Business, Cloud, How to, Miscellaneous, Security, SEO, Technology

First of all we must make the html form for index.html: <html> <body> <form action=”index.php” method=”get”> <input type=”text” name=”user”> <input type=”submit” value=”post”> </form> </body> </html> This html script will post form data to index.php, for example we write “Mikel” on the box and clock post button, the url will change to index.php?user=mikel Now the php […]

Read More »

Posted in Business, Cloud, How to, Miscellaneous, Security, SEO, Technology Tagged PHP MYSQL Leave a comment

Learn How To Code HTML

By Mahesurya Das
|
April 10, 2017
| No Comments
| Business, Cloud, How to, Miscellaneous, Security, SEO, Technology

When you’re managing a blog or a website, knowing the basics of HTML, CSS or even Javascript can be a crucial skill to have. Even if you don’t plan on building your own site from the ground up, common things like creating linked images, or creating stylized text, are important to know.When you’re managing a […]

Read More »

Posted in Business, Cloud, How to, Miscellaneous, Security, SEO, Technology Tagged Learn How To Code HTML Leave a comment

SQL CHECK Constraint

By Mahesurya Das
|
April 6, 2017
| No Comments
| Business, Cloud, How to, Miscellaneous, Security, SEO, Technology

SQL CHECK Constraint The CHECK constraint is used to limit the value range that can be placed in a column. If you define a CHECK constraint on a single column it allows only certain values for this column. If you define a CHECK constraint on a table it can limit the values in certain columns […]

Read More »

Posted in Business, Cloud, How to, Miscellaneous, Security, SEO, Technology Tagged SQL CHECK Constraint Leave a comment
  • 1 of 13
  • 1
  • 2
  • 3
  • …
  • 13
  • Next »

Recent Posts

  • An Introduction to Reflection in C++
  • C++
  • Understand JavaScript Closures
  • JavaScript Variable Scope and Hoisting Explained
  • JavaScript Prototype

Recent Comments

    Archives

    • April 2017
    • March 2017
    • February 2017
    • January 2017
    • December 2016

    Categories

    • Best Practices
    • Business
    • Cloud
    • How to
    • Miscellaneous
    • Security
    • SEO
    • Technology
    • Uncategorized

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
    • Home
    • About Us
    • Services
    • Contact Us
    • Visit Us

    Powered by WordPress. AwesomeOne theme by Flythemes