QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Bitcoin BankingBuy, Sell, Store and Earn Interest
  • Home
  • QIdea
  • QTrack

Web Development 184

Increase PHP Script Execution Time

php.ini file defines the maximum number of seconds a PHP script can run. If your script exceeds the time then web server will send a request timeout HTTP response error. You can change the script execution time using this one line of code <?php ini_set(’max_execution_time’, 300); //300 seconds = 5 minutes Put this code in […]

6 years ago http://qnimate.com/increase-php-script-execution-time/
Adding Custom Content to Printed Web Pages

In this tutorial I will show you how to add custom text to a printed web page using CSS and JavaScript. We can do this using CSS3 by using Pseudo Elements and Generated Content. We can do this using JavaScript by using onafterprint and onbeforeprint. Adding Image to the Printed Web Page using CSS This […]

Image6 years ago http://qnimate.com/adding-custom-content-to-printed-web-pages-using-css/
Create an Frontend Editor with Code Highlighting and Execution

In this tutorial I will show you how to create a online code editor like Codepen, jsFiddle, repl.it etc. After reading this tutorial you will be able to create such kind of awesome tools with just few lines of code. Let’s see a demo of what we will be creating in this tutorial. View Demo […]

Image6 years ago http://qnimate.com/create-an-frontend-editor-with-code-highlighting-and-execution/
Create a Barcode Scanner Application using Intel XDK and PHP

This post is a part 22 of Intel XDK Complete Tutorial post series. In this tutorial we will learn Intel XDK barcode API. Before we proceed with building a application using Intel XDK barcode API we first need to learn what barcode is and how we can generate barcodes using PHP. What is Barcode? A […]

Image6 years ago http://qnimate.com/create-a-barcode-scanner-application-using-intel-xdk-and-php/
Using @font-face for Bold and Italic Style

When you download a font you will always find four different files. Each of these files are differentiated by their weight and style i.e., normal, bold, italic and bold-italic. You would usually use them this way: @font-face {   font-family: "PT-sans-bold-italic";   src: url("fonts/PT-sans-bold-italic.ttf"); } @font-face {   font-family: "PT-sans-bold";   src: url("fonts/PT-sans-bold.ttf"); } @font-face […]

6 years ago http://qnimate.com/using-font-face-for-bold-and-italic-style/
Writing Vendor Prefix Free CSS Code

Writing proper vendor prefix CSS code is a coding horror for web designers. In this article I will provide three ways to write CSS code without worrying about vendor prefixes. Generating Vendor Prefixed Code You can use CSS preprocessors like LESS or SASS. CSS code generated using this preprocessors are automatically vendor prefixed. If you […]

Image6 years ago http://qnimate.com/writing-vendor-prefix-free-css-code/
URL Tracking Parameters and Its Negative Impact

In this tutorial I will explain what is URL tracking parameters and how it causes different problems. And then I will show how we can solve this problems and get a best solution for URL tracking. What is URL Tracking Parameters You would be sharing your website URLs in social media sites, blog comments, forums […]

Image6 years ago http://qnimate.com/url-tracking-parameters-and-its-negative-impact/
Styling HTML5 Input Elements

HTML5 introduced several new input type for forms. These input types allow to take more types of input data. In this tutorial I will show you the CSS selectors for styling HTML5 input elements. Styling Color Type The color type is used for taking a color code as input. This type can be styled using […]

Image6 years ago http://qnimate.com/guide-to-styling-html5-input-elements/
Intel XDK App State Change Detection

A running Intel XDK app can have five states: background state, resume state, continue state, running state and screen lock state. Let’s see how to detect change in these states: Background State A application is said to be in background state if user switches to some other application. This can be detected using intel.xdk.device.suspend event […]

6 years ago http://qnimate.com/intel-xdk-app-state-change-detection/
Page 8 of 21« First«...4...89...12...»Last »
Categories
  • Algorithms (1)
  • API (5)
  • Cloud (1)
  • Cordova (68)
  • Databases (8)
  • Ethereum (2)
  • Hyperledger Fabric (1)
  • Marketing (3)
  • Node.js (3)
  • Operating System (2)
  • Other (1)
  • SEO (15)
  • Tips and Tricks (13)
  • Web Development (184)
  • Web Security (12)
  • WordPress (94)
Most Viewed
  • slider
    Image Slider Using HTML And CSS Only
    60 comments
    7 years ago

  • facebook-chat-popup
    Facebook Style Chat Box Popup using JavaScript and CSS
    73 comments
    6 years ago

  • html5-file-api
    An Introduction To JavaScript Blobs and File Interface
    13 comments
    7 years ago
Most Commented
push-notificaton
Push Notification in Intel XDK using Push Plugin
6 years ago
109 Comments
facebook-chat-popup
Facebook Style Chat Box Popup using JavaScript and CSS
6 years ago
73 Comments
What is Multiplexing in HTTP/2?
6 years ago
61 Comments
Currently Viewed
CSS3 :before and :after Psuedo-Elements and Generated Content
6 years ago
web security
Website Hacking Methods and their Prevention
7 years ago
background-execution
Intel XDK Programming Guide to Background Execution
6 years ago
Our Sponsor
Freelance: I am available
@narayanprusty
Hi, I am a full-stack developer - focusing on JavaScript, WordPress, Blockchain, DevOps, Serverless and Cordova. You can outsource your app development to me.





Will get back to you soon!!!
WordPress
ReactJS
Meteor
Blockchain
Serverless
Kubernetes
DevOps
DB & Storage
Ejabberd
Let's get started
My Books

2014 - 2015 © QNimate
All tutorials MIT license