Re: Design vs. Coding Programming Software Development by cored0mp … further. I don't see coding and design as seperate fields (rather, seperate roles.) In other words, I think that to be… Re: Is Coding About Authoring or Achieving a Specification? Programming by cored0mp @Reverend Jim Thank you for the Fortran sample. It was splendid! You were right to highlight the differences between design and coding. In fact I made a seperate post about this! Re: Help Needed In MYSQL Normalization Programming Web Development by rajarajan2017 Seperate code,product,price,quantity,amount into a seperate table. and make a link with your unique id. I dont know whether for product have more prices? Re: Two-way composition Programming Software Development by mrnutty Seperate the body and the code. Define the skeleton first and then the body in seperate files. or the same. Re: Possible to use values returned from a MySQL query as Google Chart data? Programming Web Development by jkon seperate concernc .. java will be in servers side making all the …; (it is translated to a provider back to the server) seperate js js can be an OOP language .. is there any… Re: Separate C and C++ forum? Programming Software Development by Electrohead SEPERATE! I think the fundamental differences between C and C++ may be few, but the differences there are are vital. It could be confusing to have C and C++ in the same forum, and by seperating them you leave more room for more language specific features that the two languages don't share. :lol: Re: question&please answer Programming Web Development by ProgrammersTalk seperate CSS file :) it's much more organized hehe.. give example? * { background-color: #000000 } in something.css Re: SQL command and vb6 Programming Software Development by vb5prgrmr Seperate Q, but try value (or is this .NET?) However, a command buttons value is only true when it is depressed (or you are inside the command buttons event). Good Luck Re: date format clashing in form and the sql database Programming Web Development by sharavanakkumar Seperate date string variable into year month date format and send it database. while retrieving use covnert keyword and retrieve it in 103 format Re: using more than one onblur for calling different functions Programming Web Development by samarudge Seperate them like normal functions e.g. [CODE]<input onblur="function1(); function2(); function3();" />[/CODE] You can also use standard JS like [CODE]<input onblur="this.value = 'somevalue' />[/CODE] Re: Filtering files in directory Programming Software Development by Begginnerdev Seperate your filters with ; Re: Seperate Wireless Network shared internet connection Hardware and Software Networking by JorgeM …This would keep the wireless and your corporate LAN traffic seperate. On the router, you would create the appropriate ACLs…their network twice from two different clients to establish a seperate connection. Of course, if you contact your ISP, … is to keep the corporate LAN and wireless network seperate, the best option is a router that can establish… Seperate XP Install on a 2nd HD Hardware and Software Microsoft Windows by mixxi shunt Is it possible to istall a 2nd HD with a seperate install of XP? I am trying to avoid having to save old data to CD from old HD but effectively have a clean XP instal on the 2nd HD. I dont need to know how just yet, just whever it is possible with no conflicts. I know I will need two seperate copies of XP (?) Seperate Wireless Network shared internet connection Hardware and Software Networking by G_Waddell … and as such if we can have it as a seperate network but sharing our internet connection that would be great… enabled | |-----------Firewall --------------------------------------------Network Auto IP, 192.168.* 192.168.* (completely seperate network) Re: Seperate XP Install on a 2nd HD Hardware and Software Microsoft Windows by gerbil …, Mydefrag and Pagedefrag. Put files that change often onto a seperate drive [all temp inet files/folders for all browsers, system… Re: Seperate Wireless Network shared internet connection Hardware and Software Networking by G_Waddell Sorry I was trying to do out a diagram of the proposed set up but it got a bit mangled... Really what I want to do is set up two seperate networks with a shared internet link. Re: Seperate Wireless Network shared internet connection Hardware and Software Networking by G_Waddell … router behind the firewall to split the network into two seperate VLANS one for the wireless and one for the wired… Re: Seperate Wireless Network shared internet connection Hardware and Software Networking by G_Waddell … three spare ports on the ISP router to create a seperate private network that would share the ISP connection through their… Seperate "sent" and "deleted" folders for every email; Outlook 2007 Hardware and Software Microsoft Windows by OlyComputers I have multiple email accounts on my outlook and I need to keep the sent and deleted items folders seperate. Is there a way to do this? Seperate String into Characters Programming Software Development by pdunc88 …;}; [/code] My problem is I would like to create a seperate array of characters for each element of that array. Something… Re: Seperate String into Characters Programming Software Development by Narue >My problem is I would like to create a seperate array of characters for each element of that array. To what end? There are ways to do what you want, but I'm not entirely sure what you want makes sense. Seperate Page Posts. Digital Media UI / UX Design by vmpchris …;filename.php")?>[/CODE] but wouldn't that mean seperate .php files for each post? Thanks in advance. Seperate file to anothers (with random lines) Programming Software Development by bufospro … to do it with percentage. For example, Percentage (%): 50 and seperate the in.txt file in the middle but with random… Seperate threads for input Programming Software Development by deanus … performing other actions at the same time by using 2 seperate threads, but before I bother diving head-first into the… Seperate heights for <td> Digital Media UI / UX Design by Martin C++ How to set seperate heights for <td> ? I have table with one rows and 2 cells. In one of them there is more data, so it drags the other cell longer than it should be and that's ugly. I need something that automatically adjusts the cell height according to how much data it consists. How can I achieve this effect ? seperate a word in parts ( kalemimin -> kalem-i-min ) Programming Software Development by sabrimev Anyone has idea to seperate a word in parts for example ( kalemimin -> kalem-i-min ) 'kalem' is str1 , 'i' in str2 and 'min' should be get into str3. Seperate Window Community Center Geeks' Lounge by imti321 … i would like to suggest is they shall be given seperate window to post and the link shall be open to… Re: seperate values Programming Software Development by Geekitygeek …#post1044218"]here[/URL]. Since you are posting them as seperate issues and ddanbe and diamonddrake have given you the code… How to seperate two languages(English,Hindi) in python Programming Software Development by jamesjohnson25 How to seperate two languages(English,Hindi) in python This is my Sample …\xe0\xa4\x97\xe0\xa5\x80,'] ] Any hint how to seperate english and hindi into two… Writinga file in seperate rows Programming Software Development by M A … am having trouble writing it into a CSV file into seperate rows. The code I am using at the moment is… one row, but I want each number to be in seperate row like: 0.00024064097412677081 0.0010840802387205584 and so on.. Please…