Jump to content

NumberTWO

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by NumberTWO

  1. hmm..according to the 'owner', this IE ver will have its own life but with no clear timeframe..
  2. Hi Kosher, problem for me is I've too many sites to visit in a day and I know I'll get frustrated easily having to open up the file so many times in a day... hence the requirement.Now I really think this passwordmaker is great! Only thing is I'm not sure if they will maintain the IE version coz from the look of it, IE version lacks of many other features available in the FF version..
  3. Thanks for the feedbacks all.. I'll try to download it now and see if it works with my IE...
  4. Nakor, thanks, this is something new!But having an extension in, do you know if the program itself is transmitting something back to somewhere when internet connection is on? This is just something that I'm most skeptical about online password keepers/tools.. I just want something that is totally offline.
  5. no problemo..i am looking at getafreelancer.com now..
  6. Hi L.G,As I'm visiting numerous sites that requires different passwords(for obvious security reason) everyday, I need something to prompt me immediately at the taskbar without shifting my attention to open up an application and search for the id/pwd manually. I know there are many password utilities available for download, but I haven't been able to find one that sits quietly in the taskbar notification area and auto-prompt me each time when i visit a different URL with a login boxes..
  7. or anyone knows any site that has freelance programmers ready for action with a small fees?
  8. well...problem is i don't know if this is small or big program..But as far as I can see it just a simple tool? I know Cobol, Pascal or RPG, but java, c+, html looks like a stranger to me..
  9. are you gonna take up the project?
  10. Hi all,sorry that i have no idea where to post this, if this is irrelavant in this thread please move it accordingly.I need a tool that works like this :1. If you are using MSN Messenger, you must be aware of how a popup appears whenever a new email arrives or someone login?2. I need a similar program that sits in the task bar/notification area. 3. It should detect every url that i'm visiting. If I've an account in that URL, a popup should display my userid / pwd, and close the popup say in a few seconds(configurable)4. A simple data entry screen should be provided to record down all the ids/pwd/url.Does anyone know in what language can this be done? I want the exact look and feel of MSN messenger's popup..Or better still if someone volunteer to write this for me and I shall pay him some fees in the form of egold.
  11. Hi again,I'm using blogger for my blog. And after implementing a 'ticker' box I realised that something is not right with the box.If the code includes this : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">The ticker box's width becomes dynamically expand according to the text length..Without that codes, it will be displayed as a fixed length which is what I wanted.Do you know what that piece of codes are doing??Here is the codes that has dynamic ticker box width : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head></head><body><style type="text/css">.nospacing {margin: 0;padding: 0;}.scrollerstyle {margin: 0; padding: 0;}</style><!-- Start Ticker script --><hr class="nospacing"><script LANGUAGE="JavaScript"><!-- Web Site: http://www.qiksearch.com/javascripts.htm --><!-- Beginvar msgs = new Array( "24 Apr : My BLOG Progress Log", "24 Apr : A new dropdown list has been added in the sidebar showing some of my frequent visit forums."); // No comma after last ticker msgvar msg_url = new Array( "http://yyhhcc.blogspot.com/2006/02/blog-progress-log.html", "http://yyhhcc.blogspot.com/"); // No comma after last ticker urlvar barwidth=500 //Enter main bar width in px or %var setdelay=1000 //Enter delay between msgs, in mili-secondsvar mouseover_color='#D8D8D8' //Specify highlight colorvar mouseout_color='#FFFFFF' //Specify default color/////////////////////////////////////////////////////////////////////var count=0;var ns6=document.getElementById&&!document.allvar ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1if (ie4||ns6){document.write('<form name="news_bar" style="padding: 0; margin: 0;"><input type="button" value="<" onclick="moveit(0)" class="scrollerstyle" style="width:22; height:22; border-right-width:0px;" name="prev" title="Previous News"><input type="button" name="news_bar_but" onclick="goURL();" style="color:#000000;background:#FFFFFF; width:'+barwidth+'; height:22; border-width:3; border-color:#8b2; cursor:hand; font: small tahoma;color:red;font-size:75%" onmouseover="this.style.background=mouseover_color" onmouseout="this.style.background=mouseout_color"><input type="button" value=">" onclick="moveit(1)" class="scrollerstyle" style="width:22; height:22; border-left-width:0px;" name="next" title="Next News"></form>');}else{document.write('<form name="news_bar" style="padding: 0; margin: 0;"><input type="button" value="Previous" onclick="moveit(0)">')if (navigator.userAgent.indexOf("Opera")!=-1)document.write('<input type="button" name="news_bar_but" onclick="goURL();" style="width:'+barwidth+'" border="0">')elsedocument.write('<input type="button" name="news_bar_but" onclick="goURL();" width="'+barwidth+'" border="0">')document.write('<input type="button" value="Next" onclick="moveit(1)"></form>')}function init_news_bar(){document.news_bar.news_bar_but.value=msgs[count];}//moveit function by Dynamicdrive.comfunction moveit(how){if (how==1){ //cycle fowardif (count<msgs.length-1) count++else count=0}else{ //cycle backwardif (count==0)count=msgs.length-1elsecount--}document.news_bar.news_bar_but.value=msgs[count];}setInterval("moveit(1)",setdelay)function goURL(){ location.href=msg_url[count];}init_news_bar();// End --></script><hr class="nospacing"><!-- End Ticker script --></body></html> Your help is much appreciated.
  12. You did, you really did fullphraser!! Many Thanks..Now i've a question,... how do i know this piece of code is working in most the browser ie. as these are the browsers which browse my blog frequently..:43.00% MSIE 6.0 32.00% Firefox 1.5.0 6.00% Firefox 1.0.7 6.00% Safari 1.2 3.00% Firefox 1.0.6 3.00% Mozilla 5.0 2.00% Opera 8.51 1.00% Firefox 1.0.8 1.00% Firefox 1.5 1.00% Netscape 8.0.3 Is there a website that provides validation? Or you can tell me on the spot?
  13. fullphaser,could you please take a look at this : <html><body><style type="text/css">.nospacing {margin: 0;padding: 0;}</style><!-- Start Ticker script --><hr class="nospacing"><script LANGUAGE="JavaScript"><!-- Web Site: http://www.qiksearch.com/javascripts.htm --><!-- Beginvar msgs = new Array( "24 Apr : My BLOG Progress Log", "24 Apr : A new dropdown list has been added in the sidebar showing some of my frequent visit forums."); // No comma after last ticker msgvar msg_url = new Array( "http://yyhhcc.blogspot.com/2006/02/blog-progress-log.html", "http://yyhhcc.blogspot.com/"); // No comma after last ticker urlvar barwidth=400 //Enter main bar width in px or %var setdelay=3000 //Enter delay between msgs, in mili-secondsvar mouseover_color='#D8D8D8' //Specify highlight colorvar mouseout_color='#FFFFFF' //Specify default color/////////////////////////////////////////////////////////////////////var count=0;var ns6=document.getElementById&&!document.allvar ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1if (ie4||ns6){document.write('<form name="news_bar"><input type="button" value="<" onclick="moveit(0)" class="scrollerstyle" style="width:22; height:22; border-right-width:0px;" name="prev" title="Previous News"><input type="button" name="news_bar_but" onclick="goURL();" style="color:#000000;background:#FFFFFF; width:'+barwidth+'; height:22; border-width:3; border-color:#8b2; cursor:hand; font: small tahoma;color:red;font-size:75%" onmouseover="this.style.background=mouseover_color" onmouseout="this.style.background=mouseout_color"><input type="button" value=">" onclick="moveit(1)" class="scrollerstyle" style="width:22; height:22; border-left-width:0px;" name="next" title="Next News"></form>');}else{document.write('<form name="news_bar"><input type="button" value="Previous" onclick="moveit(0)">')if (navigator.userAgent.indexOf("Opera")!=-1)document.write('<input type="button" name="news_bar_but" onclick="goURL();" style="width:'+barwidth+'" border="0">')elsedocument.write('<input type="button" name="news_bar_but" onclick="goURL();" width="'+barwidth+'" border="0">')document.write('<input type="button" value="Next" onclick="moveit(1)"></form>')}// End --></script><hr><!-- End Ticker script --></body></html> There is still a wide spacing between the <hr> and the ticker..could you pls point out the error here? thanks
  14. Thanks..before seeing your reply here, i tried by eliminating the <td> and <p> tags and it works too.. But your method gave me a lesson too which is great.. Thanks a lot!
  15. Thanks Scott and raimo..It works, both the reset selection and windows.open ..
  16. Thanks for your reply fullphaser,If i want to use your second method, please can you tell me how do I refer to that class/id when i want to have a <hr>?**ohh..i think i figured that out . Thanks a lot.<hr class="something"><style type="text/css">.something {margin:0; padding: 0;}</style><hr> <--- What should I put, or how do I refer to that class?Sorry, i'm just a newbie learning html myself...
  17. I've this code here it has one blank line before showing the 'News' text line, and one more line after the text. How can I eliminate this line spacings?Tks
  18. Hi,This codes somehow do no open a new windows whenever I click on the option in the dropdown box. Is there anything I can do ? Your help is much appreciated.
×
×
  • Create New...