What are the most common errors that we normally make while using Microsoft Word?![]()
![]()
Hello Betty Mam
,
I’m having little issues with CSS. The like script or CSS, I have seen it to work fine in IE but not in FireFox. Actually its not doing anything in FireFox
.
how can i code it or script it so that it works in both browsers equally.
this is what i have in a file called public.css
.class1 A:link {text-decoration: none; color: white}
.class1 A:visited {text-decoration: none; color: white}
.class1 A:active {text-decoration: none; color: white}
.class1 A:hover {text-decoration: underline; color: white}
any help you can give me would be greatly appreciated ![]()
I got a small problem. I have an array class and it returns an index as a reference so it can be accessed or modified.
Code:
// Allows accessing and modifying the array's contents. | |
Datatype& operator[] (const int p_index) | |
{ | |
return m_array[p_index]; | |
} |
Code:
Datatype& operator[] (const int p_index) | |
{ | |
if ((p_index >= 0) && (p_index <= m_size)) | |
return m_array[p_index]; | |
} |
Code:
Datatype& operator[] (const int p_index) | |
{ | |
if ((p_index >= 0) && (p_index <= m_size)) | |
return m_array[p_index]; | |
else | |
return -1; | |
} |
hey this is kinda personal question
not related to my studies or curriculum in Xebronics
. im working on a printing queue.i cant find out the way of pausing a document in the print list.i would be really greatfull if someone can help me with this 
Hello Johnson Sir, Good evening lol
. Sir there is a problem. Im making an encryption class from some C code that I pulled out of the Lesson no 14
. I am stuck on a problem though… I think that the difference between the way that PHP and C handles chars in strings is causing me problems
. In C, if you do
a = “a";
a = a + 1;
a will have one added to it because C handles chars as ints internally. So if the value of a is 5 within C, a will become 6. In PHP it is different. If you do
a = “a";
a = a + 1;
a will equal 1 cuz it basically just blows off the string value and switches it over to a int.
I need a way to convert each character that I m using in PHP into the exact int value that C assigns it. There isnt a function in PHP that does this, and I haven’t been able to find any that other students have made… I know this might sound like a PHP question
, but its not. What Im looking for is in a C nature lmao. what Im looking for is a table (or something) that can tell me the int values that C uses for chars
hehehe.
Thanks, Brittney.
I’m a student of Microsoft Office Certification and i’m trying to make my own business cards. I pull up the correct template in MS Word, and it shows me the outline of 10 business cards on the page.
The problem is that when I hit the “Tab” key, it brings me over to the next “blank” card. I want to put bullets next to the different lines of my contact information (phone, email, address, etc.), and I want all the bullets to line up, so I am trying to use the Tab key to move over to the next Tab stop, but when I hit Tab it brings the cursor into the next “cell", or business card.
Thanks for any help?
Michael
Hi Faculty
and my friends here
,
I have made some applications that I would like to have start when windows boots up. So please tell me how to do this, whether through windows or actually in the code of the application? Thanks ahead of time,
Jerry (
Coder-007
)
:: Next Page >>
This is the long description for the blog named 'Blog All'.
Xebronics Students Blog (blog #1) is strictly for Xebronics Students community and there family and friends.
| Next >
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| << < | > >> | |||||
| 1 | 2 | 3 | 4 | |||
| 5 | 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 | 31 | |
Private