
Search In
We all know that systems are moving from legacy to new technology, and ETL is one of the common technique used to help this transformation. we can consolidate the scattered data for any organization while working with different data format and source
The OSI Model
Open System Interconnection (OSI) reference model has become an International standard and serves as a guide for networking.
This model is the best known and most widely used guide to describe networking envi
Hi All,
My first post and I'm not a programmer.
I've already spent a lot of time on this without any success.
I'm trying a retrieve the value of a variable, calculated earlier in the js, so I can plug it into a
Some time we need to convert the html page to pdf dynamically.
Like we are getting some form filled and then we want the data to be converted to a pdf file that is downloadable by the user.
We use fpdf for that in cakephp.
fpdf is basically a clas
XSLT
XSL stands for eXtensible Stylesheet Language used for XML styling. XSLT in turn stands for XSL transformations i.e transformation of XML documents into different specific/design formats like XML transformation into Html.
Steps
Backlinks are the links with which one website can visit another website just like incoming links to reach a web page. When a web page is linked to other web page, it is known as a backlink. Any web page with lots of backlinks tends to have higher
To export datatable in excel, First create an excel file at any location on my computer. In my example, I have created a blank excel file in D drive named as "DataTableToExcel.xls".
First, we will add some data in datatable, Either we can
If you want to find the current time and timezone using JavaScript, you can use below example.
In this example, moment.js api has been used.
Code:
<!DOCTYPE html>
<html>
<title>TimeZone</title>
<script type="text/javascr
The code below will help, how one can use selector "class" to sum all the values in different input box in a Form.
<pre><pre>&lt;pre&gt;&amp;lt;script language="javascript"&amp;gt;
function su
JavaScript Arrays : Array is a like a container which contains the same type of objects or elements. Arrays has fixed length. We can access the array elements using the index value.The index of the array starts from 0.
Example of creating array in
