Categories
How To Article Website Design

Facebook Type Loading Effect – CSS3

Facebook Type Loading Effect – CSS3 In this tutorial we will show you Facebook Type Loading Effect – CSS3.Here we are using CSS3 to accomplish this.It Give us a awesome loading effect, it is kind of same what facebook is using for loading effect. HTML: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Facebook Type Loading Effect</title> <link href="Style.css" […]

Categories
How To Article Technology - Tips

How To Turn On Error Reporting In PrestaShop 1.5

How To Turn On Error Reporting In PrestaShop 1.5 Recently i am working on a prestashop project, i am new to prestashop.So when i am configuring the live site on localhost.After configuration a blank page has been displayed nothing else.I am bit confuse that what is wrong here.I do a google for this and found […]

Categories
Asp, Asp.net How To Article

How to get URL & Querystring Value Using jQuery

How to get URL & Querystring Value Using jQuery In this tutorial i will let you know guys, How to get URL & Querystring Value Using jQuery.This is very useful when we have to process a request by querystring value. Example: URL = http://www.hightechnology.in/project.aspx?projectid=1 Read Querystring Value: function GetQueryStringParams(sParam) { var sPageURL = window.location.search.substring(1); var sURLVariables […]

Categories
How To Article Technology - Tips

How To Change The Privacy Of a Video In Youtube

How To Change The Privacy Of a Video In Youtube In this tutorial i will explain you How To Change The Privacy Of a Video In Youtube.This feature of youtube is basically to set the privacy of video, To whom you and how you want to show the video(Public, Private, Unlisted).If you already set the privacy […]