
Search In
Blogging, Proofreading, and Editing is a love triangle that no author, marketer or SEO wants to upset. When we say, “your blog needs editing," most bloggers and webmasters think it has only to do with language. That is rarely the case. Do
To get the current web page url in Laravel 5. you can use the URL::current() helper function. here is an example.
Route::get('/current/url', function()
{
return URL::current();
});
To invalidate spring security session you need to follow below steps:
1. Add Logout configuration in your applicationContext-security.xml file
Set logout-success-url attribute to /login.jsp. After logout user will be redirected to this page.
<
Sending Emails in Rails using Gmail Account
For sending emails in rails,ActionMailer Class is used. Emails can be sent using any service providers like Gmail, Sendgrid, Mandrill or any other. Here we will see how we can send the emails using ou
FFMPEG is a command line tool to convert multimedia files to another formats.
In this article, we will see how to get thumbnail image from a video using FFMPEG in C#.
Step 1: Create a page to show the thumbnail image of a video
In this tutorial we will learn how to set up develpment environment for Angular 2. TypeScript is a main language for developing applications in Angular. TypeScript is super set for all ECMAScripts and javascript.
Setting up the development environm
Web-based business web architecture is equal to the customary web composition; nonetheless, it requires a couple of more whistles and chimes to deal with money related exchanges. This does not imply that the procedure ought to dissuade your soul or y
We can add pagination to our page.
In wordpress we can split multiple post in different pages.
We can set how many post per page we want
When multiple loops are used in a theme template file only one loop, the main loop, can be paginated.
<?ph
Installing LAMP (Linux, Apache, MariaDB and PHP) on Fedora 23 Server and Workstation
We all know that LAMP goes a long way in hosting a website and honing your PHP programming skills. LAMP is basically a package of Linux, Apache, Mysql/MariaDB and P
“Face is the index of mind” like that our site gives the best impression about our business. It is essential to give an amazing knowledge to the clients through our site.
Website is the best way to get and manage guests. Expand
