roshnidevadiga.net
Create an xml sitemap in php | Roshni Devadiga
http://www.roshnidevadiga.net/create-an-xml-sitemap-in-php
Skip to main content. Create an xml sitemap in php with fixed set of urls. October 17, 2016. October 27, 2016. Xml sitemap is used by crawlers like Google to determine which pages are present on the website. It is like a menu for a vast site. The xml sitemap can be submitted in tools like google webmaster. To fasten the process and monitor the indexing of the various pages on the website. If you a using an open source CMS like wordpress. But the function can be used in any php framework. Here is the code.
roshnidevadiga.net
Javascript | Roshni Devadiga
http://www.roshnidevadiga.net/category/javascript
Skip to main content. Angular js vs angular 2. November 5, 2016. November 6, 2016. Angular js was introduced in 2009 as framework to develop single page applications, popularly known as SPA’s. From here it has come a long way and has become an integral part and is widely used in today’s web applications. Angular 2 was introduced in 2014. Angular 2 is different from angular js in a variety of advanced features and the way things are handled. Let’s take a look:. Angular 2 is based on ES6 model. Inheritance...
roshnidevadiga.net
Inheritance in javascript | Roshni Devadiga
http://www.roshnidevadiga.net/inheritance-in-javascript
Skip to main content. June 13, 2016. Inheritance is the most widely used object oriented concept which finds it’s way in most of the programming problems. But what is inheritance and why is it so important? This post will answer all your questions. Inheritance concept in object oriented programming. Now consider a four wheeler ‘Car’. It can derive all the properties from the base class ‘Vehicle’ and can also add on its own specific properties or methods to it. Thus the der...Unlike other classical langua...
roshnidevadiga.net
Tips to get relevant results from Google | Roshni Devadiga
http://www.roshnidevadiga.net/google-whacking-tips-to-get-relevant-results-from-google
Skip to main content. Google whacking: tips to get relevant results from Google. January 27, 2016. October 18, 2016. Google is the most widely used search engine in today’s time. But it gets a little annoying when we type something to search and do not get accurate and relevant results. So what do we do in such cases? Well, the answer to this is Google Whacking. What is Google Whacking? Let me list down a set of tips that will significantly help you to quickly find your answers on Google:. Search for spe...
roshnidevadiga.net
Programs | Roshni Devadiga
http://www.roshnidevadiga.net/category/programs
Skip to main content. Create a download functionality in php. October 30, 2016. October 30, 2016. Php has a huge set of features to implement almost anything that you see across the internet. One of the common functionalities that you can find especially in dashboards is the functionality to download reports mainly in xls or csv format. In this article I will show you how to implement this functionality using php and javascript/jquery. Here are the steps:. JQuery('.download button').on('click', f...Var d...
roshnidevadiga.net
Building a custom plugin in wordpress | Roshni Devadiga
http://www.roshnidevadiga.net/building-a-custom-plugin-in-wordpress
Skip to main content. Building a custom plugin in wordpress. January 5, 2016. January 11, 2016. Below is a step-by-step guide of getting started with WordPress plugin development:. The plugins in wordpress are stored in /wp-content/plugins folder. To create a new plugin, create a folder inside the plugins folder. Here we will name it as test. So now we have a folder /wp-content/plugins/test. Our plugin code will reside inside this folder. Plugin URI: www.test.com. Description: Test plugin description.
roshnidevadiga.net
Php | Roshni Devadiga
http://www.roshnidevadiga.net/category/php
Skip to main content. Create a download functionality in php. October 30, 2016. October 30, 2016. Php has a huge set of features to implement almost anything that you see across the internet. One of the common functionalities that you can find especially in dashboards is the functionality to download reports mainly in xls or csv format. In this article I will show you how to implement this functionality using php and javascript/jquery. Here are the steps:. JQuery('.download button').on('click', f...Var d...
roshnidevadiga.net
Create a download functionality in php | Roshni Devadiga
http://www.roshnidevadiga.net/create-a-download-functionality-in-php
Skip to main content. Create a download functionality in php. October 30, 2016. October 30, 2016. Php has a huge set of features to implement almost anything that you see across the internet. One of the common functionalities that you can find especially in dashboards is the functionality to download reports mainly in xls or csv format. In this article I will show you how to implement this functionality using php and javascript/jquery. Here are the steps:. JQuery('.download button').on('click', f...Var d...
roshnidevadiga.net
Exciting new features in php 7 | Roshni Devadiga
http://www.roshnidevadiga.net/exciting-new-features-in-php-7
Skip to main content. Exciting new features in php 7. October 13, 2016. October 17, 2016. Heard about PHP 7 but have very little idea about what it has in store for you? You have landed at the right place. With the release of php 7, there are a set of excitingly new features and add-ons that would enhance your coding and overall performance of your website. Lets dive into the details about what php 7 has in store for you:. Eg: We can now use. Strict Mode: You can mention a line at the top of the file to ...