Re: Internet but no Network Hardware and Software Networking by DimaYasny repeating the normal windows setting for file sharing for the 100000th time: 1. all pcs in same workgroup 2. all pcs have the same users/passwords (no blank passwords) 3. bob's your uncle :) Re: using rss to create backlinks Digital Media Digital Marketing Search Engine Strategies by johnjames1985 repeating duplicate content through rss is highly problematic Re: I want to store data into database Digital Media UI / UX Design by Dandello Repeating Feemacbee's observations - where is the data supposed to go? … Re: School classification Programming Software Development by WaltP Repeating your first post does not qualify for explaining **IN DETAIL**. **IN DETAIL** means explain *every little thing* we need to understand the problem. Re: School classification Programming Software Development by kovacsakos > Repeating your first post does not qualify for explaining IN DETAIL. IN DETAIL means explain every little thing we need to understand the problem. But what is not undertandable now? Re: how to insert values which is fetch by ajax query Programming Web Development by broj1 Repeating my question: what is the trigger to do insert? If there is no trigger other than displaying the table, then you can do it in the batchinfo1.php script. But this database would not be normalized in other words you will get duplicate values in the courseinfo and batchinfo tables which is not the right way of doing it. Re: Text Animation In VB.NET Programming Software Development by Reverend Jim Repeating the statement does not make it any clearer. What is **diff** direction? Re: Analyze the following code. and choose the right answer Programming Software Development by JamesCherrill Repeating the question just wastes everyone's time. Read stultusk's answer, then simply try the code on your nearest computer. When you have done that, if you don't understand what happened, come back here for help. Re: SESSION Programming Web Development by broj1 Repeating: You should put the `session_start()` command on top of the every script for session to work. Re: 42 Programming Software Development by NathanOliver Repeating the same bad question isn't going to help you. Take a look at the [rules](https://www.daniweb.com/community/rules) and also see [how to ask a good question](https://www.daniweb.com/software-development/cpp/threads/78223/read-this-before-posting-a-question) Re: How to generate random number in java Programming Software Development by stultuske repeating answers is not a valid reason to revive a dead thread. Re: How to Get Ranked in First 10 Results in Google? Digital Media Digital Marketing by rproffitt Repeating your question over and over doesn't help. https://www.daniweb.com/digital-media/digital-marketing/threads/520226/why-my-site-not-appear-in-first-100-results Repeating pattern in .htaccess, is it possible? Hardware and Software Linux and Unix by minitauros What I would like to do is to create a repeating pattern inside a rewriterule. For example: RewriteRule ^([\w]+)/([\w]+)/(([\w]+)/([\… of arguments in a rewriterule? For example by creating a repeating pattern? Because I don't know how many new arguments… Repeating patterns in .htaccess? Programming Web Development by minitauros What I would like to do is to create a repeating pattern inside a rewriterule. For example: RewriteRule ^([\w]+)/([\w]+)/[B](([\… of arguments in a rewriterule? For example by creating a repeating pattern? Because I don't know how many new arguments… Repeating background image not aligning properly Digital Media UI / UX Design by Woobag … stuff, and right above my footer. The problem is my repeating background image isn't going under the text toward the… Re: Repeating background image not aligning properly Digital Media UI / UX Design by Woobag Thanks, but unfortunately it is repeating correctly, just in the wrong location. It is a 1x117 … Repeating Columns in Gridview Programming Web Development by while(!success) … such: | view | Name | Position | Name | Position | Why are the columns repeating and how do I resolve this issue? here is the… Repeating first DB data Programming Web Development by PF2G … this pagination system in the news list, but it's repeating the first data in every pages. So when i say… Re: Repeating first DB data Programming Web Development by PF2G It didn't do any change, i keep having the first data repeating in every page. Re: Repeating background for large iframe. Digital Media UI / UX Design by ari$av3s I ultimately cleaned the code up and found a faaar more elegant solution to what I was trying to accomplish by adding a repeating background to a div. Re: Repeating image . . . Programming Software Development by AndreRet Please answer my question. Do you want to show it as one image on the entire form or as a repeating image on a form? Dynamic checkboxes in Dreamweaver repeating regions Programming Web Development by koldhands … current version of Dreamweaver CS4. I have a repeating region that is populated from a database table, …this. Maybe Adobe could then implement it into the repeating region panel!! Maybe not.... Any help would be…($exerciselevelRS)); ?>[/CODE] I also really need the repeating region to cycle through all the data and display each… Want Repeating Image beneath Background Image Digital Media UI / UX Design by AC-hrt … advance! I'm wanting to have a repeating background image behind another fixed, non-repeating image. This is the following code I… fixed image appears but the background remains white without the repeating background appearing at all. Please, help? Let me know if… Re: Want Repeating Image beneath Background Image Digital Media UI / UX Design by Troy III …; > I'm wanting to have a repeating background image behind another fixed, non-repeating image. > > This is the following… fixed image appears but the background remains white without the repeating background appearing at all. > Please, help? Let me know… Re: Want Repeating Image beneath Background Image Digital Media UI / UX Design by Airshow … you are desire is to have a repeating body background, and for the non-repeating image to be an absolutely positioned HTML… Re: Help:find repeating substrings in sting Programming Software Development by Chaster [QUOTE=RituNimitNayal;677370]Hi, How to find out the repeating substrings in a string which is having maximum characters. … the list (linkedList.contains(currentToken)) then it's a repeating one. If it's not in the list, you … there. Sorry, thought you were searching only for repeating substrings... I have missed the maximum length thing... 3 Column Div with Repeating Background in Opposite Directions Digital Media UI / UX Design by ShandyElliott … side-by-side with the 2 outter divs containing a repeating background in opposite directions of each other with a fixed… divs will use the same image but used as a repeating background. What I'm trying to accomplish is to create… I cant implemet non repeating random numbers Programming Software Development by Manswab hi i tried a code to implement non repeating random numbers from1 to 25..but its showing only 24 … help me..or sujjest me a good code for non repeating random numbers[CODE] using System; using System.Collections.Generic; using… Re: Get random number without repeating Programming Software Development by StuXYZ … prohibative, the there are a couple of pseudo-random non-repeating sequences that can be used. E.g. [URL="http… own version, since many [not all] RNG are actually non-repeating, but normally on a 2^32 or greater basis. You… Re: I cant implemet non repeating random numbers Programming Software Development by Manswab [QUOTE=superjj;1679452]I have tested it[/QUOTE] Yup It working But its giving 26 numbers .. i want to get exact 25 non repeating random numbers every tine whrn i run this...