This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Wednesday, January 14, 2015

Sad Poetry In Urdu For Lovers


Sad Poetry In Urdu For Lovers








..Badle To Nahi Hain Woh Dil-O-Jan K Qariny

Ankhon Ki Jaln, Dil Ki Chuban Ab B Woo hi Ha..

          ..Akhri Tis Azamane Ko 

      G To Chaha Tha Muskurane Ko..

..Ye Fakhr To Hasil Hy K Bury Hain K Bhly Hain

  Do Char Qadum Hum B Tere Sath Chly Hain..

             ..Na Gabar Mai Na Gulab Mai Mujeh Dekhna

              Mere Drd K Aab-O-Tab Mai Mujeh Dekhna..






                                         __GhaZal__






Akhri Tis azmany ko
G to chaha tha muskurany ko
Yad itni B sakht jan to nahi
ik gharundy rha 
hai dahany ko
sangrezon mai dhal gye ansu
log hansty rahe dikhany ko
zaKhm-e-ngma B lau to deta hai
ik deya reh gya jalany ko
jlane vale to jal bujhe akhir
kon deta Khabr zmany ko
kitny majbor ho gaye honge
ankahi bat muh pe lany ko
khul ke hansna to sab ko ata hai
log tarsate rahy ik bahany ko
reza reza bikhar gya insan
dil ki viraniyan jatany ko
hasraton ki panhgahon main
kya thikany hain sar chupany ko
hath kanton se kar liye zakhmi
phul balon main ik sajany ko
aas ki bat ho ki sans... Ada
ye Khilony hain tot jany Ko..

Tuesday, January 13, 2015

How To Use Or Apply Conditional Tags In Blogger Platform

How To Use Or Apply Conditional Tags In Blogger Platform

How To Use Or Apply Conditional Tags In Blogger Platform

Blogger is the easiest blogging platform as compared to other platforms on the market. With the help of some web design languages people are making themes for blogger platform and yet this change the platform into a new level which was never seen. We have seen thousands of blogger themes / templates with thousands of different looks and layouts.

Here we have created a tutorial about using some default blogger conditional tags. These conditional tags can be used in creating blogger theme with a  totally different look for each and every page. Also it can be used to solve some problems of hiding and showing. These default conditional tags will help us to use some scripts / codes / css styles even any thing for a home page or specific page or blog post.

As we know blogger has a lot of default variables used in editing and automation of blogger template. This makes the blogger platform more outstanding. So lets start with the tutorial.

1. Show Anything Only On HomePage:
<b:if cond='data:blog.url == data:blog.homepageUrl'>-----Your Content Goes Here--------</b:if>
Now the above conditional tag will only allow the content in your homepage. Whether that contains widgets, javascript code, html or css design. This also helps if you are creating a theme so you will add your custom design or something else to only show it on homepage.

2. Show Anything Only In Posts Of Blog:
<b:if cond='data:blog.pageType == "item"'>---------Your Content Goes Here--------------</b:if>
Now the above conditional tag will allow your content or what ever inside, will only show it on posts. For example if you want a different blog design while some one open posts and they see a different design, or you want to show some specific widgets or content only on blog posts it is easy for this purpose.


3. Hide Anything Only On Blog Posts:
<b:if cond='data:blog.pageType!= "item"'>---------Your Content Goes Here---------</b:if>
Well the above conditional tag will hide the inside content on your post pages. For example if you want to hide a widget, CSS design or any other content on your posts in blog so this is the tag you can use it.

4. Show Anything On Your Specified URL:
<b:if cond='data:blog.url == "URL-OF-THE-PAGE"'>-------Your Content Goes Here--------</b:if>
The above conditional tag is used for when you want to display some content in your specific page or blog post so by the help of the above tag you can display or allow the content, widget or any CSS design for a specific page. All you need to put the URL in the above URL-OF-THE-PAGE. So your desired content or whatever will be shown on your specified page or post.

5. Hide Anything On Your Specified URL:
<b:if cond='data:blog.url != "URL of the page"'>------Your Content Goes Here--------</b:if>
The above conditional tag is used to hide your content, widget or any thing you want in a specific page or any URL you want. For example you want to hide all sidebar in "About" page of your blog so this is the right tag for you to use it and put all your sidebar inside the tag or use CSS design to hide the sidebar, then replace your page URL with the above URL OF THE PAGE.

