[ add comment ] | permalink | related link |




( 3 / 25 )Right-click on an open area of the taskbar, and choose Toolbars \ New Toolbar from the menu.
You should probably also unlock the taskbar at this point.
paste the following path into the location bar:
%appdata%\Microsoft\Internet Explorer\Quick Launch
The normal Quick Launch that we’re used to doesn’t have text, so right-click on the dotted lines and uncheck “Show Text” as well as “Show Title” from the menu.
[ add comment ] | permalink | related link |




( 3 / 25 )http://trac.opensubtitles.org/projects/ ... iki/XMLRPC
change www.opensubtitles.org to api.subtitles.org in OSCAR's Preferences tab
[ add comment ] | permalink |




( 3 / 52 )In Joomla there is a hidden core function which once activated displays a layer on a Joomla website which shows you exactly the template positions currently used.
To activate this function you just need to add ?tp=1 to the end of your current Joomla address. As an example take a look at the following link: http://www.dart-creations.com?tp=1 As you can see, you can know see all the positions which are template makes use of. You can use this on any Joomla version, on any Joomla site and on any Joomla page (though you might need to use &tp=1). The following parameters can be used:
?tp=1 (for horizontal view)
?tp=-1 (for no wrapper niew)
?tp=0 (for normal view - no view of positions)
[ add comment ] | permalink | related link |




( 3 / 51 )function addLocationRow() {
var nonpTbl = document.getElementById('tblLoc1');
var newRow = nonpTbl.cloneNode(true);
var tds = newRow.getElementsByTagName('td');
var currLen = parseInt(document.getElementById('totalLocs').value);
currLen++;
alert('currlen = ' + currLen);
for (var i=0; i < tds.length; i++) {
var td = tds;
var input = (td.getElementsByTagName('input'))[0];
var currName;
if (input) {
currName = input.name;
var new_name = currName.replace(/AOLF_\d_(.*)/, "AOLF_" + currLen + "_$1");
input.name = new_name;
input.value = "";
}
var sel = (td.getElementsByTagName('select'))[0];
if (sel) {
currName = sel.name;
var new_name = currName.replace(/AOLF_\d_(.*)/, "AOLF_" + currLen + "_$1");
sel.name = new_name;
sel.options[0].selected = true;
}
}
var ntr = document.createElement('tr');
var ntd = document.createElement('td');
ntd.appendChild(newRow);
ntr.appendChild(ntd);
nonpTbl.parentNode.parentNode.appendChild(ntr);
var val = parseInt(document.getElementById('totalLocs').value);
val++;
document.getElementById('totalLocs').value = val;
//alert('val = ' + val + ' - ' + document.getElementById('totalNonPhysician').value);
return false;
}
[ add comment ] | permalink |




( 2.9 / 52 )function addNonPhysicianRow() {
var nonpTbl = document.getElementById('NPTbl');
var trs = nonpTbl.getElementsByTagName('tr');
var len = trs.length - 1;
var lastRow = trs[len];
var newRow = lastRow.cloneNode(true);
var tds = newRow.getElementsByTagName('td');
var currLen = len - 3;
currLen++;
for (var i=0; i < tds.length; i++) {
var td = tds;
if (i == 0) {
td.innerHTML = td.innerHTML.replace(/Third /, "");
}
var input = (td.getElementsByTagName('input'))[0];
var currName;
if (input) {
currName = input.name;
var new_name = currName.replace(/NNP_\d_(.*)/, "NNP_" + currLen + "_$1");
input.name = new_name;
}
var sel = (td.getElementsByTagName('select'))[0];
if (sel) {
currName = sel.name;
var new_name = currName.replace(/NNP_\d_(.*)/, "NNP_" + currLen + "_$1");
sel.name = new_name;
}
}
nonpTbl.appendChild(newRow);
var val = parseInt(document.getElementById('totalNonPhysician').value);
val++;
document.getElementById('totalNonPhysician').value = val;
//alert('val = ' + val + ' - ' + document.getElementById('totalNonPhysician').value);
return false;
}
[ add comment ] ( 3 views ) | permalink |




( 3.1 / 28 )CS1010: Newline in Constant" Error Message
I got this error from asp.net application and here is the solution
Modify string as like
string strValue = "Test value";
string strAll = "<SCRIPT lanquage='JScript'>window.alert('" + strValue + "');<"+"/SCRIPT>";
More..
http://support.microsoft.com/default.as ... -US;827420
"This behavior is by design"
Why??
because the compiler things that the </SCRIPT> in strAll is the closing tag for the <script runat="server">
=========
<script runat="server">
private void Page_Load(object sender, System.EventArgs e)
{
string strValue = "Test value";
string strAll = "<SCRIPT lanquage='JScript'>window.alert('" + strValue + "');</SCRIPT>";
http://weblogs.asp.net/sbehera/archive/ ... 27228.aspx
[ add comment ] | permalink | related link |




( 2.9 / 29 )http://www.evotech.net/blog/2009/09/iph ... landscape/
[ add comment ] ( 1 view ) | permalink |




( 3 / 75 )http://www.pixel2life.com/publish/tutor ... ng_system/
[ add comment ] | permalink |




( 3 / 103 )This is a living article and contains urls which I find interesting and Might incorporate one day into something.
1. http://www.marriott.com/default.mi
[ add comment ] ( 2 views ) | permalink |




( 2.8 / 65 )
Calendar



