
Search In
Hi Developer,
Google is coming with the new set of api with Google Now card,Api was released some time before in January this year. Check below url for more information on this.
Google Plans To Release Open API For Google Now Cards
At South by Sou
Hello readers!
Today we discuss about "How to Leverage Browser Caching in WordPress" (Configuring WordPress For browser caching).
Browser caching:- Browser caching helps to reduces the request per page in numbers which results to reduce server load
спасибо всем за советы!!! Какой смысл брать более медленный и более дорогой проц даже если он и удовлетворяет требованиям? Да ещё и существенно более горячий. магазин flexpnz.ru рекомендую взять переходник с ide на sata и не насиловать труп, цена - 6
Attribute selectors target an elements based on its attribute. You can only define the element attribute, so that all the elements having that attribute will be targeted within the HTML.
There are 6 different types of attribute selectors:
[att=v
Draw Rectangle in web page: We can now draw the graphics in web pages. Html provides the Canvas API for drawing graphics. Html5 has the <canvas> tag to draw the graphics using JavaScript. Using <canvas> element we can draw rectangle, line
1- Custom shape in Canvas
If you need to create a custom shape with HTML5 Canvas, first you have to create a path and then close it using the closePath() method. Use the lineTo(), arcTo(), quadraticCurveTo(), or bezierCurveTo() methods to construct
In below example, I have written Python script for account cashflow operations. see below python code in .py file :
import time
from datetime import datetime, date, timedelta
import tools
from osv import osv, fields
import decimal_precision as dp
fr
In this blog, We will see how to configure CSRF protection and how to make AngularJS allowed to send information with a CSRF token to the server.
In AngularJS, $http service reads a token from a cookie which is named by default XSRF-TOKEN and sets it
In this tutorial we'll learn about two new tools from adobe for android or iPhone/iPad users.
Here we'll talk about Adobe Draw which is a part of Adobe Illustrator family and Adobe Capture CC. With the help of Adobe Draw you may create your idea
Sort a stack using recursion in C
Sort a stack means inserting elements in Stack in sorted order.The sorting is to be implemented using recursion. In this first a stack is created by pushing elements into it then by popping elements from it,sortedIn
