Search:

Type: Posts; User: Chrisch

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    5
    Views
    1,521

    Granting mysql privleges in phpmyadmin

    I have installed Apache server Version 2.2 on my machine running windows xp. I have installed smf forum, created some databases. I want to know the procedure to grant privileges in mysql. Do i need...
  2. Replies
    3
    Views
    853

    Mysql dumpdatabase command

    I am using Mysql database to maintain the record of employee data. I want to the information on mysqldump command. Can any one tell me how to use mysqldump and what are the syntax is use while...
  3. Replies
    4
    Views
    740

    Pointer parameter in a function

    I know function Pointers allow to callback functions but i want to the know the syntax and the procedure to declare function and to pass char pointer into function. Any recommendations and...
  4. Replies
    3
    Views
    1,194

    Difference between pointer and reference

    Can nay one tell me what is the difference between (pointer and reference ) the entries below:


    int n3 = new int (13);
    and
    int * & n3 = new int (13);

    thank you
  5. Replies
    3
    Views
    1,110

    Matrix parameter function

    How to pass a matrix (a function has two dimensions) in a function parameter.

    for (i = 0; i <100; i + +)
    (
    myFunction (table [i]);
    )

    Thank you in advance
  6. Replies
    3
    Views
    3,064

    Error: Incompatible types in assignment

    I am using C language, I have a small problem, it gives me the following error message: "incompatible types in assignment"


    char * address (int octet1, int octet2,int octet3)
    {
    char *ad [64]...
  7. Replies
    4
    Views
    769

    Php calendar script

    I am looking for code in php to put calender in my website. Is there any software which works as php script and easily integrate into web sites. Any recommendations and suggestions are appreciated.
  8. Replies
    3
    Views
    781

    Two dimensional array to a function

    My program scan multidimensional array and sends it to a function that will handle data entry in it. when I send the "array [] [nbAmis]" I get an error that tells me nbAmis not reported.


    #...
  9. Replies
    3
    Views
    882

    How to make a nofollow link

    Does any one know how to make a no follow link in html. There are many website in which link is given but do not transfer any "Google juice" to it. How can I create link a no-follow link? Any...
  10. Replies
    3
    Views
    850

    What is a syntax error?

    I am using c, visual basic in my program. I have noticed that many time i get syntax error? Does any one know what is a syntax error? Is this error belongs to any declaration of variable or syntax...
  11. Replies
    3
    Views
    1,605

    HTML Symbol code for Music Notes

    I am using html language to design my web page, i wanted to know the code for creating music note in html. Is there different code for different note. Any recommendations and suggestions are...
  12. Function with a variable number of arguments

    I wonder if it is possible to retrieve the number of arguments of a function variable in C++. It is necessarily, otherwise how would the class std:: vector with its methods assign () and resize ().
  13. Replies
    3
    Views
    756

    Date Script at HTML

    I a looking for code in html to display date and time. The code must display current date and time. Is that possible to display previous date and time with the same code, if yes then what are syntax...
  14. Replies
    3
    Views
    1,201

    TD background image

    I have created a web page using html language and i have inserted two table with red color as background. Now i am looking for code in html which allow me to put image in table. Any command like td...
  15. Replies
    3
    Views
    10,509

    Javascript isNull function

    I need information on IsNull() in javascript. I know the function returns the null value but what are syntax need to declare. I want to check all the null value assign in the field. Can any one...
  16. Replies
    3
    Views
    2,223

    Java double to int

    Java converts a ints to doubles automatically but i want to convert the double for comparing. If i divide an int numerator by an int denominator, like 2/5, and wanted the result to be in a decimal,...
  17. Replies
    3
    Views
    867

    Horizontal center layout in CSS

    What is the html code to create Horizontal center layout in CSS and what is the syntax to declare center. I want to display some text in center on html page.
  18. Replies
    3
    Views
    1,076

    JavaScript Switch Statement

    What are the syntax used in JavaScript Switch Statement. I know the Conditional statements are used to perform different actions but what is the switch statement is and how to use it.
  19. Replies
    3
    Views
    2,037

    Best VBulletin Mods

    I am looking for VBulletin Mods. What are the BEST VBulletin mods which really add to the functionality and efficiency. Any recommendations and suggestions are appreciated.
  20. Replies
    3
    Views
    1,502

    Dynamically allocate a two-dimensional array

    I want to know how to dynamically allocate a 2D array with new and delete in C++. Any recommendations and suggestions are appreciated.
  21. Replies
    3
    Views
    974

    Comparison of two classes

    My problem is quite hard to explain but I'll try to ask my question clearly:
    I have a class with an attribute PluginWidget type QWidget *
    I try to reimplement the == operator so that we can...
  22. How to return a dynamically allocated char array?

    I would like to create an array of char dynamically and then return. But I think that the function stops to return and so it is impossible to deallocate the array. Is it possible? If no then explain...
  23. Replies
    3
    Views
    710

    Re: Error : Vmin unused variable

    Vmin = double F (10, 300);
    Double Vmax = 0;
    double V;
    for (s = 1, s <= numItems; s + +)
    (


    V = on_Num (s);

    if (V <Vmin)
  24. Replies
    3
    Views
    710

    Error : Vmin unused variable

    I wondered why my program does not recognize the variables that I declare, I have an error message " 'Vmin' unused variable" and Vmin was not declared in this scope " it is two contradictory...
  25. Replies
    4
    Views
    3,857

    Delay in execution of C program?

    I want to write program for implementing long time (200ms) delay in execution of loop in C language, can you give some good advice? Is that any syntax to put put a delay of milliseconds or seconds at...
  26. Replies
    3
    Views
    4,629

    Installation steps for iDeneb 1.4

    I need a bit of help on installation procedure of ideneb 1.4 on my 250GB Seagate HDD for OSX alone. Any recommendations and suggestions are appreciated.
  27. Replies
    3
    Views
    979

    Norton commander vs windows explorer

    Can any one compare norton commander with win explorer in xp pro? windows explorer is built in file manager which allows to mange file and folder but what about norton commander?
  28. Replies
    3
    Views
    1,511

    Use Songbird to manage iPod

    I have installed Songbird, While using Songbird i came across some problems. I can not synchronize iTunes with Songbird as media player. Does any one know how to manage ipod in songbird? Any...
  29. Import Firefox Bookmarks into Google Bookmarks

    I am using firefox 3.0 on my windows xp system. I have many bookmarks in firefox and i want to import that bookmarks. What is method to Import Firefox Bookmarks into Google Bookmarks?
  30. Replies
    4
    Views
    11,943

    Save button code in visual basic 2008

    I am looking for code which save the item selected from combo box and from check box, the value displayed after selection must be save after clicking save button. Can any one tell me the save button...
  31. Replies
    3
    Views
    1,527

    HTML Listbox ActiveX Control

    How to get multiple values in html listbox control. I have set "Allow Multiple Selections" option enable. What are the syntax? Looking forward to a positive answer.
  32. Replies
    3
    Views
    928

    IIS Support URL Rewriting?

    Does IIS Support URL Rewriting? URL Rewriting allows to redirect or change in url before they processed by server, it also allow make url more readable.
  33. Replies
    3
    Views
    1,431

    Upgrade Windows 98se to Windows Xp

    I am running windows 98se on my dell desktop and now i want to upgrade my operating system. What are additional hardware requirement while upgrading from windows 98se to windows xp sp3.
  34. Error Message : 'This Page Contains Both Secure and Non-Secure Items'

    I am using internet explorer on windows xp system. When i try to access some web pages it shows an error message "This page contains both secure and non-secure items". What has happened and what is...
  35. Replies
    3
    Views
    2,946

    Sign into multiple msn accounts

    I have three account in msn and i want to know the procedure to sign in all three account at one time. Is there any software or setting in registry for sign into multiple msn accounts.
  36. Replies
    3
    Views
    873

    How to post a picture on myspace

    I have account on myspace and i want to know how to post a picture on myspace. Picture should be display in comment that is posted by one user id to another user.
  37. Replies
    3
    Views
    2,794

    Hotmail Account showing incorrect time

    How do I fix the wrong time problem on my email? The time setting on my Dell laptop is correct, but when i send or receive hotmail messages the time's an hour ahead. I am running windows xp on my...
  38. Replies
    3
    Views
    2,606

    High speed internet options

    I am having improper speed, connect issue in my area and there is no service by wired broadband such as DSL or cable. Dial up connection is too slow.... Can any one tell What are my other high speed...
  39. Replies
    3
    Views
    3,500

    Amd athlon 2650 PC Desktops

    I am looking for desktop with AMD Athlon 2650e processor and 1GB DDR2 Ram with 160 gb hard disk and i also want to know the specification of AMD Athlon 2650e processor.
  40. Replies
    3
    Views
    5,158

    Gigabyte GA-P31-DS3L Ethernet Drivers

    I am using the latest windows vista. My Gigabyte GA-P35-DS3L is not working properly with updated os. Now i want to install ds3l ethernet drivers, because it will solve the problem of incompatibility...
  41. Replies
    3
    Views
    2,653

    Canon Pixma iP1500 Paper Jam error message

    I have Canon Pixma iP1500 printer, it is not working properly. When i try to print, it says paper jam. I have already Removed paper trays and also replaced ink cartridge but no fix...
  42. Replies
    3
    Views
    1,471

    How to compress dvd video

    I have few movies in my dvd with high video quality, the file size is around 2 gb. I want to Compress DVD to Fit Into a 700MB CD. Is that possible to compress dvd video? Any help or input on this is...
  43. Replies
    3
    Views
    17,799

    Echo array output in php?

    I am using array in my program to store data value.

    $employee= array(
    "1" => array("age"=>"36", "no"=>"3"),
    "2" => array("age"=>"45", "no"=>"4"),
    );

    How to get output with array of two value...
  44. Replies
    4
    Views
    18,607

    Re: Apple mobile device support

    i have downloaded itunes 8 on my windows vista machine but when i run that application my screen shows blue screen. Is there any problem in my operating system or itunes get corrupted.
  45. Replies
    3
    Views
    889

    Computer doesn't boot anymore

    My computer power light goes on but computer doesn't start. Does any one know why? I have done following : Reboot 3 to 4 times, format my hard disk, checked internal connection. I am sure it is not...
  46. Replies
    3
    Views
    1,506

    Evga 8600gt cooling problem

    Hi
    hi tend to lot gaming on my pc.i have evga 8600gt 1 gb graphics card which having stock cooling. the problem is temperature as fan is unable to blow air out the temp reached around 73c. i need...
  47. Replies
    4
    Views
    4,421

    Better than speedfan

    I am using SpeedFan.SpeedFan is a program that monitors voltages, fan speeds and temperatures in computers with hardware monitor chips. SpeedFan can even access S.M.A.R.T. info and show hard disk...
  48. Replies
    2
    Views
    2,553

    How to remove text using PERL

    Suppose i have a variable which pointed towards some string with special character for example : $b="abcdef^bbwk#kdbcd@"; I need a perl script which will open that file delete the first line as per...
  49. Replies
    3
    Views
    23,316

    Create a composite key in Microsoft Access

    I need to have duplicate values in my ms access table. There are two different table with composite key and primary key. Can you explain me the difference between Composite Keys and Primary and...
  50. Replies
    3
    Views
    1,961

    VB.NET StringBuilder

    I have included String Builder class in my vb.net application, I am getting Out Of Memory Exception. Does anyone know how to maintain excellent performance and memory usage while using String...
Results 1 to 50 of 79
Page 1 of 2 1 2
Page generated in 1,713,559,607.64909 seconds with 19 queries