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

Search In

Using database of session handling in Code PHP

What are Sessions? Before we get into implementing a Sessions solution, it’s important to understand exactly what they are. By default, the Internet is a “stateless” environment. This means that every request you make in a browser is anonymous in the

How to count the total number of buttons in a page using QTP .

A HTML button is identified as a WebButton object by QTP. Below is the script which you Can run in QTP to find the total number of Buttons in the HTML page . First Create a Button object Set objButton = Description.create objButton(“micclass”).v

How to send email using AJAX request?

Hello Reader's If you need to make ajax request that send the email in backgournd page then you can use the code below:- $('#submit').click(function() //specify your selector of form { $.ajax({ url: sendemail.php, // your action page

How to disable layout in Zend Framework

Hello Friends, Some time we need to disable layout of our page. No layout mean no header, no footer, no left bar, no right bar. You want to display the main page content part like if you are using AJAX at that time you need to disable layout for thi

How to check login status in Wordpress

Hello Friends, Generally in the website you can see lots pages are restricted to have access before login. If you want to add this feature in your Wordpress website. Please follow the below code in your in page. if(is_user_logged_in()) { // Place y

What Are the Latest Job Opportunities in Technology World?

The advent of technology is storming into every walk of life. Digitization is gradually replacing hard work. After all, the mechanism of automation is in the upfront. It validates that looking for a career prospect in the technology world is what bra

How to move an article to archive status?

To move an article to archive status you need to follow the steps given below: Login the backend of the Joomla Site(Joomla administrator) Select Content (given in the menu at the top of the page) -> Article Manager. You will see a page with list

How to trigger an event in web page

Hello Reader's If you want to set the trigger to and event on the web page, Then using Javascript will be your best option. In this blog you will see how to set any event with its time in seconds. Lets consider an example here I'm triggerring the po

How to find a module position on any given page in Joomla?

Joomla works on Positions. It basically divides the page into different parts that is known as positions. Module are assigned to those positions. To display the module positions you required to follow the following points: Login to the backend of t

How to open a .pdf file in a new window in C#

Opening a .pdf file in new window On the First page write the following code:- string Url = "Wite the url of the page to be opened"; ClientScript.RegisterStartupScript(this.GetType(), "", "window.open('" + Url + "');", true); On the second page

1 29 170
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: