
Search In
Array is used to keep collection of objects. Array in ruby can have any type of objects together. Using array in ruby:
>> a = []
>> arr = [1, 0, 7]
>> arr[2] # => 7
>> arr.size # => 3
>> arr = ["string", 5, 0.8,
Hello reader's, we all have seen preloaders whenever we visit any website, at the loading time it appears at the window panel. I have just tried to create a preloader using bright colours with a punch of animation over it which therefore seems to
To get the connection String from App.config, we will proceed as follows:-
1. First we need to add the connection string in App.config file.
Example:
<configuration>
<connectionStrings>
&nb
Hi there.
In a web page, we get a particular message for a particular action. For example, after completing a form, you receive a success message; on entering a wrong password, you receive a warning/error message etc. Thus, we know already if w
Fellow Php Programmers,
What does the following header mean (ebay.com):
**HTTP/1.1 200 OK X-EBAY-C-REQUEST-ID: ri=N79YSYGvO9se,rci=qZJNjVUUeUF9xCaS RlogId: t6e%60cckjkb9%3Fvo%7Bccbgmijf%28vo%7B%287570577-15c59d3449c-0x129 X-Frame-Options: S
Excel is a spreadsheet which contains cells in form of rows and columns. We can say it is a computer program which is used to record and manipulate data in rows and columns.
In this blog we will learn how export data reports in excel format using Co
The viewport is the area of a web page that is visible to the user and provides the information to the user for his use. This area varies according to the size of the device, like desktop, laptop, smartphone, tablets etc. And units are given to viewp
Php Lovers!
I am NOT searching for banned words within other words on a page but searching for banned words within a loaded page.
I am not actually looking for banned words within other words but within the page (meta tags, content).
And so,
I just compiled an andriod app and its working fine via emulator and also tried using my device 7.0 but after trying to use the app on andriod 4.4 it crashed after clicking on a particular button..I have testes on firebase lab to get errors..test iss
This release mainly includes many improvements in the User interface along with the Resource allocation feature in FindNerd Projects.
Important Notes
A. Please ensure that you clear the browser cache to ensure proper functioning of the chan
