| Programming & Design |
| Spanish: Expediente? |
The things you put in a fold.er is called "expediente" . ("dossier" in french ) and the place where you sto... |
| I have a ? "RSS"? |
It's just a quicker way to get news. It loads a lot quicker than a standard webpage; also you can "subscribe" to RSS feeds and be notified when something happens in the news. ... |
| Can anyone help with this C function? |
I will assume that you have read a string into a buffer. You can pass that string to a function like this which will return a pointer to a string that has been converted to meet your requirements:
... |
| Why so many systems development projects fail? |
Poor project management. Sorry to say, but IT developers are not always the best at seeing the big picture - they can be brilliant at technology but having someone who manages the scope, timeline, ... |
| How do I get Binary(.Bin)Extension back??? |
Right click, then 'Open With', then 'Choose Program', then select the program you want to use in the list, or Browse and find the .exe (your flashing program).
Make sure '... |
| HTML help? What's the code to make a link open up in a different window? |
<a href="linkedpage.html" target="_blank">Click here</a> ... |
| Hi, does anyone know the best way to create a javascript code, for a password between 5 and 10 characters? |
<html>
<head>
<!--
No matter which you select
as "best answer" - pick one.
-->
<script>
function get(eid) {
var d = document;
var r = d.getElementByI... |
| Is C++ important to know in Engineering? |
C++ is being used more and more with embedded systems. Even some real-time systems depend on it. Off hand, if you really know Java, I'd say stick with that language until you it becomes more... |
| Oracle 10g - Environment Variable - WINDOWS? |
What SID did you use when you set up Oracle? I think it defaults to ORCL. Try
set ORACLE_SID=ORCL
at the command prompt and if that works set it permanently via your control panel. If you can... |
| Staring your own website? |
Since you don't' have much knowledge you could start with a blog.
Try wordpress ... |
| Java Programming: List/Itterated Merge Sort? |
Just replace the arrays in this code with a java.util.List and then use the List's iterator in the for-loops.
public class Mergesort
{
/**
* The main method illustrates the use of ... |
| While statement? |
#include <iostream.h>
int main() {
short int x;
cout <<(x)<<endl; //Most compilers automatically assume the variable is the large possible number unless defined. but the below ... |
| How do you make a myspace or website backround? |
Thats simple. All you have to do is go to hotfreelayouts.com and look over all of the different backgrounds that are availible. When you find the one that you want, copy the code and paste it at th... |
| [C#] How do I get the name of the current program's namespace as a string? |
Hello,
Okay, now the question is a understandable. :) You have to recall that an application may or may not have an namespace, it is optional, but it is best to use it for organization and many ... |
| How do you "reinstall" Zwinky? |
i would leave zwinky alone i think it has spyware and all sorts of crap that you dont want ... |
| Shall I take C#/C++ or Visual Basic for AVR Programming? |
well since you do assembly then learning any other of the said languages will be easy for you, given your situation I'd say go for C/C++! ... |
| Java, nested loop? |
for (int c=1;c<=4;c++)
{
for (int i=c;i<=4;i++)
{
System.out.println(i);
}
} ... |
| I need help to create a program to put a string backwards with an array and a function? |
Not sure what language, but in pseudo code....
I assume you have an array that contains Strings.
1) Loop through the array creating a temporary string variable for each word in your array. &... |
| Vista slow boot with black screen? |
mines does the same.
nothing wrong with that
at least it doesn't have some Major virus! ... |
| Is there a visual basic for Mac? Or something Similar? |
i like java. the syntax is similar to visual basic in most respects, and it works on all computers not just ms windows.
eclipse is an awesome development platform for java and works great on os... |
| Setting up mysql on godaddy? |
no.. you do not need to download mysql. they have it installed for you. set your database up on their site. ... |
| Tell me this? |
I suggest joining the yahoo mailing list over here . ... |
| How can I tell if I have php gd installed with phpinfo on php 5.1.6? |
When installed it will show a section for GD with all the options and which ones are enabled / disabled.
Perhaps you host has installed GD but forgot to recompile PHP with GD support. ... |
| How can I publish my website from Dreamweaver? |
I'm telling you that purchased templates are evil, a pain in the butt, and not worth the time. I'm not saying this from a designer standpoint but when I was working for a company they had... |
| How do you make flash games? |
Adobe flash professional, macromedia director....
Here is a site that has tutorials that might help you: ... |
| Can you have two or more files open for writing when doing C++ programming? |
Absolutely yes!
Full Code(How I do it):
#include <fstream.h>
int main ()
{
fstream file1;
fstream file2;
file1.open("file1.txt",ios::out);
file2.open("file2.txt",i... |
| If you had to sum up the difference between actionscript 2 and 3? |
... |
| How do you upload a Website made in Microsoft Word onto the internet? |
It's done by FTP (File Transfer Protocol)
Just like browsing your windows files.
But, you cannot "code" a website in Microsoft Word as the Word will format the text and that can ... |
| How can I add a hyperlink to my craigslist image? |
Craigslist will accept well formed (X)HTML in the description area of your advert. Make sure that you are using the absolute path to the image on the server. Don't forget to include the alt... |
| Utorrent application downloaded. How to use? |
I they are rar files, Right click on the first one and pick 'Extract Here'. That will extract them for you. If they are not rar files just let us know what type they are and we can help y... |
| Page:13 Previous-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23-24-25-26-27-28-29-30-31-32-33--Next |