Computer problems,Computer help
AX SOFT>>>Programming & Design
Categories more>>
  • Programming & Design
  • Computer Problems Search
    Programming & Design
    What is the correct term to list on a resume?

    What you are describing is called Web Content Management

    ...
    How can i make my own site?please give me all the steps.?

    Setting up a Web site is very easy and if you want to do it for free just go to ...

    How many bits will it take to represent a number of this type xxx.xx ?

    I have to assume that you want a fixed point representation rather then a floating point one, because your format is xxx.xx and floating point is a very complicated formant. Because this sounds ...

    Anyone know about "The Missing Manual: Dreamweaver CS3"?

    that's not a bad book.. but to get into the industry you will need more than just that book.. it's a start for sure.. you would need to practice making sites - complex ones with css code,...

    What u say about this design?

    it good but there is some thing missing i don't know what but good work

    ...
    I/O files help with C++ programing?

    You should probably add some error handling but this code will work fine if everything is set up perfectly (e.g. the files exist, user enters proper information, file data is correct, etc.). Here&#...

    BASH - How To (Replace specific text within a file)?

    #!/bin/bash time=14400 path=/somepath/somedirectory sed -e "s!%time%!$time!; s!%path%!$path!" template.txt > file.txt

    ...
    Best practice looping through database columns or hardcode columnnames?

    Looping through a database by far is better. Because then if you want to expand you already have an object ready to handle it. Dynamic is the way to go.

    ...
    Order online ! help.?

    You need a FormMail script. You just insert your e-mail address and the name of the Order Form File that you will design to accept details of your customer's order, and you will receive an e-...

    How to terminate a Java while loop using a string?

    Your while condition will always evaluate to true. The expression str != "done" asks whether the reference str is different from the reference "done" - that is, do these ...

    How do you automatically load a javascipt?

    Put the javascript in a file and in a subfolder of your project and then reference it in the header Example: <script language="javascript" src="scripts/general.js"><...

    Is there any basic principles or codes needed to design a web page?

    Checkout AceHtmlPro (Free Edition) which will help you learn html and allows for easy page generation. Great for anyone starting out.

    ...
    Dreamweaver MX: Why has the background & links disappeard on my 3rd page when I link to it from my homepage?

    Where exactly are you storing the specification of your links? In each page? Or in a separate style sheet (CSS)? If you're not using an external style sheet, I highly recommend starting to do ...

    Unix help!!?

    Files in Unix filesystems use inodes as structures that hold the actual file data on disks. inode number uniquely identifies a physical file on disk. Hard links are pretty much multiple names fo...

    Entering words in to C++?

    It's as simple as this, in C++: string s; cin >> s;

    ...
    Does Gimp work on Vista?

    GIMP should run on any NT-based version of Windows (NT4, 2000, XP or Vista). Older GIMP versions (2.0.x) could also work with older versions of Windows such as Windows 95 but they are not supported...

    How can I have a link to a flash file (.swf) open in a new window on my website?

    When you link to the .swf you can use target="blank" in the href.... <A HREF="link.swf" target="_blank"> This will force the page to open in a new window.....

    Error C4430: missing type specifier - int assumed. Note: C++ does not support default-int?

    main() ...should be... int main(void) ...aside from that, you should probably work on understanding how "else if" works.

    ...
    Open source function... Or how to do this conversion?

    I recommend the open source CxImage library located at

    ...
    Can anybody tell me what font this is?

    It's a version of DIN. See ...

    I do I exclude myself from being counted as a hit on my website?

    FOR GOOGLE ANALYTICS ...

    What is the best sample rate and bit depth to embed sound effects into Flash for a website game?

    16bit 44.1 for music, going down to 8bit 22 for sound effects, consider using the sound FX in mono to conserve space (most people won't notice).

    ...
    How can i make a counter appear in the next line at a certain number in c++?

    Assuming your counter starts at zero: if (!(count % 5)) printf("\r"); Just add that line into your loop (changing 'count' to whatever your variable name is) if your cou...

    I have gamemaker 4 from yoygames. is it still ok to distribute games made with gm4?

    Yes and no. Your actual rights are stipulated in the Game Maker Software end user licence agreement and the Yoyogames.com website. If you upload your GM game to Yoyogames.com, they "can use ...

    Whats the code for making a java applet (picture) which uses: a semi-oval, oval, circle, rectangle, and line?

    There are a number of ways to accomplish this. The solution depends on if you're wanting to use AWT, Graphics2D, JFC Swing, or even a non-standard library. The shortest number of code lines...

    Image storage?

    I dont know in coldFusion but in i know in PHP. Just save image location in your server to Mysql. For example i have me.jpg, in my localhost field "location" and the value is c://windows/...

    Need help with designing a flash website, anyone up for it?

    You can post your project requirement at freelance website like ...

    Can i extract the code of a program even if it is in the .exe form?? if yes then how can i do it??

    Yes you can... You can extract the code from the executable files or binary files by using programs called decompilers... They do the reverse job of Compilers... Ofcourse most of the readabi...

    Can i extract the code of a program in vb6 even if it is in the .exe form?? if yes then how can i do it??

    The code in the exe isn't VB, it's machine code. You can extract the assembly version of the machine code by using a disassembler, but it won't do you any good unless you understand...

    Running JAVA games on computer!?

    have a look at these search results ...

    Page:10 Previous-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21-22-23-24-25-26-27-28-29-30--Next
     

    Categories--Copyright/IP Policy--Contact Webmaster