Re: Time for some humour before Jan 20 Community Center Geeks' Lounge by Pebble94464 Two elephants jump off a cliff. Boom boom! Re: How to Choose the Right Mobile App Development Company? Programming Mobile Development by Salem https://www.daniweb.com/posts/jump/2301408 Re: how to get back visual basic 6 project again on coding again Programming by Salem … with VB6. Armed with some decompiled clues, perhaps make the jump to using C# or some .Net thing. Re: Why DaniWeb doesn't have an account to BlueSky ? Community Center Meta DaniWeb by Dani There's a simple answer: DaniWeb doesn't have an account on Bluesky because I run DaniWeb and I've never heard of BlueSky. We do, however, [have an account on X](https://x.com/daniweb). I have been on Twitter since 2008, and Facebook since even before then, and, aside from those two that we've had forever, I don't see the point in having … Re: Jump Drives Hardware and Software Hardware by goldeagle2005 I''m using Lexar's Jump Drives. They're regular flash drives. However, the reason I love them is that they are very rugged. I accidentally washed my Jump Drive for 30 minutes in the machine. When it came out, it smelled new and my data was intact.... Jump Drives Hardware and Software Hardware by Dougie Hi all: I've been looking at these Jump Drives for awhile now. Has anyone have one of these and do they work as stated? [url]http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=1234978&sku=l61-3578&CMP=ILC-FOT01[/url] Dougie Re: Jump Drives Hardware and Software Hardware by Dougie Thanks Goldeagle:) Hope this dosent sound like a dumb question but exactly how do these drives work? Is there software that has to be installed to copy files from my computer to the jump drive and to copy it to a friends computer etc. :?: Re: Jump Drives Hardware and Software Hardware by Catweazle … drivers need to be installed for USB thumbdrives, pen drives, jump drives or whatever other fancy name to work. Again, after… Jump and run game Programming Software Development by new2programming Hi i am trying to make a jump and run game in Visual C++ using SDL I have … Jump Menu wont select properly (PHP MySQL) Programming Web Development by rootseire … but for one little bit, everytime I select from the jump menu and load the same page again, the menu displays… jump menu option from db Programming Web Development by hanan-kh I want to introduce categories in Jump menu These categories are stored in the database is the … Re: Jump from code in one form to another. VB6 Programming Software Development by QVeen72 Hi, If you want to Jump to another form, Create a Public Procedure in the new … Re: Jump to another part of a document (on the same page) Digital Media UI / UX Design by xhu How can I jump to another link? Making a character jump Programming Software Development by eskimo456 … if(y = terrain->getHeight(x,z)+(UPPER_LEG_LENGTH + LOWER_LEG_LENGTH)) jump = false; if(jump == false && player.aPressed) { y = jumpFunction(…terrain->getHeight(x,z)+(UPPER_LEG_LENGTH + LOWER_LEG_LENGTH)); //jump = true; } else { y = terrain->getHeight(x,z)+(UPPER_LEG_LENGTH … Far jump to a label? Programming Software Development by koyi …flush2 ; 0x08 is the offset to our code segment: Far jump! flush2: ret ; Returns back to the C code![/CODE…] Is the jmp command supposed to jump to "flush2" and continue its execution from…quot;? How can that happen? Isn't the long jump supposed to jump to 0x080 + (the address of flush2)? Thanks … about html jump menu Programming Web Development by sameeya007 …web site.1st one is jump menu and other 2 are select menu.usually jump menu what happen is …when we select some thing from that it jump to another page or some where..i wanted to… know .when i select some value on jump menu according to that the 2nd select menu value… to some particular value that selected from jump menu .how to do that? running program from jump drive Programming Software Development by cisumma … jarred up I would like to run it from a jump drive. [code] public static final String USERHOMEDIR = System.getProperty("… more. Could this USERHOMEDIR be replaced correctly each time the jump drive is moved from one client to the next? again…and place doc in a a file system on the jump drive and maintain access to those dir no matter where… html forms auto jump to next field when a certain character is entered Programming Web Development by dewhickey I know how to set it to auto jump to the next field in the form after a …7,8, or 9 is entered, I do want auto jump to the next field. However, if the number 1 …is entered, I do not want to jump to the next field. If the number 1 is …second digit to that field, and then it should auto jump to the next field. In other words, if I enter… MySql jump / click counter script help needed from a Newbie Programming Databases by monkey64 … my .html pages; somthing like this: <a href="jump.php?m=c"> which looks at the… jump.php page and redirects the user. I track the number …','somelinks')") or die(mysql_error()); } header("Location: $link"); // Jump to the hiddden affiliate URL above exit(); ?> [/inlinecode] Any… long jump in tasm Programming Software Development by carson myers how do I do it? I'm trying to make a conditional jump to a label: jz newmm but tasm says that the relative jump is out of range by 000D bytes. How do I change this to a long jump? How can I make it jump to an address, rather than a relative position in the memory? JS jump menu location indexing on search engines Programming Web Development by MDGM … user gets to their branch is through a dreamweaver generated jump menu. My question is: Will search engine robots crawl …the pages that are linked via the jump menu? So for example the page for the London …address bar). Will a search engine index this page? The jump menu script is below: [CODE]<script type="… Re: running program from jump drive Programming Software Development by cisumma … about is now running as a standalone app from my jump drive. I am trying to relocate where the dir are… mine) computer and tried to run my app (on my jump drive) it said.... > E:\guide.jar is not a… computer. It is soon to be running totally from my jump drive. thanks again. Re: JS jump menu location indexing on search engines Programming Web Development by Airshow … be to include standard html hyperlinks in addition to your jump menu. You could do this on the/each page (eg… a little imagination, you could automate the construction of both jump menu(s) and the corresponding section of the site map… map is always up to date with changes to your jump menu(s). [B]Airshow[/B] Error: illegal target of jump or branch Programming Web Development by fsoranno …servlet/http/HttpS ervletResponse;)V) Illegal target of jump or branch,(class: _jsps/_JSP/_tfaf/_TfafReport_jsp, method…;Ljavax/servlet/http/HttpServletResponse;)V) Illegal target of jump or branch), stack: j ava.lang.VerifyError: …/HttpServletResponse;)V) [COLOR=DarkRed]Illegal target of jump or branch[/COLOR] at com.iplanet.server.http… Help with jump.php Script Programming Web Development by parker123 …. Here it is I save this as a php file. jump.php or whatever <? if ($link == "1"){$visit…;); die(); ?> Replace affiliate link in database with: jump.php?link=1 jump.php?link=2 It has worked fine when I… Help!!! transfer db to jump drive Hardware and Software Microsoft Windows by computerlady200 … program (which she says is not very good) to a jump drive to be able to transfer the data and program… XP laptop. I finally got the computer to recognize the jump drive, but cannot get the files to transfer over to…, and this is what allowed the computer to reognize the jump drive. Re: long jump in tasm Programming Software Development by Salem Relative jumps are for small jumps, like you would use for if/else or loops. So if you're using a relative jump which is out of range, perhaps take a hint that the body of your code is too complicated. Or if you think it's still OK, then invert the test, so you branch over an actual jump. jnz skip jmp newmm skip: Re: running program from jump drive Programming Software Development by cisumma Excellent questions. I do not think so. It is a public computer. Is there a risk to them to install it. I would think it would be ok. I double clicked it. Maybe I will try to install the Virtual machine if it will let me. Do you think it should run from my jump drive if there Is a java runtime? Thanks again. Re: Help!!! transfer db to jump drive Hardware and Software Microsoft Windows by computerlady200 … put data onto a computer running Xp then to the jump drive. Data saved. Now the problem is finding a program… How to jump to new line in for loop Programming Software Development by lolguy Hello guys I m trying to code a program to fix indented code but problem is that i will use strstr to search for the for string then i ill read it till it encounted \0 then i wanna jump to next line to add 4 spaces before the code is there a way i can jump to next line ?