QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack
Understanding HTML img tag

According to W3C <img> is a inline element. But it doesn’t follow all designing rules of inline elements. You cannot set height and width of inline elements but you can set height and width of <img>. <img> element’s design depends on aspect ratio, parent block container, dimensions, height and width. <img> is inline or block […]

Image9 years ago http://qnimate.com/understanding-html-img-tag/
Bypass Same Origin Policy

Same origin policy is a set of restrictions that are applied to webpages from communicating with each other. These restrictions prevent a lot of hacks.There are many ways to bypass this restrictions also. In this post we will look at Same origin policy for different components of web browsing. We will also see the different […]

Image9 years ago http://qnimate.com/same-origin-policy-in-nutshell/
Making a phonegap app look like native app

Most of the web developers use phonegap to develop apps for mobile. Phonegap is the most powerful platform available for web developers to develop mobile apps. Its features can be extended using plugins which makes it even much powerful. But one thing phonegap lacks is that the look and feel of native app. In this […]

Image9 years ago http://qnimate.com/making-a-phonegap-look-like-native-app/
Website Hacking Methods and their Prevention

Do you know that one website is hacked every 5 seconds and also 63% of website owners don’t know that they are hacked. You might be the next or you are already a victim. Protecting user and business critical information is the first job of a developer. This post will help you to survive the […]

Image9 years ago http://qnimate.com/common-web-vulnerabilities/
Decentralizing Configuration of Webserver using .htaccess

Suppose you want to customize the configuration of your web server and you don’t have access to the global configuration file. In that case you are stuck with developing your great web app. Well there is a solution to that i.e., using .htaccess file. In this post we will talk about pros, cons, features, usage […]

Image9 years ago http://qnimate.com/decentralizing-configuration-of-web-server/
Push Technology In PHP

Suppose you are planning to create applications like Facebook timeline, Gmail chat, live score viewer or instant chat and you are wondering how to send notification from server to the browser for updates instead browser requesting data from server after every constant interval then this post will help you learn the technologies that are used […]

Image9 years ago http://qnimate.com/implementing-push-technology-in-web-sites/
How to get your picture in Google search results

You might have seen  people’s faces appearing on Google search results. Specifically when the content of those links belong to a particular author. Have you have ever wondered how they do that?  There are basically two ways of doing this. In this post we will look at both the ways. Our objective is to get […]

Image9 years ago http://qnimate.com/how-to-get-your-picture-in-google-search-results/
Page 43 of 43« First«...102030...3940414243
Categories
  • Algorithms (1)
  • API (5)
  • Cloud (1)
  • Cordova (68)
  • Databases (8)
  • Ethereum (3)
  • 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
    9 years ago

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

  • html5-file-api
    An Introduction To JavaScript Blobs and File Interface
    13 comments
    9 years ago
Most Commented
push-notificaton
Push Notification in Intel XDK using Push Plugin
8 years ago
109 Comments
facebook-chat-popup
Facebook Style Chat Box Popup using JavaScript and CSS
8 years ago
73 Comments
What is Multiplexing in HTTP/2?
7 years ago
61 Comments
Currently Viewed
HTTP/2 Compatibility with old Browsers and Servers
7 years ago
WordPress Settings API Validation and Sanitization
7 years ago
triangle-circle-css
Creating Triangles And Circles Using CSS
8 years ago
Our Sponsor
My Books

2014 - 2015 © QNimate
All tutorials MIT license