
Search In
Hello readers, In this blog I have got an updating news regarding CSS font-display property.
As we all work on Web Pages that includes various typeface and we didn’t have the option of setting our text .
Basically, to reduce the font load d
Hi there.
Navigation bars have become really easy to work with in Bootstrap 3.
Since Bootstrap 3 is mobile first, the navigation bar remains in place for a certain screen size, collapses at a certain screen size and a grid like button appears.
Thi
Freelance business is all about clients and your services in make their work easier. Clients have different requirements but dealing with their temperament can be tough at times. Freelance business can be compared to a double-edged sword wh
We have few workers working in the background and there has been as error being recorded in the rails error log i.e "Celluloid::Task::TerminatedError from Sidetiq::Clock#loop!".
I am looking for a solution regarding the same but has been unable t
after testing the game in a device , it exit after opening it directly
in case of deleting the AdMob Plugin , then the game works fine
after some researches , we found that the problem is because of the manifest files
there`s 2 manifest files in m
I am using a telerik editor control in my web app which by default has On Paste (Ctrl + V) event handler which open a dialog box. It is working in latest version of IE(Edge), Firefox and Chrome. But I need to make it support in IE 7 and 8. In IE 7 an
Im making a 2d multiplayer game, can u tell me how to sync contacts from gmail, for ex if iam downloading my game app, so i want to sync those contacts from my gmail who has already downloaded that app, like the game clash of clans, in which contacts
If your form sending much more POST request than the default size and you want to increase the size of POST then see the steps:-
Open the file php.ini
you can file the location of file from exicuting the PHP line below
<?php phpinfo(); ?>
N
If you are using PHP and want to get the current date time with respect to your time zone then just use the code below :-
$DateTime = new DateTime(null, new DateTimeZone('Asia/New Delhi'));
$DateTime->setTimezone(new DateTimeZone('Asia/New Delhi
Selectivity
Selectivity is used for the definition of the number of unique values in the table.
It shows how many unique values are there in the table.
Selectivity=Cardinality/number of record *100%
If the selectivity is high than only the databa
