| Programming & Design |
| How do i use megaupload? |
First open the file you want to download and then enter the three letter verification code on the top right hand side of the yellow screen and click submit or something simmilar and you should get ... |
| Centering with CSS ("margin: auto" not working...)? |
Wish I had your images to double check this with, but it centers in Firefox and IE for me:
<style type="text/css">
#titlebar
{
width: 450px;
margin: 0 auto;
height: 100px;
... |
| Photoshop!!? |
try this:
tutorialized.com there are a lot of photoshop techniques here ... |
| Voip and Sip with java? |
This is very hard if you do not know programming very well. However, to help you on your way, you will need to look at the java media framework (JMF):
... |
| Is there a free web page,Were I can learn to do graphics? |
To use Adobe Photoshop here a website with tutorials ... |
| Help with PHP web form submit message? |
Try:
$numoferrors = count($errors);
if ($numoferrors > 0) {
echo $errors[0];
exit;
}
Then you are just printing out the first error in the array.So once they correct that and... |
| How to display a category menu in Drupal's front page? |
Two steps...
1) Set up your categories (make sure the Taxonomy module is enabled).
2) Set up menus that point to your category URLs.
You might also consider the Taxonomy Menu add-in module... |
| How can i make personal virus...? |
First off, most viruses take some expertise to write. There is no "trivial way" to write a virus, so there are hardly any (public) tutorials available.
Also note that using computer vi... |
| International Problem...? |
Not a question? ... |
| How many Steps to make website search engine ready? |
There are loads of things that you can do to make your site ready.
SEO tutorials can be found here:
... |
| HTML: is there a book just with the list of tags names? |
There is 'HTML and XHTML Pocket Reference (Pocket Reference (O'Reilly)) (Paperback)', they are usually quite good. I have one on XML which is only about 100 pages which covers more ... |
| Poll : A new phonetic language or Transliteration of English language..? |
Transliteration of English language
Unlike most other languages English doesn't have a set phonetic pronunciation for every word.
Besides English,learning another 1 or 2 languages is an a... |
| Put main site in root of website? |
Putting the main site in public_html one way to do it.
But assuming that your web server is an AMP, putting the main site in public_html/folder and: 1) using htaccess or 2) using a redirect PHP ... |
| When I have a form set to Post instead of Get, How do i...? |
form tag have 3 attributes
1)method
2)action
3)name
suppose u r not used method attribute in form tag that time defaultly get method will be called.First u declare method as post after that u o... |
| How can I declare a global variable inside javascript function..? |
if u create any variable inside a function its scope will be local to that function only and not global. declare ur variable outside the function. ... |
| How can I make people visit my Blog site ? |
there are many ways to drive traffic your site,some more succesful than others.
below i will list some ways i feel are effective in doing this.
1.if you are a member of any forums include a l... |
| Is it possible to convert jpg file to PES? |
Unfortunately you cannot just convert a Jpeg file to a PES.
What you need is software which allows you to digitize the Jpeg file which then can become a PES file.
This is not really my area o... |
| There seems to be two different ways of Int((1/sin(x))dx). One? |
both answers are correct. they differ by a constant. ... |
| [C#] How do I get the name of the current program's namespace? |
Hello,
To get the current program (application) namespace, I assume you mean the "default namespace", you do the following:
1) Open Visual Studio
2) Load your Project (solution) to... |
| Does the Linux Professional Institute Certification (LPIC) program have an advantage in trying to find a job? |
Hello,
(ANS) If you stand back a little here and bear in mind that with the cost of computing rising especially in terms of business's & companies & Corporations having to pay out v... |
| Are there any good resources for creating pi calculation programs? |
Well, I found a recursive arctan formula.
The General Formulae
We have just seen that there are infinitely many formulae for Pi using the Fibonacci numbers! They are:
Pi/4 = arctan(1)
= arcta... |
| Can you PLEASE make me a banner? |
Write me at my email addy and I'll see what I can do to help you. ... |
| I got the system time using java.sql.time package,i want time before 12:00 O'clock print good morning how? |
Here's a start.
package com.yahoo.answers;
import java.util.Date;
public class GoodDay {
public static void main(String[] args) {
Date now = new Date();
int hours = now.get... |
| Visual Basic??? |
Where are you inserting the code that you just showed us >
MsgBox("Unable to Perform Function.",0,"Error")
IT has to be in the OnClick Event of the Button on the form.
... |
| What is a .reg file? |
hi,
try this link to download .reg file..
... |
| CSS: link code help!? |
You forgot to close your <a> tag.
<a href= "aboutme-mock-up-CSS.html"> about me </a></div> ... |
| How can i put an affilite choice in my website? |
You need a website with database support. Normally these kind of websites uses PHP and MySQL so you can go for Linux hosting.
Try www.hostgator.com its a good one..
I am using the same service... |
| Complicated document.write question in javascript? |
The problem occurs with how you are using the variable "sld". When the link is written out, it actually writes out "id2" so Javascript thinks that it is a variable; which doesn... |
| Which code represents character data boxes and graphical symbols? |
Most English-only programs get by fine with ASCII but if you need to support non-English text you will want to take a look at Unicode. I don't think EBCDIC is used anywhere anymore.
Progra... |
| VbScript - Help Me!? |
hi,
use this coding:
<script language="vbscript">
dim n(2)
for i=0 to 2
n(i)=cint(inputbox("Enter 3 numbers"))
next
if n(0)<n(1) and n(0)<n(2) then
if n(0... |
| Page:15 Previous-11-12-13-14-15-16-17-18-19-20-21-22-23-24-25-26-27-28-29-30-31-32-33-34-35--Next |