Computer problems,Computer help
AX SOFT>>>Programming & Design
Categories more>>
  • Programming & Design
  • Computer Problems Search
    Programming & Design
    How to delete TAB key from txt file using Perl?

    use strict; use warnings; use File::Slurp; my $s = read_file('file.txt'); $s =~ s{\t([^\t\r]*)$}{$1}gx; write_file('file.txt', $s); __END__ That should get you started......

    How to use the fade in visual basic ???

    If you want to have some really nice new effects, look into the Windows Presentation Foundation. WPF is all about the interface, and there are countless and easy-to-implement (many times purely de...

    Integrate flash file with asp.net project?

    Try the source. There are other Flash-related things on the site. Use the breadcrumb to find them.

    ...
    Is there a way to pass on internet conection on to my laptop?

    1. Blue-tooth is short-range wireless. 2. 802.11 is medium-range wireless (such as you can go anywhere in your home and still be connected). 3. Cellular card is long-range and you are connected a...

    Another C++ increment question =)?

    x += ++x + ++x - x-- the pre-increment operators get applied first 3 += 3 + 3 - 3 now the post-decrement 6-- which results in 5 Keep in mind that x is just one variable, and, as such, ha...

    Is it illegal to copy HTML from another site?

    Any creative work is automatically protected by copyright. The question is - at what point does some code stop being "a generic bit of code" and qualify as "a creative work"?...

    How can I send follow up e-mails from my website?

    Use JavaMail API if u r using JSP.

    ...
    Explain how Domain Name Resolution works?

    There is a distributed database all around the Internet which is basically a set of tables that map domain names to Internet Protocol (IP) addresses. Internet routing works on IP, not on domain na...

    I want to know wich is the web for tv links?

    surfthechannel.com and stage6.com are both good sites!!!

    ...
    Is there a website that offers templates or apps for an online store or merchandiser??

    ...

    How do u make your own?

    ...

    C++ STL Interview questions?

    You can search at job interview question and answer website like ...

    Google Adsense? Need more info..?

    Um ... a $5 per month Adsense budget is not going to work, unless you are using really, really uncommon keywords that nobody is bidding upon. I run several Adwords keyword campaigns. I can'...

    Using CSS to create a link?

    CSS does not create a link. It is used to set styling of your page layout including links. There's a set css standard for the <a></a> tags and the attributes to use to style them...

    Is the main function of a Web Designer/Programmer an IT function or a communications/marketing one?

    Given the wording of your question, I would say marketing. Unless your site is going to primarily provide access to data within your organization's databases, it probably makes more sense ...

    Vacuum sales story Of the two arguments provided in this example, which is valid and which is sound?

    Not valid ?Anyone who wants a comfortable, clean home needs this amazing vacuum cleaner." implies that there is no alternative to have a clean home. "You certainly look like someone who l...

    How can I compile C++ code to work on windows?

    You will need access to a windows box to be able to compile your code for it. Also you would need a compiler for windows. If you don't have Visual Studio on windows, check out - Borland&#...

    Can someone tell me how this picture has been made photoshop?

    Yes. One can use Adobe Photoshop to do this because the later version of Photoshop has an attached ImageReady software can do some animation. You are right that the pictures have to be put in la...

    How to find the space used in a web site, the laymans' way?

    If you mean by "space" used "for" a web site, just Google for web site hosting. That will get you lots of hits. Add free to keywords if you want free. Other than that, I ha...

    Visual basic array help?

    Use the index of each option button to differentiate one button from another. I also created a control array of pictures so that it is easier to control the program flow. The Program looks like thi...

    Make a program in C that accepts the ordinary number and output is equivalent roman numerals.?

    People here aren't going to do your homework for you. Why don't you try to do it yourself, then ask questiuons if you need help?

    ...
    C Programming Language: Using Recursion to Print the Fibonacci Series?

    That's interesting. Usually they have students try these methods in the opposite order, to show that recursive algorithms can be transformed into non-recursive ones. The way to solve this ...

    Clickable link?

    ...

    Turning all of a <td> into a link?

    No. You must use the <a> tags within the td cell. You can use a transparent image as a clickable link or try using non-breaking spaces between the <a> tags. <td><a href=...

    Software Headlines?

    Quite clearly, comments are disabled for that post. Therefore, I would consider this site a scam.

    ...
    How do i make a clickable image?

    If you mean you want someone to click the image and it will compose a Yahoo Messenger message to you: ...

    Html/java photo gallery maker or something that makes it without thumbnails?

    See ...

    What photo editing software do you use?

    GIMP. I use it on Linux, but you can get the Windows version here: ...

    Dreamweaver question: When one puts the cursor over a certain pics I need a textbox to appear.?

    Add ALT and TITLE attributes to the image tag: <img src="pic.jpg" alt="Click artwork for more info" title="Click artwork for more info" />

    ...
    Need help w/ Java question..?

    Assuming grade is an integer that has been assigned the proper value somewhere else and letterGrade is a character created somewhere else. grade /= 10; //Result is an integer 0 - 10 switch (gr...

    Page:23 Previous-19-20-21-22-23-24-25-26-27-28-29-30-31-32-33-34-35-36-37-38-39-40-41-42-43--Next
     

    Categories--Copyright/IP Policy--Contact Webmaster