
Search In
SEO- Keyword Research and Tagging (Part 1)
Search engine optimization is the Godfather of online marketing. The position of your web page on the SERP (Search Engine Results Page) determines how much traffic your page has and consequently the amoun
Game design:
Working with silhouette:
As I have provided the basic information regarding the silhouette principle using on the concept character for game art, lets resume the topic further and see it through details. While developing the basic desi
Authorize annotion:
Authorize annotion given in mvc to restrict the access to controller for authorized and unauthorized user.
Further the access can be restricted by their roles . It provides us to access the view for authorize users only, as view
In one of my current project, I had to develop and integrate the Android Push notification functionality in my server side C# code.For this purpose, i used the Google Cloud Messaging service.
Here is code for the same.
public void SendNotificat
Hello Readers,
difference between find() and children() methods in jquery :
Both find() and childern() are jquery methods.
find() method is used to search the more then one level down the tree (DOM tree) while children() method is uesd to find th
Hello Readers,
Definition: The DOM(Document Object Model) element that initiated the event.
It is often useful to compare event.target to this in order to determine if the event is being handled due to event bubbling.
The target property can be
Nowadays the Enterprise Level Apps are gaining more importance and the advantages are really outstanding. Enterprise level apps are basically Saas ( Software as a Service ) based. SAAS based application provides the advantage of combination of variou
While working on an e-commerce project we need a secure payment system and Braintree framework is one of them.
With Braintree, we can perform all types of credit card transactions and PayPal transactions.
The first step is to crate account in sandbox
Many times, the web application goes slow down, after go live on a production server. There may be two reasons - hardware issues where you deployed the application or the CPU and memory usage are high due to not using resources efficiently inside you
Fake S3 Server For Local Development in Rails
Hi Friends,
Once I was developing an application that includes accessing and saving the data to S3 buckets. But I didn't have any S3 account at that time, So I searched for a thing that can simulate
