
Search In
Sometimes we face the problem of scrolling an element as per user view.
JavaScript Executor is used in java code to scroll the page.
There are some scenarios for which we have to perform scroll action:
Sometimes we require to scroll the page up
we can set arrow based seekbar using following trick like this : First of all you have to set a image of scale then below that image set a seekbar with progressDrawable transparent and then set arrow image as a thumb.
<?xml version="1.0&q
In magento sometimes we need to get the current store details from system configuration for some reference,
Then lets see how can we do it :
1. To get all the stores from magento
for the same we can use
Mage::app()-
Hello Reader's, If you are making searching and want to look it as ajax which show records then this blog is helpful to you. In this blog, we will make it for CodeIgniter framework. Ajax searching will show the matching results from the typed wor
Drop-down list is a common feature in HTML5 to create web pages attractive. It is a toggleable menu in which user can select one value from predefined list. First item will be shown selected automatically. To create a drop-down list we use <select
There are TinyMCE editor & CKEditor mostly used in web application. Here we'll discuss about CKEditor integration in our rails application. Editor is basically used by the web users to post formated contents to the sever. This blog will
Hello Readers,
In the previous chapter we learn about html5 element, and now we learn about attributes
So, basically we have two type of attributes in html5 first can be used with any element so we define them globally and others are defined for sp


In this tutorial we"ll learn how to make a smoking pipe.
Step 1: First open up a new document with any size. Take a ellipse tool and draw a oval shape. Select the direct selection tool, select the right and left center point and drag do
=> I'm using following MapView in my layout:-
------------------------------------------------------------
<com.google.android.gms.maps.MapView
android:id="@+id/map"
class="com.google.android.gms.maps
Sometimes you need to refresh the current page of the web application. In Selenium Webdriver you can perform this operation by multiple ways.
There are following ways to refresh or reload the browser or the application.
1. Using refresh me
