- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
35 Posted Topics
Re: well am a beginner in c++ but i see header file for tolower() function should be input #include <ctype.h> which is not present in your program. | |
Hello all, I am having problem with jquery hover action. When ever i refresh a page the hover action is working but whenever i click on any tab (category tab section) hover action is failed. I am tired of finding solution on google. Please help me. The site url is … | |
how can i create multiple files into multiple zip at once. For eg : I have file1, file2 file3.... etc. to file1.zip, file2.zip2 file3.zip..... at once..is it possilbe.. | |
Hello I have a site designed based in cms. There is a problem displaying a single page in ie(internet explorer). But in firefox and chrome it seems to be fine. I am tired of searching bugs. The problem is, In ie the footer and some content of the body is … | |
hi. I successfully created a portfolio section in wordpress with quicksand with the help of http://wp.tutsplus.com/tutorials/theme-development/create-a-quicksand-portfolio-with-wordpress/ site. And now am having problem that when ever i click any view detail page it shows " This is somewhat embarrassing, isn’t it? It seems we can’t find what you’re looking for. Perhaps … | |
Re: I am having similar problem. When i try to open any page it shows me page not found. I didn't see any link similar to it. Please help me. :( | |
I am having a problem on fetching content from wordpress admin page to ajax tab menu which is placed in index.php. I can fetch content to index.php but i am not able to fetch it to ajax tab menu. Any idea how to resolve it. thanks in advance. | |
Re: Use font-size:0; in ul and display:inline-block; font-size:12px; in li. | |
Hello all, Since a day i was working on a site www.needmine.com . i had made a lot of changes in site. Even it was working till then. Suddenly the site stops displaying. When i clear the cache of the broswer and again ctrl refresh the site shows but in … | |
Re: Look out your .textfloat class. The spelling of color is '**color**' not 'colour'. Remove the float property from .menu class your inline will work again. | |
i am trying to make an image align to be vertically centered. As it works perfect in all browser except IE7 . I already tried a lot. here is my css and div. .vertical_align_center{ background: none repeat scroll 0 0 #FFFFFF; display: table-cell; height: 209px; line-height: 209px; margin: 4px; text-align: … | |
I have the site design. I am facing with text-decoration issue. However in firefox it seems to be cool but in chrome it is underlined even the text-decoration is set to none . Any help will be greatly appreciated. Thanks In Advannce. (www.futerox.net/ficus) | |
I am facing a big problem in windows 7 for screen resolution. The problem raise when i try to change the screen resolution of desktop from 1220*768 to 1220*900 suddenly it shows [B]"Not optimum Mode Recommended mode 1220*768 60HZ"[/B] with black screen. i cant even access to desktop. I tried … | |
I don't know why my dvd rom is not working. It opens and close both even the dvd drive it shows in My computer but whenever i insert any cd or dvd it response nothing. Any suggestion..? | |
Am trying to create a mail funciton from php. It showing error like [CODE]Mail() [Function.mail]: Failed To Connect To Mailserver At "localhost" Port 25, Verify Your "smtp" And "smtp_Port" Setting In Php.ini Or Use Ini_Set()[/CODE] i cheked my php.ini file also in directory C:\wamp\bin\apache\Apache2.2.17\bin\php.ini. I found [CODE] SMTP = localhost … | |
Here what am trying to do is I created a unorderlist of 4 links. Link1 , link2 , link3 and link4. I created a new page for the unorderlist so that i can include it with php with include_once code in the main page. Actually what i want is when … | |
:( My cpu reset button is not working any idea to fix it ? If my pc got hang and if i press shut down button of cpu then it shut down mannualy but my reset button is not working please help me :( | |
I dont know wats wrong with my code but what am trying to do is for salary its an addition of DA and HRA. Here is my code.[CODE]#include <iostream.h> class teacher{ private: char name[20]; char subject[10]; float DA , HRA ; float salary; public: void getdata(); void display(); int payrol(); … | |
Hello friends, In my website am trying to set my body height as auto. But whenever I try to set auto for height it does not show any color or image that i have put for body section. Well for internet explorer it shows fine but for Firefox and chrome … | |
Re: for manual installation of joomla try this link. [url]http://downloads.joomlacode.org/docmanfileversion/1/6/0/16087/1.5_Installation_Manual_version_0.4.pdf[/url] | |
Re: why dont you edit <style type="text/css" > this line manually ..ofcourse this will solve your problem..i cheked in my browser. i did copy and paste your code to my notepad and save it as .html extension. when i open the file in browser no result was showing. but inlice css … | |
Hi guys this is me Santosh shah from nepal and i want to involved in this community heartly. :) | |
Re: here i have sorted array to ascending order :) [CODE]#include <iostream.h> #include <conio.h> const int n=5; void main(){ int a[n],l, j, t; cout << "Enter the no. to be sorted in ascending order."; for (l=0; l<n; l++) cin >> a[l]; for(l=0; l<n; l++) for(j=l; j<n; j++) if(a[l] > a[j]) { … | |
Re: [url]www.cplusplus.com[/url] | |
Re: well are you trying to sum up the integers from initial to final and need average of it or what i didnt get exactly.. ![]() | |
Re: is that header.ssi related to html and css (confused) | |
Re: sfuo can u explain this code please. [CODE]if( num1 > num2 ) { int tmp = num1; num1 = num2; num2 = tmp; }[/CODE] | |
my code is being compiled but the window auto close after it execute value. I can do this by using getch() also but i wanto to do it without getch() .please help. [CODE] #include <iostream.h> #include <stdio.h> class greatest{ private: int x,y,z; public: void getdata(); void display(); int largest(); }; … | |
Re: this is even helping me alot thanks a lot Narue. But i am still confused in between ( endl , flush and end ) . I got understnad about endl and end but flush is quite unknown. Please explain.. :) | |
Re: #include<iostream.h> #include<conio.h> #include<stdlib.h> #include<time.h> void main () { srand(time (0)); const int PLUS=0; //const PLUS as 0 const int MINUS=1; //const MINUS as 1 const int DIVIDE=2; //const DIVIDE as 2 const int MULTIPLY=3; //const MULTIPLY as 3 int a, b, op; a = rand() % 200 + 101; //range … | |
Re: Try it out :) [CODE]#include <iomanip> #include <iostream> #include <math> int main(void) { int X1; int X2; int X3; int X4; int Sol1; double Sol2; cout<<"Enter The First Integer value:"; cin>>X1; cout<<"Enter The Second Integer Value:"; cin>>X2; cout<<"Enter The Third Integer Value:"; cin>>X3; cout<<"Enter The Forth Integer Value:"; cin>>X4; { … | |
Re: try it out.. [CODE]#include <iomanip> #include <iostream> #include <math> #include <conio> int main(void) { int X1; int X2; int X3; int X4; float X; cout<<"Enter The First Integer value:"; cin>>X1; cout<<"Enter The Second Integer Value:"; cin>>X2; cout<<"Enter The Third Integer Value:"; cin>>X3; cout<<"Enter The Forth Integer Value:"; cin>>X4; X=(X1+X2+X3+X4)/4.0; cout … | |
Re: Design a layout from photoshop. Slice it by slicing tool and while saving press ALT + shit + ctrl + S and choose HTML and images both in option. now you can edit the html page manually to create hyper link. | |
Re: use css for the convinent way to design your site | |
I am a beginner in c++ and now i reached in array processing binary search. my program is being compiled but it is not showing any result. Please help me out. [ICODE] #include<iostream.h> #include<conio.h> const int n=10; void main(){ int a[n] , l , initial, final, mid,data; for(l=0; l<n; l++) … |
The End.