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

Search In

How to create custom component in joomla ?

Hello Readers, This blog shows the creation of custom component in Joomla. Here we show the name of the component (mycomponent) as an example.   Step1: Create the name of the component com_mycomponent inside the Joomla component folder. (Her

How to Export MySQL table data to CSV File using PHP

In this blog I am going toexplain how to export mysql data to CSV file using php. CSV stand for “comma separated values”. Using the below code you can easily download CSV file and use anywhere. <?php function exportMysqlToCsv($table,$filenam

How to make custom button in android

To make Custom Button in android follow the steps mentioned below:- 1) Create a drawable resource file in your drawable folder and name it custom_button.xml. 2) Add the code written below in your custom_button.xml file .  custom_button.xml

Configure Mailtrap SMTP to Send or Test e-Mail in PHP Laravel 5.4 App - 9 Easy Steps

Mailtrap is a fake or we can say test SMTP server which provides us "Developers" a service to send, test or share email messages to the mailbox, In a way that the real user does not get disturbed and mark the email spam. And to do that you

How to use Partial View in Asp.Net MVC

"Partial View in Asp.Net MVC" Key Features: 1. The View defined inside the parent View is called the Partial View. 2. It is same like a user control (.ascx) in Asp.Net. 3. The Partial View has access to the data of the parent View. 4. The changes

List of Top 36 .net Interview Questions - PART 1 OOPS Concept?

Hi,   Here are the list of interview questions asked in .Net technologies.   Let's categorize it:    OOPs Concepts What is difference between abstractions and encapsulation ? How do we achieve encapsulation in c

How to post data using jQuery Ajax POST with .Net

Hello all, Working with ASP.NET, if we want to fetch the data from server using jQuery than we can use Ajax POST method of jQuery. which allows us to asynchronously interact with server and we can get data in the desired format such as JSON or XML a

How to add custom meta in qTranslate with Wordpress

Hello Friends, If you are working in a multilingual project and using qTranslate plugin for language translation in wordpress. You can see custom meta fail to save multi languages in the database. Please follow the below step to get solution of this

Creating RESTful API in cakephp

This tutorial will help you to learn how to create rest api in cakephp. For this we need to follow the following steps: Step1: Create a database and a table say "users" Step2: Now we will create the Users Model, Veiw and Controller. users

How to make forgot password in codeigniter

Hello Reader's if you are new to codeigniter framework and want to make the forgot password module in it then in this blog you can learn how do this. Now lets start building this:- As the developer point of view every step is to be consider

1 174 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: