
Search In
Sql Injection
Application security is always a challange for the application developer. As some of anonymous users who try to break your application for his fun. Sometimes loopholes in your application can be more dangerous for you and your applicati
Sql Injection
Application security is always a challange for the application developer. As some of anonymous users who try to break your application for his fun. Sometimes loopholes in your application can be more dangerous for you and your applicat
"Handling IndexOutOfRangeException"
Before learning how to handle this exception, we should know why this Exception is thrown
IndexOutOfRangeException:
This Exception is raised when we are trying to
Hi Guy,
In this Blog, We will discuss about how to make a SEO friendly web page with the help of HTML5 and CSS. Note that for making this tutorial simple, we only consider the aspect of making a web page not whole website.
What is r
Twitter is one of the most prominent sources of traffic to your blog post or even your business website. On Twitter, a user can create a profile, where they can share their views, news, ideas, and media like images, video and animation. Also,
This is a simple example of how we use UNION ALL in Linq.
In fact there is no UNION ALL operator in Linq but we have an equivalent of UNION ALL as Concat operator.
So suppose we have two list (oldEmployees and newEmployees) which hold name and sal
To use custom scroll bar we have to follow below steps.
Steps.
1 - First download tiny scrollbar javascript libarary by using below url.
<pre>http://baijs.nl/tinyscrollbar/</pre>
2 - Include tinyscroll bar library in the Html head t
First create a layout for Map Activity. The name of layout is activity_main.xml
<fragment
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/map"
class="com.google.android.
Hello Guy's
Below code will help you to download file from server using liferay 6.2.
Here I am writing a portlet to download file.
For better understanding create portlet in your eclipse and follow below steps :
Step: 1
Edit view.jsp and put belo
This blog gives you step by step instructions on how to make dynamic themes in C#.
1) First develop all of the themes you want and put them all under the App_Themes folder in your ASP.Net project. I have created two themes with Red and Green Name.
