
Search In
Using below code I have created a load string array value from string.xml. String is a simple resource using the value provided in the name attribute. So we can combine string resources with other simple resourecs in the xml file. Below code will cle
Before SQL Server 2005, the only practical way to trap errors in SQL was using the old-fashioned @@error system variable. Although this is still supported, in this blog we will learn how to use TRY-CATCH for handling errors.TRY-CATCH block is simila
In Drupal 8 content management system you can run more than one Drupal site by managing the CMS admin and can easily make desired changes in your website to run more than one website using the multisite feature prov
Available Database and storage connectors in Joomla are given below:
MySQL: Available in Joomla versions 1.5, 2.5, 3.0. It's a Joomla DB
Microsoft SQL Server: Available in 2.5, 3.0 versions which is a Joomla DB.
Microsoft SQL Azure: Available in 2
Windows Presentation Foundation is a next level GUI framework as compared to WinForms, which provides impressive user interfaces in windows based applications. Earlier it was known as “Avalon” and was first released as a part of .NET 3.0 framework.
Many times when we have an existing database with existing multiple records with set password, encrypted with a specific encrypt technique and then we try to immigrate to Laravel 5.0 and try to use Laravel Auth, it clashes.
Since, Laravel Auth u
Winner of The Open in 1989, US golfer Mark Calcavecchia reacts after missing a shot during the Champion Golfers' Challenge on The Old Course at St Andrews in Scotland, on July 15, 2015, ahead of The 2015 Open Golf Championship which runs July 16-19.
He said that one of the judicial reviews - from Indonesian Zainal Abidin - was not being processed on administrative grounds as the documents presented to the court were photocopies and there was no formal record the review had been filed. [url=http:
1) at_exit { code to be executed}
This method starts the execution of the code when the program exits.
For Example:
puts "Begining of execution"
at_exit do
puts "Inside at_exit"
end
puts "End of execution"
Output:
Begining of execution
End of
If you want image slider using Javascript then you can use below code .
CSS Code :
<style type="text/css">
// to make a gap from top
body {
margin-top: 100px;
}
// give styling to list
.navlist ul li{
