Home
|
Tutorial
|
Articles
|
Forum
|
Interview Question
|
Code Snippets
|
News
|
Fun Zone
|
Poll
|
Web Links
|
Certification
|
Search
Welcome :
Guest
Sign In
Register
Win Surprise Gifts!!!
Congratulations!!!
Top 5 Contributors of the Month
satyapriyanayak
Narayanan
Jean Paul
JQuery Developer
Karthikeyan Anbarasan
Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more.
Post New Question
Subscribe to Interview Questions
Quick Links For Interview Questions Categories:
ASP.Net
Windows Application
.NET Framework
C#
VB.Net
ADO.Net
Sql Server
SharePoint
Silverlight
OOPs
JQuery
JavaScript/VBScript
Biztalk
Patten/Practices
IIS
WCF
WPF
WWF
Networking
Aptitude
Others
All
Others Interview Questions and Answers
How can we handle concurrent requests?
Author:
Bhumika Patel
Posted Date: March 07, 2013 Category:
Others
Points: 40
Javascript functions should be written to handle concurrent requests and call back function can be passed as a parameter. Those parameters are passed to AjaxInteraction(URL, callback) object.
php dynamic og:image for facebook
Author:
Jack Hard
Posted Date: November 07, 2012 Category:
Others
Points: 40
Now this is all over stackoverflow but I haven't come across a solution that has worked yet so here goes...
Just trying to get facebook to recognise my og:image pretty simple. Everything outputs with the facebook object debugger except the thumbnail won't show. It does however show the correct url and when the blank thumbnail is clicked it loads the correct image.
Here that code for that:
<meta property="og:title" content="<? echo $product_name; ?>"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://www.domain.com.au/product-tesst.php?id=<? echo $id ?>"/>
<meta property="og:image"content="https://www.domain.com.au/inventory_images/thumb_<? echo $id ?>.jpg"/>
<meta property="og:site_name" content="Biz Name"/>
<meta property="fb:admins" content=""/>
<meta property="og:description" content="<? echo stripslashes($details) ?>"/>
What is The Difference Between Final variable,method,class IN Java.
Author:
NATHAN ISRAEL
Posted Date: September 21, 2012 Category:
Others
Points: 40
Final variable - Like Constant.
Final method - Can't overridden.
Final class - Can't Inherited by Any other Class
Difference between XML and HTML?
Author:
Narayanan
Posted Date: August 07, 2012 Category:
Others
Points: 40
XML : designed to Transport and Store Data.
HTMl: designed to Display Data.
XML : Tages are not Predefined .Defined your Own Tags
HTMl: Tags are predefined.
What is mean by Sibling?
Author:
Narayanan
Posted Date: August 07, 2012 Category:
Others
Points: 40
Sibling Child elements are same level.
Like Children (Brother or Sister).
what does XML Element Contain?
Author:
Narayanan
Posted Date: August 07, 2012 Category:
Others
Points: 40
Other Element.
Text.
attributes
and Combined all of the above.
What is mean by XML Attributes?
Author:
Narayanan
Posted Date: August 07, 2012 Category:
Others
Points: 40
Attibutes provide Additional Information about an Element.
XMl Attributes must be quoted. it's single or Multiple.
How to Find First Node in the XML File?
Author:
Narayanan
Posted Date: August 07, 2012 Category:
Others
Points: 40
XmlNode.SelectSingleNodes.
How to get Collections of nodes in XML?
Author:
Narayanan
Posted Date: August 07, 2012 Category:
Others
Points: 40
XmlNode.SelectNodes.
how to find Node in a XML file?
Author:
Narayanan
Posted Date: August 07, 2012 Category:
Others
Points: 40
Using XPath.
« Previous
1
2
3
4
5
6
7
8
9
10
….
26
27
Next »
Hall of Fame
Twitter
Terms of Service
Privacy Policy
Contact Us
Archives
Tell A Friend