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

Search In

How to convert a given XML into PHP array

Hello Reader's!, If you are developing the website that takes input in XML and you want it to convert in PHP, Then you have to use some of the library extensions to do so. Let suppose you have the XML as given below:- <tag1Version="1.0"> &

Set title of the page for view pages in liferay

Hello Guys I here to set title of the view page in liferay. We can also set the title of the portlets. We have many ways to set page title of the liferay page because liferay provide dynamic functionality. You can add page title by using PortalUti

Upload File using Aajx

Sometime you need to upload the image without refreshing the page , in that case you can upload the image with the help of ajx using FormData Objects . To achieve this lets create a form in HTML to upload the file. <div class="controls">

jQuery add() Method

Hello Readers, We use add() method to add elements with a existing group of elements or selectors. Syntax: selector.add(selector) Parameters Please find the following description of all the parameters used by this add methods − Selector

how to show color in button of html form using Bootstrap CSS

Hello Reader's if you want to show color in the buttons then you can use bootstrap css. In this blog you can see and learn how to make them customize. Lets see my code as below:- <!DOCTYPE html> <html lang="en"> <head> <body&g

How to check if an array contains a specific string in jQuery?

Sometimes we need to check if a particular string exists in an array or not, we can do this by using inArray() method of jQuery very easily. Example <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <ti

MongoDB Connection With PHP

The MongoDB is built to work with your current web server, but not PHP. To communicate PHP with MongoDB server you need to install PHP-MongoDB driver. The PHP-MongoDB driver is a PHP extension library. The presently maintained driver for the MongoDB

How to push values in array in jQuery?

Sometimes we need to insert valuse in an array, we can do this by using push() method of jQuery very easily. Example     <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <

Direct vs. Indirect Routing

  Direct routing is the process of sending data to the same network or we have the sender and the receiver at the same point.     When the packet needs to be send in  the same network means the source and the destination are a

  • 6.91k
Pass element id that triggers `onclick` event to the event handling function

When we apply onclick event to an element, sometimes we need to pass ID of that element to the event handling function. We can do this by passing id to function as this.id or we can pass the element itself. Example: In the below example I've cre

1 12 75
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: