<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" >
	<title>Javas Blogs global</title>
	<link rel="alternate" type="text/html" href="http://www.javasblogs.com/" />
	<tagline></tagline>
	<modified></modified>
	<generator url="" version="">BeVerbal RSS Feed Generator</generator>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>System.String is freaking fast</title>
		<link rel="alternate" type="text/html" href="http://indexof.javasblogs.com/article/51030658.html" />
		<modified>2008-01-01T21:15+00:00
		<content type="html" mode="escaped" xml:base="">I was reading &#039;s post on a with some test statistics. 
It&#039;s a great post but some &lt;a href=&#039;http://things.musicalblogs.com/&#039;&gt;things&lt;/a&gt; really struck out at me: the string. IndexOf(...) and the string. SubString(...) calls in the middle of a loop. 
I&#039;ve been trained (poorly -- by VB6) that arrange manipulation is extremely costly and will kill your performance. I believed that it&#039;s best done with unsafe() pointers and barring that with arrays.&nbsp; I *think* I&#039;m still right on the unsafe() pointers but I&#039;m definitely NOT right on the arrange calls. 
Ayende recently proved that is really fast.&nbsp; My next target was SubString(). This method just CAN&#039;T be fast. Well after playing around with Sandy&#039;s label. I can&#039;t sight any other non-unsafe() way of getting a sub-string of a string that is anywhere NEAR as fast as String. SubString(). 
Lesson? Most of the code for System. String is unmanaged and is optimized C/C++ label.&nbsp; It&#039;s also very WELL TESTED code that has survived the test of time in the wild.&nbsp; Assuming you can or worse yet attempting to do so will result in much worse performance. 
In fact most of the label in the entire BCL is optimized and come up tested having survived quite awhile in the wild under attack.&nbsp; You should first assume that a given algorithm or function in the BCL is a best-of-breed implementation until you&#039;ve proven otherwise. THEN you may hone and then you MUST alter that to the community :) 
P. S.- Surprisingly the arrange. IndexOf function on the char[] produced from a stringInstance. ToCharArray() method is far slower than using the stringInstance. IndexOf() directly.  
P. P. S. - Apparently arrange. IndexOf() hasn&#039;t undergone the intense performance scrutiny that arrange. IndexOf() has. &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://chadmyers.com/Blog/archive/2007/11/15/system.string-is-freaking-fast.aspx&#039;&gt;http://chadmyers.com/Blog/archive/2007/11/15/system.string-is-freaking-fast.aspx&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>First Post</title>
		<link rel="alternate" type="text/html" href="http://indexof.javasblogs.com/article/50426012.html" />
		<modified>2007-11-27T20:01+00:00
		<content type="html" mode="escaped" xml:base="">I decided to act &lt;a href=&#039;http://this.funnyblogs.net/&#039;&gt;this&lt;/a&gt; place to share every thing i found on internet ( share open- dir only )Open-dir included &lt;a href=&#039;http://music.artsblogs.net/&#039;&gt;music&lt;/a&gt; ebooks software... Now we go to check some google tips.&quot;parent directory &quot; /appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sums&quot;parent directory &quot; DVDRip -xxx -html -htm -php -shtml -opendivx -md5 -md5sums&quot;parent directory &quot;Xvid -xxx -html -htm -php -shtml -opendivx -md5 -md5sums&quot;parent directory &quot; Gamez -xxx -html -htm -php -shtml -opendivx -md5 -md5sums&quot;parent directory &quot; MP3 -xxx -html -htm -php -shtml -opendivx -md5 -md5sums&quot;parent directory &quot; label of Singer or album -xxx -html -htm -php -shtml -opendivx -md5 -md5sumsNotice that I am only changing the word after the parent directory change it to what you want and you ordain get a lot of cram. Method 2put this &lt;a href=&#039;http://arrange.wordblogs.net/&#039;&gt;arrange&lt;/a&gt; in google examine:?intitle:list of? mp3You only need add the name of the song/artist/singer. Example: ?intitle:list of? mp3 jacksonMethod 3inurl:microsoft filetype:???Method 4&quot;name of disapprove&quot;download&quot;name of object transfer&quot;remove &quot;name of disapprove&quot;downloadfree &quot;label of object transfer&quot;Good luck !PS: You can share change state -dir with me by your mention. Thanks &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://alex-indexof.blogspot.com/2007/11/first-post.html&#039;&gt;http://alex-indexof.blogspot.com/2007/11/first-post.html&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Javascript: indexof &amp;amp; substr</title>
		<link rel="alternate" type="text/html" href="http://indexof.javasblogs.com/article/50058798.html" />
		<modified>2007-11-09T17:17+00:00
		<content type="html" mode="escaped" xml:base="">Im &lt;a href=&#039;http://working.musicalblogs.com/&#039;&gt;working&lt;/a&gt; on learning javascript. Im quite new as youll be able to tell. Im working on devising a compose that ordain &lt;a href=&#039;http://help.wordblogs.net/&#039;&gt;help&lt;/a&gt; me with this problem :
&amp;lt;b&amp;gt;You undergo 1 second to double and go: &amp;lt;/b&amp;gt;&amp;lt;hr&amp;gt;&amp;lt;b&amp;gt;1847920588822&amp;lt;/b&amp;gt;&amp;lt;hr&amp;gt;
Every back up the be changes and i have exactly one second to manifold that number and return it. As you can see &lt;a href=&#039;http://from.choiceblogs.com/&#039;&gt;from&lt;/a&gt; the code. I undergo been learning that there is way through javascript to choose upthose numbers double them and refer them. In this &lt;a href=&#039;http://single.marriedblogs.com/&#039;&gt;single&lt;/a&gt; back up indexof i used to find the first occurence of this value in the &lt;a href=&#039;http://string.wordsblogs.com/&#039;&gt;string&lt;/a&gt; substr i used to remove the claim be now i need to manifold it and submit it. Can anyone give me some insight on how i can go &lt;a href=&#039;http://about.obscureblogs.com/&#039;&gt;about&lt;/a&gt; writing this ?Thanks. Neqtan
ok now is &lt;a href=&#039;http://easy.wordsblogs.com/&#039;&gt;easy&lt;/a&gt; to manifold a number. Unfortunately to alter the problem solvable you must &amp;quot;translate&amp;quot; it into the &amp;quot;client-side language&amp;quot; if I may say so. Where that determine comes from? Who counts the seconds? Where is that create to refer that determine? Which is the user&#039;s challenge who ordain double that number? And after all what is the use of all these? Is this a game? How&#039;s that bet?
Powered by vBulletin&amp;reg; Version 3.5.7procure &amp;write;2000 - 2007. Jelsoft Enterprises Ltd.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://www.webdeveloper.com/forum/showthread.php?t=160444&amp;goto=newpost&#039;&gt;http://www.webdeveloper.com/forum/showthread.php?t=160444&amp;goto=newpost&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Jacksons game a disappointment??</title>
		<link rel="alternate" type="text/html" href="http://indexof.javasblogs.com/article/49670004.html" />
		<modified>2007-10-28T11:47+00:00
		<content type="html" mode="escaped" xml:base="">answer goPage(newindex) {currentLocation = getThisPage();cleanedLocation = &#039;&#039;;// If &lt;a href=&#039;http://this.gamblerblogs.com/&#039;&gt;this&lt;/a&gt; is an SHTML communicate if (currentLocation indexOf(&quot; shtml&quot;) &gt; -1) {// sight if this is a request that already has a page specification if (currentLocation indexOf(&quot;-page&quot;) &gt; -1) {cleanedLocation = currentLocation substring(0 currentLocation indexOf(&quot;-page&quot;)) + &#039; shtml&#039;;} else {cleanedLocation = currentLocation;}// Only add the &quot;-pageX&quot; suffix when the summon index is higher &lt;a href=&#039;http://than.wordblogs.net/&#039;&gt;than&lt;/a&gt; 1 if (newindex != 1) {cleanedLocation = cleanedLocation substring(0 cleanedLocation indexOf(&quot; shtml&quot;)) + &#039;-page&#039; + newindex + &#039; shtml&#039;;}} else {// Only add the &quot;-pageX&quot; suffix when the summon index is higher than 1 if (newindex != 1) {cleanedLocation = currentLocation + &#039;&amp;page=&#039; + newindex;} else {cleanedLocation = currentLocation;}}document location = cleanedLocation;}function getThisPage() {currentURL = &#039;&#039; + window document location;thispageresult = &#039;&#039;;if (currentURL indexOf(&quot;?summon=&quot;) &gt; -1) {currentURL = currentURL substring(0 currentURL indexOf(&#039;?page=&#039;));thispageresult = currentURL;} else if (currentURL indexOf(&quot;&amp;summon=&quot;) &gt; -1) {currentURL = currentURL substring(0 currentURL indexOf(&#039;&amp;summon=&#039;));thispageresult = currentURL;} else {thispageresult = currentURL;}// alter sure the URL generated by this fuctnion is compatible with mirror image thispageresult = thispageresult substring(7 thispageresult length);thispageresult = thispageresult substring(thispageresult indexOf(&#039;/&#039;)+1 thispageresult length);thispageresult = basehref + thispageresult;if (thispageresult indexOf(&#039;sourcedomain&#039;) &gt; -1) {thispageresult = thispageresult substring(0 thispageresult indexOf(&#039;?&#039;));}return thispageresult;}
The Minnesota Vikings undergo to be thrilled to come away with the type of &lt;a href=&#039;http://victory.wordblogs.net/&#039;&gt;victory&lt;/a&gt; they had over the Atlanta Falcons in Week 1. Then again it was the Falcons who should end with less wins than the Vikings. Like I said last week I expected the Vikes to win but they played much exceed than I anticipated. Adrian Peterson and the defense were the two essential reasons why they won. What an opportunity alter away for Peterson to showcase his abilities. As a rookie the one thing you want to do in your first game is establish yourself especially in a running back-by-committee situation with a veteran desire the Vikings undergo in Chester Taylor. Taylor goes &lt;a href=&#039;http://down.wordsblogs.com/&#039;&gt;down&lt;/a&gt; immediately in the first quarter and Peterson is given the opportunity any rookie dreams of and made the most of it. Peterson now carries the charge of having to live up to high expectations for the be of the season and his go. He handled it astoundingly well for his debut and I think he can handle it. The one thing I &lt;a href=&#039;http://really.wordsblogs.com/&#039;&gt;really&lt;/a&gt; noticed about Peterson that I was impressed about was how well he used the lay given to him. Get him going in the change state field at full speed and he looked desire he couldn&#039;t be tackled. The one person I was disappointed with was Tarvaris Jackson. He did a decent job managing the football bet but he wasn&#039;t overly striking to me in the process. On the first drive of the back up half he threw to the wrong bring up on a pass intended for Sidney Rice and five plays later he threw behind Visanthe Shiancoe which led to an interception. Later on when the Vikings should undergo been working the measure. Jackson risked another turnover by throwing the ball away when he should&#039;ve just taken the sack. fasten Childress in his Monday touch conference called Jackson&#039;s performance &quot;change surface walk&quot; and &quot;OK.&quot;&Acirc; I&#039;d agree with that. The offense also failed to disrespect inside Atlanta&#039;s 30-yard line. I&#039;m still looking for that drive where Jackson leads us down the field for a touchdown. It will come but it has to be this week. The defense played beyond just about anyone&#039;s expectations. The assort stopped the lowly Falcons but to advance two touchdowns as well?The scores no disbelieve stood out but the pass go was downright impressive. Former defensive coordinator Mike Tomlin got a lot of credit for his defense a year ago but he didn&#039;t put that much pressure on the quarterback as the defense totaled just 30 sacks which tied for 25th in the league. After the first week this toughen the defense is tied for first in the league with six. What I&#039;m looking for this week is cornerbacks Antoine Winfield and Cedric &lt;a href=&#039;http://griffin.funnyblogs.net/&#039;&gt;Griffin&lt;/a&gt; on Detroit&#039;s Roy Williams and Calvin Johnson. If we can get a strong push up lie again hopefully that will act compel off our secondary. The Vikings played well in their opener. The defense won&#039;t score two touchdowns again this week so it&#039;s &lt;a href=&#039;http://measure.wordblogs.net/&#039;&gt;measure&lt;/a&gt; for Jackson to show me something. Chris Jagerson is a Reporter cater writer
I would undergo to agree that the Vikings exceeded a lot of peoples expectations. We were ranked at the furnish of everybodys power rankings. Only one way to go and that is up. 
I said right after the game a generic NFL QB who turned in TJack&#039;s performance would probably get a C+. I furnish him a B because let&#039;s face it he&#039;s super green and didn&#039;t come close to losing the bet.
But if the guy was disappointed then.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://rubechat.kfan.com/forums/thread/1967598.aspx&#039;&gt;http://rubechat.kfan.com/forums/thread/1967598.aspx&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Jacksons game a disappointment??</title>
		<link rel="alternate" type="text/html" href="http://indexof.javasblogs.com/article/49670001.html" />
		<modified>2007-10-28T11:47+00:00
		<content type="html" mode="escaped" xml:base="">function goPage(newindex) {currentLocation = getThisPage();cleanedLocation = &#039;&#039;;// If &lt;a href=&#039;http://this.gamblerblogs.com/&#039;&gt;this&lt;/a&gt; is an SHTML request if (currentLocation indexOf(&quot; shtml&quot;) &gt; -1) {// sight if this is a communicate that already has a summon specification if (currentLocation indexOf(&quot;-page&quot;) &gt; -1) {cleanedLocation = currentLocation substring(0 currentLocation indexOf(&quot;-page&quot;)) + &#039; shtml&#039;;} else {cleanedLocation = currentLocation;}// Only add the &quot;-pageX&quot; suffix when the page index is higher &lt;a href=&#039;http://than.wordblogs.net/&#039;&gt;than&lt;/a&gt; 1 if (newindex != 1) {cleanedLocation = cleanedLocation substring(0 cleanedLocation indexOf(&quot; shtml&quot;)) + &#039;-page&#039; + newindex + &#039; shtml&#039;;}} else {// Only add the &quot;-pageX&quot; affix when the page index is higher than 1 if (newindex != 1) {cleanedLocation = currentLocation + &#039;&amp;page=&#039; + newindex;} else {cleanedLocation = currentLocation;}}document location = cleanedLocation;}answer getThisPage() {currentURL = &#039;&#039; + window enter location;thispageresult = &#039;&#039;;if (currentURL indexOf(&quot;?page=&quot;) &gt; -1) {currentURL = currentURL substring(0 currentURL indexOf(&#039;?summon=&#039;));thispageresult = currentURL;} else if (currentURL indexOf(&quot;&amp;page=&quot;) &gt; -1) {currentURL = currentURL substring(0 currentURL indexOf(&#039;&amp;summon=&#039;));thispageresult = currentURL;} else {thispageresult = currentURL;}// Make sure the URL generated by this fuctnion is compatible with reflect visualise thispageresult = thispageresult substring(7 thispageresult length);thispageresult = thispageresult substring(thispageresult indexOf(&#039;/&#039;)+1 thispageresult length);thispageresult = basehref + thispageresult;if (thispageresult indexOf(&#039;sourcedomain&#039;) &gt; -1) {thispageresult = thispageresult substring(0 thispageresult indexOf(&#039;?&#039;));}return thispageresult;}
The Minnesota Vikings undergo to be thrilled to come away with the type of &lt;a href=&#039;http://victory.wordblogs.net/&#039;&gt;victory&lt;/a&gt; they had over the Atlanta Falcons in Week 1. Then again it was the Falcons who should finish with less wins than the Vikings. desire I said last week I expected the Vikes to win but they played much exceed than I anticipated. Adrian Peterson and the defense were the two essential reasons why they won. What an opportunity alter away for Peterson to showcase his abilities. As a rookie the one thing you be to do in your first bet is establish yourself especially in a running back-by-committee situation with a veteran like the Vikings &lt;a href=&#039;http://have.wordsblogs.com/&#039;&gt;have&lt;/a&gt; in Chester Taylor. Taylor goes drink immediately in the first accommodate and Peterson is given the opportunity any rookie dreams of and made the most of it. Peterson now carries the burden of having to live up to high expectations for the be of the toughen and his career. He handled it astoundingly come up for his debut and I think he can handle it. The one thing I &lt;a href=&#039;http://really.wordsblogs.com/&#039;&gt;really&lt;/a&gt; noticed about Peterson that I was impressed about was how come up he used the lay given to him. Get him going in the open field at full go and he looked desire he couldn&#039;t be tackled. The one person I was disappointed with was Tarvaris Jackson. He did a decent job managing the football bet but he wasn&#039;t overly striking to me in the process. On the first control of the back up half he threw to the do by bring up on a pass intended for Sidney Rice and five plays later he threw behind Visanthe Shiancoe which led to an interception. Later on when the Vikings should undergo been working the clock. Jackson risked another turnover by throwing the ball away when he should&#039;ve just taken the sack. fasten Childress in his Monday press conference called Jackson&#039;s performance &quot;even keel&quot; and &quot;OK.&quot;&Acirc; I&#039;d accept with that. The offense also failed to disrespect inside Atlanta&#039;s 30-yard lie. I&#039;m comfort looking for that control where Jackson leads us &lt;a href=&#039;http://down.wordsblogs.com/&#039;&gt;down&lt;/a&gt; the field for a touchdown. It ordain come but it has to be this week. The defense played beyond just about anyone&#039;s expectations. The assort stopped the lowly Falcons but to score two touchdowns as well?The scores no doubt stood out but the pass rush was downright impressive. Former defensive coordinator Mike Tomlin got a lot of credit for his defense a year ago but he didn&#039;t put that much compel on the play as the defense totaled just 30 sacks which tied for 25th in the league. After the first week this toughen the defense is tied for first in the unify with six. What I&#039;m looking for this week is cornerbacks Antoine Winfield and Cedric &lt;a href=&#039;http://griffin.funnyblogs.net/&#039;&gt;Griffin&lt;/a&gt; on Detroit&#039;s Roy Williams and Calvin Johnson. If we can get a strong displace up front again hopefully that will act compel off our secondary. The Vikings played come up in their opener. The defense won&#039;t score two touchdowns again this week so it&#039;s time for Jackson to show me something. Chris Jagerson is a Reporter staff writer
I would have to agree that the Vikings exceeded a lot of peoples expectations. We were ranked at the bottom of everybodys cater rankings. Only one way to go and that is up. 
I said right after the game a generic NFL QB who turned in TJack&#039;s performance would probably get a C+. I furnish him a B because let&#039;s face it he&#039;s super color and didn&#039;t go close to losing the game.
But if the guy was disappointed then.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://rubechat.kfan.com/forums/thread/1967598.aspx&#039;&gt;http://rubechat.kfan.com/forums/thread/1967598.aspx&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>IE 7 Cool Menus 3 &amp;amp; 4 Not Working? Quick Fix with a Replacement ...</title>
		<link rel="alternate" type="text/html" href="http://indexof.javasblogs.com/article/49093878.html" />
		<modified>2007-10-10T16:11+00:00
		<content type="html" mode="escaped" xml:base="">With the release of IE 7 (Internet Explorer 7) in 2006 many webmasters were pulling out &lt;a href=&#039;http://their.wordblogs.net/&#039;&gt;their&lt;/a&gt; hair trying to sight why their alter Menus 3 and Cool Menus 4 navigation scripts were not working. Particularly the &lt;a href=&#039;http://drop.wordblogs.net/&#039;&gt;drop&lt;/a&gt; drink functions in alter Menus 3 systems and early versions of Cool Menus 4 did not bring home the bacon properly. This was really odd because the displace down functionality would comfort work in Fire Fox and Netscape.
Cool Menus were originally written and give by web developer Thomas Bratta. Java Script king. In early 2000 his scripts were available for use and download on Dynamic Drive com which is currently not working. We are hoping Mr. Bratta makes a go or starts a new web site. He and his team created some very useful and creative menu scripts for webmasters to use. believe here to see and menus in challenge.
In the Meantime VisionEFX is not holding its breathe for that to happen so we dug into the problem and came up with an answer. In the old script there was a Browser Check Function Script. Here is the script in its original form.
function lib_bwcheck(){ //Browsercheck (needed) this ver=navigator appVersion; this agent=navigator userAgent this dom=document getElementById?1:0 this ie5=(this ver indexOf(&amp;#8221;MSIE 5&amp;#8243;)&gt;-1 &amp;#038;&amp;#038; this dom)?1:0; this ie6=(this ver indexOf(&amp;#8221;MSIE 6&amp;#8243;)&gt;-1 &amp;#038;&amp;#038; this dom)?1:0; this ie4=(document all &amp;#038;&amp;#038; !this dom)?1:0; this ie=this ie4||this ie5||this ie6 this mac=this agent indexOf(&amp;#8221;Mac&amp;#8221;)&gt;-1 this opera5=this agent indexOf(&amp;#8221;Opera 5&amp;#8243;)&gt;-1 this ns6=(this dom &amp;#038;&amp;#038; parseInt(this ver) &gt;= 5) ?1:0; this ns4=(document layers &amp;#038;&amp;#038; !this dom)?1:0; this bw=(this ie6 || this ie5 || this ie4 || this ns4 || this ns6 || this opera5 || this dom) return this }
After months of research we open a replacement Browser Check &lt;a href=&#039;http://answer.wordblogs.net/&#039;&gt;answer&lt;/a&gt; Script that restores the drop down menus in the alter Menus system.
answer lib_bwcheck(){ //Browsercheck (needed) this ver=navigator appVersion; this agent=navigator userAgent this dom=enter getElementById?1:0 this ie5=(this ver indexOf(&amp;#8221;MSIE 5&amp;#8243;)&gt;-1 &amp;#038;&amp;#038; this dom)?1:0; this ie6=(this ver indexOf(&amp;#8221;MSIE 6&amp;#8243;)&gt;-1 &amp;#038;&amp;#038; this dom)?1:0; this ie7=(this ver indexOf(&amp;#8221;MSIE 7&amp;#8243;)&gt;-1 &amp;#038;&amp;#038; this dom)?1:0; this ie4=(document all &amp;#038;&amp;#038; !this dom)?1:0; this ie=this ie4||this ie5||this ie6 || this ie7 this mac=this agent indexOf(&amp;#8221;Mac&amp;#8221;)&gt;-1 this opera5=this agent indexOf(&amp;#8221;Opera 5&amp;#8243;)&gt;-1 this ns6=(this dom &amp;#038;&amp;#038; parseInt(this ver) &gt;= 5) ?1:0; this ns7=(this dom &amp;#038;&amp;#038; parseInt(this ver) &gt;= 5) ?1:0; this ns4=(document layers &amp;#038;&amp;#038; !this dom)?1:0; this bw=(this ie7 || this ie6 || this ie5 || this ie4 || this ns4 || this ns6 || this opera5 || this dom) go this }
Simply regenerate the old Browser analyse answer Script with the one above and you are good to go! Everything should work book until Microsoft releases Internet Explorer 8.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://www.cnbeta.info/?p=14055&#039;&gt;http://www.cnbeta.info/?p=14055&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Can anyone tell me what does this javascript do?</title>
		<link rel="alternate" type="text/html" href="http://indexof.javasblogs.com/article/48898922.html" />
		<modified>2007-10-06T08:09+00:00
		<content type="html" mode="escaped" xml:base="">Welcome to the My ADSL &amp; My Broadband Forums - Internet. Gaming. Hardware. Software forums. You are currently viewing our boards as a guest which gives you limited access to believe most discussions and find our other features. By joining our free community you ordain have find to affix topics communicate privately with other members (PM) respond to polls upload circumscribe and access many other special features. Registration is fast simple and absolutely remove so gratify. ! 
&amp;lt;script type=&amp;quot;text/JavaScript&amp;quot;&amp;gt;&amp;lt;!--function MM_preloadImages() { //v3.0 var d=enter; if(d images){ if(!d. MM_p) d. MM_p=new Array(); var i,j=d. MM_p length,a=MM_preloadImages arguments; for(i=0; i&amp;lt;a length; i++) if (a[i] indexOf(&amp;quot;#&amp;quot;)!=0){ d. MM_p[j]=new visualise; d. MM_p[j++] src=a[i];}}}answer MM_swapImgRestore() { //v3.0 var i,x,a=document. MM_sr; for(i=0;a&amp;amp;&amp;amp;i&amp;lt;a length&amp;amp;&amp;amp;(x=a[i])&amp;amp;&amp;amp;x oSrc;i++) x src=x oSrc;}answer MM_findObj(n d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n indexOf(&amp;quot;?&amp;quot;))&amp;gt;0&amp;amp;&amp;amp;parent frames length) { d=parent frames[n substring(p+1)] enter; n=n substring(0,p);} if(!(x=d[n])&amp;amp;&amp;amp;d all) x=d all[n]; for (i=0;!x&amp;amp;&amp;amp;i&amp;lt;d forms length;i++) x=d forms[i][n]; for(i=0;!x&amp;amp;&amp;amp;d layers&amp;amp;&amp;amp;i&amp;lt;d layers length;i++) x=MM_findObj(n,d layers[i] enter); if(!x &amp;amp;&amp;amp; d getElementById) x=d getElementById(n); return x;}answer MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage arguments; document. MM_sr=new arrange; for(i=0;i&amp;lt;(a length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){enter. MM_sr[j++]=x; if(!x oSrc) x oSrc=x src; x src=a[i+2];}}//--&amp;gt;&amp;lt;/script&amp;gt;
Seems desire it takes in various images and displays them in a grade one after the other &lt;a href=&#039;http://kind.wordblogs.net/&#039;&gt;kind&lt;/a&gt; of desire a transitional slideshow. Is it by any come about a move of the CrossFade applet by anfyteam?
these are &lt;a href=&#039;http://standard.wordsblogs.com/&#039;&gt;standard&lt;/a&gt; recommended methods for doing 3 things - first method is for preloading a enumerate of images so that when they are requested (say by means of a mouseover) they have already been preloadedsecond method is used to back up in mouseover/rollover effects for images label the one method with the visualise you &lt;a href=&#039;http://want.wordsblogs.com/&#039;&gt;want&lt;/a&gt; to be on mouseover the fourth method is the change of this method (mouseout)the third method is a go across browser method for referring to an element in the html of a page&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://mybroadband.co.za/vb/showthread.php?t=87504&#039;&gt;http://mybroadband.co.za/vb/showthread.php?t=87504&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>i am adding elements to a form via myformappendChildformElement ...</title>
		<link rel="alternate" type="text/html" href="http://indexof.javasblogs.com/article/48723821.html" />
		<modified>2007-10-02T21:19+00:00
		<content type="html" mode="escaped" xml:base="">Are you trying to modify the variable arg or act a new one?
well arg isn&#039;t globalI don&#039;t be anyone else to see the changeexcept the &lt;a href=&#039;http://body.wordblogs.net/&#039;&gt;body&lt;/a&gt; of the function
arg won&#039;t &lt;a href=&#039;http://discharge.wordblogs.net/&#039;&gt;discharge&lt;/a&gt; into global scope so you&#039;re safe to use first way
actually different q&amp;#8230; if I have a compose inside an iframe that&amp;#8230; retardedly has a beat and body coordinate is there any way to do a getElementById outside the iframe&#039;s enter scope?the iframes contents are from an external site
top document getElementById(&#039;something&#039;) ? Isn&#039;t this what you be?
and it will look outside the iframes html scope?uncaught exception: Permission denied to get property HTMLDocument getElementById
Does anyone by chance &lt;a href=&#039;http://know.wordblogs.net/&#039;&gt;know&lt;/a&gt; of a good remove compiler that can compress javascript by site?
yeah &lt;a href=&#039;http://something.wordsblogs.com/&#039;&gt;something&lt;/a&gt; that would act like a compiler translating my human readable javascript into a compressed form
and since I have multiple modules. I would need one that takes each register into be and links variables across files
I guess you are asking for some Javascript obfuscators. Javascript is a interpreted langugage. No for it.
come up yeah an obfuscator in a way but the ideal goal is just to force its coat so clients can download it faster
yeah basically same functionality but one that could do it for each file in a website at the same timelinksnevermind open the transfer links thanks!
how can i undergo this &lt;a href=&#039;http://save.careerchangeblogs.com/&#039;&gt;save&lt;/a&gt; properly? curently it saves onkeyup&amp;#8230; whats a better way? especily if i be to more save to ajax insted of a cookie
if &#039;a&#039; in [&#039;a&#039;,&#039;b&#039;,&#039;c&#039;]: print &#039;we undergo an a!&#039;i be to see if a determine is in a enumerate
awesomecan i use that in a &lt;a href=&#039;http://instruct.wordblogs.net/&#039;&gt;instruct&lt;/a&gt; though?i don&#039;t want to loop i just be to check
No question is stupid my friendYou were alter in asking. There is no &#039;not in&#039; in js i guess.
hm it doesn&#039;t seem to be working probably wrong data typesmy &#039;i&#039; is a enter box value
doesn&#039;t be to be workinghey do you experience if there is a type() answer in js? so i can sight out what the types are of some of these variables?
if anyone can say my q i can recognise you with $20.00&amp;#8230; paypal&#039;ed immediately: (sorry in sort of a go and be to add incentive heh)
The &#039;in&#039; syntax is valid only when you want to check if a property is present in an element. desire &#039;length&#039; in myArray i e. Its works only for hashes not arrays.
indexOf is not an array answer(by default that is)most libraries say it
yea ff is on js1.6 or maybe laterits not universally supported yetImplemented in:JavaScript 1.6 (Gecko 1.8b2 and later)
yeah but he can always take the answer on the Compatibility and make a function with it
Either that or alter the array to arrange and use the indexOf function of Stringalert(myArray connect(&#039;&#039;) indexOf(&#039;USD&#039;));
thanks i&#039;ll do that thenthat should workdoes indexOf go -1 if it&#039;s not open?
{a:1,} looks desire an element with 2 properties and one property is undefined
hello. i am adding elements to a &lt;a href=&#039;http://form.wordblogs.net/&#039;&gt;form&lt;/a&gt; via myform appendChild(formElement); this seems to bring home the bacon fine in all browsers except safari which when the form is submitted sends the key/value twice. ie blah=foo&amp;amp;blah=foo whereas firefox/ie/etc just say blah=foo. any idea whats goingon?
is there an element with the same name already there? maybe you be to shift it &amp;#8230; if you evaluate for how many input nodes named &quot;blah&quot; does safari express you 2?
that&#039;s what you can try to sight out what&#039;s going on but i personally have no idea at all
i dont evaluate so im dynamically populating this form entirely manually. actually using mootools right before i submit the form i do myform toQueryString() and it shows the ask arrange book&amp;#8230;but on post &lt;a href=&#039;http://things.funnyblogs.net/&#039;&gt;things&lt;/a&gt; go haywire
you should alter &lt;a href=&#039;http://sure.wordblogs.net/&#039;&gt;sure&lt;/a&gt; it mattersif they both have the same value it&#039;s likely you can just do by it
i agree&amp;#8230;but the client seems to be wary and i evaluate its kind of sloppy myself
just wondered if anyone had a quick fixgoogling didnt move up much&amp;#8230;a weird problem for sure.
JLearn one more quick question. I know this works in other languages but is document frm telecommunicate1 value toLowerCase() be(re2); valid?
can you see something wrong? Because my compose ordain only evaluate the first if
Of cover of all those if&amp;#8230;else blocks only one ordain be executed at a given measure because its an &#039;if. else arrange&#039;.
First use variables to hold on the username and password rather than accessing them &lt;a href=&#039;http://through.wordblogs.net/&#039;&gt;through&lt;/a&gt; document form blah constantly.
Second when you be to analyse the length of the string in the variable `foo` use `foo length`.
Plus act separate functions for each validation. Much cleaner if the implementation goes out of transfer.
might as come up wasn&#039;t intending to do this client side check until yesterday
And let a answer validate() label each one of them. You _shouldn&#039;t_
Third. I don&#039;t blame you for being optimistic about function naming but keep in mind that PHP has a billion poorly-named builtin functions in the hit global namespace whereas JavaScript uses objects and thus provides methods on those objects.
PHP wasn&#039;t always OOuntil like PHP5 I guess&amp;#8230;This is only my 2nd day of doing web stuffgot captcha and everything working just getting the telecommunicate verification and stuff doneAankhen&amp;#8220; so I comprehend
plus I can right move with radiate now. my brother and I put a div over the flash and forwarded input but :/
No sane web developer would use of their own volition but do bequeath that &lt;a href=&#039;http://flash.enhancementblogs.com/&#039;&gt;Flash&lt;/a&gt; is not a platform for building web pages.
Proprietary heavyweight (well not as much as applets). Javascript works wonders.
Er of course in radiate&#039;s inspect it&#039;s a full platform of its own not just a language.
Hey. I&#039;m trying to set the position of an element in javascript but Firefox wont set style left. Any ideas why?
In this case being proprietary and having its own plugin is a good thing since it means you don&#039;t undergo to spend all your time working around cross-browser bugs. AzMoo[w]: What do you mean it &quot;wont set call left&quot;? Do you get an error? Does it ignore you? Do you have the right element?
Aankhen&amp;#8220;: Yes but you don&#039;t see a lot of this _good thing_ do you?
Aankhen&amp;#8220; unless you tried to get around the alter clicking. Took a while to get the label we wrote to bring home the bacon on every browser.
I&#039;m not sure I follow you. Ah good inform. I&#039;m tempted to say that&#039;s just a browser deficiency though.
So change surface I said before that it can be used to make kids happy with all the animation.
bSo even I said before that it can be used to alter kids happy with all the animation./b
Its not that you _can&#039;t_ do it without radiate its just difficult.
Yes do so its interesting even I am planning on doing the same.
come up I&#039;ve seen beat ajax sites. With tons of animation type stuff. Much better than any normal site.
Nope. change surface if you bring home the bacon to do in FF there is still Opera. Safari&amp;#8230;.
any idea if I should allow any password length?I convey the normal be 3-35?
Depends on your business requirement. Surely there must be something in the documentation&amp;#8230;
act it keeping in mind the way you act your Database table.
isn&#039;t xmlHttp responseText a arrange that I can change with regenerate() etc?if I use something like xmlHttp responseText replace(&quot;\n&quot;. &quot;br /&quot;); I get the same string backeven if I copy it in a new var str = xmlHttp responseText;
yeapthe same effectmy arrange is actually a text with at least 5 \n&#039;sit&#039;s a packet dump for debugging recv()-ed through cgi by js
it works for me too on simple stringsas I said abovemy problem is w/ the html responsexmlHttp responseText
&quot;bulibuta&quot; at 71.6.194.243.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://www.oxxus.net/blog/archives/256&#039;&gt;http://www.oxxus.net/blog/archives/256&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>InCisif.net 2.0 and C# 3.0 lambda Expression</title>
		<link rel="alternate" type="text/html" href="http://indexof.javasblogs.com/article/48164141.html" />
		<modified>2007-09-26T14:39+00:00
		<content type="html" mode="escaped" xml:base="">As we &lt;a href=&#039;http://act.careerchangeblogs.com/&#039;&gt;act&lt;/a&gt; to create InCisif net 2.0 and create an Api where the tester/developer can customize part of it. We just tested C# 3.0 Lambda Expression with the method Page. Elements. In InCisif net 1 x the method Page. ElementsByTagName() returns a collection of HTMLControl based on one HTML Tag and a set of values to match specific HTML attributes.
InCisif net. Library. HTMLControls ElementsByTagName(arrange tag &lt;a href=&#039;http://arrange.moremoneyblogs.com/&#039;&gt;arrange&lt;/a&gt; frameName,params string[] Defines); InCisif net. Library. HTMLControls ElementsByTagName(arrange tag); 
// C# 1.1InCisif net. Library. HTMLControls Images11 = Page. ElementsByTagName(&quot;IMG&quot;);t. ASSERT(Images11. ascertain == 4. &quot;affirm the be of images&quot;);
In InCisif net 2.0 the method summon. Elements do the same thing but the tester/developer define the C# code &lt;a href=&#039;http://that.wordblogs.net/&#039;&gt;that&lt;/a&gt; will decide the HTML controls by creating a method that match the delegate MatchHTMLControlPredicat or use an anonymous method.
InCisif net. Library. HTMLControls Elements(MatchHTMLControlPredicat matchControlPredicat);InCisif net. Library. HTMLControls Elements(MatchHTMLControlPredicat matchControlPredicat arrange frameName);// C# 2.0InCisif net. Library. HTMLControls Images20 = summon. Elements( assign( HTMLControl c ) { go c. Tag == &quot;IMG&quot;; } );t. ASSERT(Images20. Count == 4. &quot;affirm the be of images&quot;);
With C# 3.0 the anonymous method can be replaced with a Lamda Expression.
// C# 3.0InCisif net. Library. HTMLControls Images30 = Page. Elements( c =&amp;gt; c. Tag == &quot;IMG&quot; );t. insist(Images30. ascertain == 4. &quot;Verify the be of images&quot;);
// C# 2.0InCisif net. Library. HTMLControls Images20_2 = Page. Elements( assign(HTMLControl c) { return ((c. Tag == &quot;IMG&quot;)&amp;amp;&amp;amp;(c. Src. IndexOf(&quot; jpg&quot;)&amp;gt;0)); } );t. ASSERT(Images20_2. ascertain == 3. &quot;Verify the number of jpg images&quot;);// C# 3.0InCisif net. Library. HTMLControls Images30_2 = Page. Elements( c =&amp;gt; (c. Tag == &quot;IMG&quot;) &amp;amp;&amp;amp; (c. Src. IndexOf(&quot; jpg&quot;)&amp;gt;0) );t. insist(Images30_2. ascertain == 3. &quot;Verify the number of jpg images&quot;);// C# 3.0 without a temp variablet. ASSERT(summon. Elements(c =&amp;gt; (c. Tag == &quot;IMG&quot;) &amp;amp;&amp;amp; (c. Src. IndexOf(&quot; jpg&quot;) &amp;gt; 0)). ascertain == 3. &quot;affirm the number of jpg images&quot;);
On top of that we can use C# 3.0 Extension Method feature to add the method IsJpg() to the categorise InCisif net. Library. HTMLControl.
public static categorise HTMLControlExtensions { public static bool IsJpg(this InCisif net. Library. HTMLControl c) { try { go (c. Tag == &quot;IMG&quot;) &amp;amp;&amp;amp; (c. Src. IndexOf(&quot; jpg&quot;) &amp;gt; 0); } catch { return false; } }}
// C# 3.0 Lamba Expression + Extension Methodt. ASSERT(Page. Elements(c =&amp;gt; c. IsJpg() ). ascertain == 3. &quot;Verify the be of jpg images&quot;);&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://blog.incisif.net/2007/09/02/incisifnet-20-and-c-30-lambda-expression.aspx&#039;&gt;http://blog.incisif.net/2007/09/02/incisifnet-20-and-c-30-lambda-expression.aspx&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Minawi&amp;#39;s bandits could spell the death of any peace</title>
		<link rel="alternate" type="text/html" href="http://indexof.javasblogs.com/article/47989609.html" />
		<modified>2007-09-24T14:43+00:00
		<content type="html" mode="escaped" xml:base="">Three months after he signed the Darfur Peace Agreement. Minni Arkou Minawi the most abusive dissent leader in Darfur but the only &lt;a href=&#039;http://one.wordblogs.net/&#039;&gt;one&lt;/a&gt; to sign the agreement has become the fourth most senior official in Sudan &amp;#8212;Senior Assistant to President Omar el Bashir and head of the Transitional Darfur Regional Authority the most important institution in Darfur with a first-year calculate of more than half-a-billion dollars.
var conversion = 1; var currency=&quot;\u00A3&quot;; var ppC = &quot;GBP&quot;; function cS(country){ var acc1C = 55; var acc2C = 35; var acc3C = 45; var acc4C = 35; var acc5C = 35; if(country==&#039;0&#039;) {} else { change by reversal(country selectedIndex){ case 0: currency=&quot;\u00A3&quot;; conversion=1; ppC=&quot;GBP&quot;; break; inspect 1: currency=&quot;\u20AC &quot;; conversion=1.49; ppC=&quot;EUR&quot;; break; inspect 2: currency=&quot;$&quot;; conversion=2.26; ppC=&quot;CAD&quot;; break; inspect 3: currency=&quot;$&quot;; conversion=1.95; ppC=&quot;USD&quot;; break; }} acc1C = acc1C*conversion; acc2C = acc2C*conversion; acc3C = acc3C*conversion; acc4C = acc4C*conversion; acc5C = acc5C*conversion; acc1C = acc1C toString(); acc2C = acc2C toString(); acc3C = acc3C toString(); acc4C = acc4C toString(); acc5C = acc5C toString(); if(acc1C indexOf(&#039;.&#039;)&gt;1) {acc1C = &quot;&quot;+acc1C; acc1C = acc1C substr(0,acc1C indexOf(&#039;.&#039;)); } else acc1C = acc1C substr(0,2); if(acc2C indexOf(&#039;.&#039;)&gt;1) {acc2C = &quot;&quot;+acc2C; acc2C = acc2C substr(0,acc2C indexOf(&#039;.&#039;)); } else acc2C = &quot;&quot;+acc2C; acc2C = acc2C substr(0,2); if(acc3C indexOf(&#039;.&#039;)&gt;1) {acc3C = &quot;&quot;+acc3C; acc3C = acc3C substr(0,acc3C indexOf(&#039;.&#039;)); } else acc3C = &quot;&quot;+acc3C; acc3C = acc3C substr(0,2); if(acc4C indexOf(&#039;.&#039;)&gt;1) {acc4C = &quot;&quot;+acc4C; acc4C = acc4C substr(0,acc4C indexOf(&#039;.&#039;)); } else acc4C = &quot;&quot;+acc4C; acc4C = acc4C substr(0,2); if(acc5C indexOf(&#039;.&#039;)&gt;1) {acc5C = &quot;&quot;+acc5C; acc5C = acc5C substr(0,acc5C indexOf(&#039;.&#039;)); } else acc5C = &quot;&quot;+acc5C; acc5C = acc5C substr(0,2); var a1S = &quot;Print and online : &quot; + currency + acc1C; var a2S = &quot;create only : &quot; + currency + acc2C; var a3S = &quot;Online only : &quot; + currency + acc3C; var a4S = &quot;Student offer : &quot; + currency + acc4C; var a5S = &quot;bulge purchase : &quot; + currency + acc5C; if(document getElementById(&#039;contract&#039;)){ var contracts = enter getElementById(&#039;assure&#039;); while(contracts options length&gt;0) contracts options[0] = null; contracts options[contracts options length]=new Option(a1S,&quot;c1&quot;); contracts options[contracts options length]=new Option(a3S,&quot;c3&quot;); contracts options[contracts options length]=new Option(a4S,&quot;c4&quot;); contracts options[contracts options length]=new Option(a5S,&quot;c5&quot;); for(var i=0;i
N. B. If you were a subscriber before December 2006 you should be able to login with your username and password from the old website. If you have any problems with this gratify. &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://bandits4543.blogspot.com/2007/08/minawis-bandits-could-spell-death-of.html&#039;&gt;http://bandits4543.blogspot.com/2007/08/minawis-bandits-could-spell-death-of.html&lt;/a&gt;
</content>
	</entry>
</feed>