
Search In
Hi Friends,I am back with my MVC article with some new things.
So we've covered the concept and structure of an MVC application in my previous article which are listed below:-
1-ASP-Net-MVC-What-s-inside-Part1
2-ASP-Net-MVC-What-s-inside-Part2
We k
Follow the following steps to create a module using Liferay Plugin SDK in Liferay 7.0.
1) Install Liferay IDE in your eclipse (if not yet installed). Follow this to install Liferay IDE.
2) Open eclipse and create a new Liferay Workspace Project. Se
1
In this tutorial, I am using the same hosting service (bluehost) in combination with wordpress. Does anyone know why the page is showing an error message when I input the url... aside from this issue. I am following along in this tutorial and I
No separate method is provided to do search in Parse document. Following code can be used to search a column .
PFQuery *query = [PFUser query];
[query whereKey:@"username" hasPrefix:searchText.lowercaseString];
[query whereKey:@"objectId" n
Use the following code to make plugin javascript
Here connectwebsocketserver is the function which called by javascript (index.js). If your plugin javascript file name is test then by following lin you can call this function
test.connectwebsocket
The EventKit framework allows the applications to access the calendar on iOS Devices. However, before accessing the calendar, we are required to import EventKit framework in our controller.
import EventKit
To add events to a calend
Hello Readers! Here is the code to send link to your email address when you click on Forgot Password link during login in cakephp.
Create a view forgot_password.ctp and paste the below code to it:
<?php echo $this->Session->flash(); ?>
The modern business environment has become competitive. As a result, project managers are always working under pressure not only to profit but also to avoid getting edged out of business.
That means you need to know exactly where you s
Image Source: deepintheweb
Web applications are growing in popularity with every passing day due to a plethora of benefits it offers to users. With an internet connection, you can easily access a web app from any corner of the world. Unlike basic
With the passage of time, we have evolved immensely to manage our personal networks. Within our networks, different people play different roles. Sociologists use the word “inner circle&r