6. Show Anything On Blogger Static Pages:
<b:if cond='data:blog.pageType == "static_page"'>--------Your Content Goes Here-------</b:if>
The above conditional tag is used for showing or displaying your content, widget or any type of HTML code only on a static blogger page. For example if you want to apply a specific design for your static pages in your blog theme so you can put all of the content between the above conditional tag.

7. Hide Anything On Blogger Static Pages:
<b:if cond='data:blog.pageType != "static_page"'>---------Your Content Goes Here-----------</b:if>
The above conditional tag is used for hiding your content, widget or anything you want in blogger static pages. For example you want to hide bottom widgets on blogger static pages to give a clean look so put your content inside conditional tag and that will be hidden while someone viewing your blog's any static page.

Saturday, January 3, 2015

send free sms in Pakistan any Network


Send92.Com - Send Free To Pakistan From USA, UK, UAE, Saudia And Canada
Your Name:
Recipient Number:
Your Message:
Characters left:      Eid Milad-Un-Nabi SMS
Captcha Code:    Free SMS Sender
 

Friday, January 2, 2015

How to Disable Right Click in website

Disable Right Click in website 



Using This Script users will be not to able right Click On Your Web Site . . .

How to Disable Right Click in website


Now Copy This Script  ( Mark all and press Ctrl+C and Copy Because Right Click Disable in my website ) 



<script language="JavaScript">
<!--
 
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://<span id="IL_AD5" class="IL_AD">www</span>.dynamicdrive.com
 
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
 
document.oncontextmenu=new Function("return false")
// -->
</script> 

Now Pest This Script On Your Web site  


I hope This Help Full For You . . . 


How to Open Facebook - Fb - blocked account

How to Open Facebook blocked account


Did just you got your account Facebook blocked ?of because  some activity illegal that do you ( terms breaking their) or even doing without any intentionally mistake?  Well don’t worry then! like all nice networks Facebook also provides its user friendly service and allows them to request to review their blocked account and probably get it restored back.
how to
The account disabled page of Facebook reads: (link to page at the end of article)
There are different reasons why you may not be To able access your unique and Account ways to Facebook contact for case each. Therefore,is it important be to sure you are that the using channel correct when a submitting request for help. First, the identify reason correct why are you access to unable your account the from three reasons are that below listed. Then, follow the instructions listed by the reason that pertains to you.
1. Disabled for violating Facebook’s Statement Rights of  and Responsibilities
accounts Facebook have that been detected or  reported for violations policy by Facebook be may disabled. reasons Possible include, but not are to restricted :
* Prohibited Continued after behavior warning or receiving a multiple warnings from Facebook
* Unsolicited with others contact for purpose the of harassment, dating, promoting, advertising,  or other conduct inappropriate 
* Use of a fake name
* Impersonation of a entity or person, or other identity of  misrepresentation
* Posted violates that content Facebook’s Statement of Rights and Responsibilities (this includes any pornographicobscene , or explicit photos, any photos as well as depict that violence graphic. We also content remove, written or  photo , that threatens, intimidates, harasses, or unwanted brings embarrassment or attention an to individual or people of  group)
Please review Facebook’s Statement of Rights and Responsibilities to more learn  about types specific of conduct and that content are not on permitted the site.
If you have posted not violating content or violated otherwise the Statement of Responsibilities and Rights, click here.
2. Security disabled
Accounts that have been detected or reported as hacked or phished by Facebook be may disabled. If think you your account was disabled for reasons security, to the refer section Security the of Help Center to the find  correctform  contact .
3. Can’t log in due to access issues
If you are disabled, you will clearly see a “Disabled” message when you try to log in to your account. If do you  see not this message, your  then account not is  disabled and are you simply experiencing issues log in. You should refer to the Log in and Password section of the Help Center to find the correct contact form.
Examples of log in issues include:
* Due Inability log in to password problems
Due Inability log in to an error message (e.g., “Site Maintenance,” “Invalid/Unregistered Email Address,” etc.)
Due Inability log in to forgetting one’s log in email address or password
* Other technical difficulties accessing Facebook

Account Facebook  Blocked – How to solve/get it back now?

So if you think your sin wasn't big enough and you can apologize to Facebook and get your account working back again then follow the link below and submit the form there (please note, log out of any account Facebook that you are currently logged in, in order to submit the form).
Click here for form (if you violated the Facebook statement  and terms of responsibilities and  rights)