Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to resize iframe dynamically

Hello all, While working on a project, we came across a situation where we had an iframe that had dynamic content inside it, and to make our page responsive, we were not allowed to give fix height to the iframe, but since the iframe had the dynami

How to append elements to an array?

There are methods to add elements to the array using push method and concat method. The array push method adds element at the end of an array and returns its new length. *Syntax :- array.push(item1, item2, ..., itemX) Below is the example code :

How to change icon and color of FloatingActionButton

Here I am writing the way to change the color and icon of FloatingActionButton. If I talk about icon of the action button, we need to fulfill of requirement and purpose of Floating button. So we need to change the icon of the FloatingActionButton.

How to add new element in ArrayList.

 The below example will help you to add new element in arrayList. So, when we have new element list item shifts the element currently at that postion and any subsequent elements to the right which will help to insert new element at the specified

What Is Fault In Software Testing ?

What Is Fault In Software Testing ? Normally software fault is also recognized as the bugs or defects, these emerges when the presumed results or prospective results does not equal with the real results or actual results. This is also known as the

How to change the Magento Admin URL / Path

How to change the Magento Admin URL / Path: By default url to the magento admin panel is www.yoursite.com/admin but If you want to change Magento admin login path, then you have to change the front name in local.xml file (app/etc/local.xml). <ad

How to join tables and find by conditions in Cakephp 2 ?

How to join tables and find by conditions in Cakephp 2 ? There are 3 tables Venues, Venues type and Venue Opening Days. First and the most preferred way is use associations in the Model like hasMany, BelongsTo. Second way to join tables is to use th

How to refresh a part of page automatically?

Many time you need to refresh your page without reloading the whole page.  Some time you need it to be done automatically after a certain time. You can do it by ajax and jquery. Here i am writing a function which will refresh div after 10 sec.

Shell Script

HI everyone, I need help plz, to write a Linux shell script : write a utility program called spy that enables you to do just that. spy repeatedly scans the system process table, displaying processes that have started or ended since the last scan. Th

How to Compare String length in PHP

Hello Reader's , Today on My blog, You will learn how to compare string length in PHP. PHP provides strlen() function which compares two string length is equivalent to each other. The strlen() function returns the length of a string on success,

1 306 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: