Query: Selecting nodes those having children or child nodes in current node.
./*[*]
May 13, 2010
December 17, 2009
Bug: iPhone: when iPhone do not log incoming call in the call history
i just found a very strange bug in the apple iPhone 3.1 OS. it do not put record in the recent history of calls.
Reason: It happens when your phone get switched off due to low battery etc. then iPhone do not log it in the call history register. Hope in the 4.0 it will be fixed.
Solution: No solution.
Reason: It happens when your phone get switched off due to low battery etc. then iPhone do not log it in the call history register. Hope in the 4.0 it will be fixed.
Solution: No solution.
September 02, 2009
this._form is null javascript error Scriptmanager
this._form is null javascript error with Scriptmanager, this problem occur when you are using asp.net ajax extension and another third party js together. i was using jquery when i got this issue.
Solution:i was reffrering the js as following
<script type="text/javascript" language="javascript" src="js/jquery-1.2.6.min.js"
>
but it creates problem when using with asp.net ajax extension
Slightly change it with closing of script
<script type="text/javascript" language="javascript" src="js/jquery-1.2.6.min.js"></script >
or use the best practice syntax and add any third party script as follow.
<asp:scriptmanager id="myScripts" runat="server">
<scripts>
<asp:scriptreference path="js/jquery-1.2.6.min.js">
</asp:scriptreference>
</scripts>
</asp:scriptmanager>
Labels:
javascript,
jquery
August 18, 2009
World All country City,state list database,dropdown excel csv
I guess a lot of people search for this list and very less get successful finding the list. I also required world's all Country and corresponding City or states for binding the drop down from sql server one of my project. i searched a lot and finally found a very good list, with the approved codes etc. you can use Ajax or anything after importing it to your database in required format in you any of oracle, mysql, access, sql-server, postgresql.
here's Updated link.
http://www.unece.org/cefact/codesfortrade/codes_index.html
above link is for download, below link is for details of various terminologies used.
http://www.unece.org/cefact/locode/welcome.html
on the page you will get list in various acceptable formats from
as there is no just download latest file which is on the top of the list and import it to your database.
its very detailed and informative list even got longitude details, district, state, city. so you can drill down to very depth or very less according to your requirements
my best to share the information as far as possible.
Please like this article on Facebook and G+ to make people to find it easily.
here's Updated link.
http://www.unece.org/cefact/codesfortrade/codes_index.html
above link is for download, below link is for details of various terminologies used.
http://www.unece.org/cefact/locode/welcome.html
on the page you will get list in various acceptable formats from
- txt
- CSV
- excel
- mdb.
as there is no just download latest file which is on the top of the list and import it to your database.
its very detailed and informative list even got longitude details, district, state, city. so you can drill down to very depth or very less according to your requirements
my best to share the information as far as possible.
Please like this article on Facebook and G+ to make people to find it easily.