ProgScripting Languages
I want to build my own website in free. But I do not have a good knowledge in HTML or PHP. Is that possible for me by any chance to build my own site in free without HTML or PHP knowledge? How can I do it? I want detail information about it. If I find a solution I will be very happy. Can I find more then on site or more than one domain name of that kind?
- 1119 views
- 2 answers
- 20 votes
I've been studying joomla recently. So far, I've learned a few things for the past few weeks. I've done building my own custom template which is built from scratch.
The only problem is when I put some jquery script. I do have a banner I want to animate it using a jquery script. After I've coded my desired jquery script for my banner I save the script on accessible folder (e.g. /media/system/js/) but when I run my script on a browser the script didn’t work. I'm sure that I coded the script correctly. I search through Google and find out that Joomla uses mootols as its default for javascript framework, and there are some issues of using jquery. It seems that jquery and mootols have conflict.
- 1199 views
- 2 answers
- 21 votes
Hello everyone!
I always believed i am good in Python until this morning; a course mate came to my room with his laptop and presented me a code. It is simple Python MySQL statement returning an error.
I have tried to debug it, made a few changes but still it is not running.
Here is my final code after editing.
- 1163 views
- 2 answers
- 13 votes
Hi everyone!
I am currently working on a JAVA project and i have a problem. I have tried to run a file and got this error message
exception in thread "main" java.lang.OutOfMemoryError:Java
i think i have done everything right, i have gone through the code again and again, edited where possible, but still i get the same error.
I have spent quite a lot of time in this and the deadline for the project submission is just around the corner. I believe there are Java gurus in here and i can find assistance.
Here is my code
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class board implements ActionListener{
- 916 views
- 2 answers
- 13 votes
As the title states, I am in the process of creating my first website and had a few questions for some of the pro's out there. This website will be more complicated than a simple blog. It will have some common features like a forum, but I would also like users to be able to submit content like videos or music to my site and security is also important.
- 1108 views
- 2 answers
- 15 votes
I have my form set up to submit to my email address. When sumbit is clicked outlook express, or whatever default software the guest would have, opens.
I want the form to be able to be sent to me from a an email address that the guest would enter into the form, help please.
This is the code that I have so far.
<form align= "left" action= "mailto:[email protected]">
Your Name:
<br>
<INPUT type="text" name="Name" value="Not your real name" size="20" maxlength= "50" onfocus=value=''">
<br><br>
Your Email:
<br>
- 1255 views
- 1 answers
- 15 votes
This is a website we are making for the band and trying to make it, so it can be attached in an email or such. I desire all images and CSS to remain in an online file or embed in the document.
My problem is that the links in the navigation are not working, and I want to style the links to be yellow or another color. Paste into your notepad or such to view.
Code:
<html>
<title> Stolen innocence </title>
<style type "text/css">
html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 10px 10px}
a{padding:5px; text-decoration:none; color:#ffffff;}
div#page{background-color:#000000}
- 1706 views
- 3 answers
- 15 votes
Hi everyone,
I am working on a Visual Basic project which is to be accessed by the end of the semester. I am supposed to connect to the SQL database, this is the final phase of the project but it is giving me a headache!
My connection code to the SQL database worked well yesterday, i woke up this morning and did a little bit of connection modification, which seemed right to me according to the tutorials i had. It is kind of i messed up because i can’t successfully connect to the SQL database.
The error in the SQL code line reads:
"Operator '&' is not defined for string "SELECT * FROM Clients WHERE Spec" and type 'DataRowView'."
- 958 views
- 1 answers
- 13 votes
Hi,
I am starting to use HTML for web development as it is basic for HTML.
But I am in fix with CSS. What is CSS?
What the need of CSS?
How I use it. How I write the code?
I am just confused. I do not understand this CSS thing. For this reason my learning is hampered. I can not proceed that much.
Can any please give me a brief upon CSS?
Please I am waiting for good answer
- 994 views
- 2 answers
- 23 votes
Hello folks,
I am starting web development in asp.net. I am interested in this language now-a-days.
I am just in a naïve state. I am worried about html.
When I start web development, there is always a term brings up named html.
There is some special system to write this language.
I can’t understand why I need to learn html while I am going to start with asp.net.
It causes a lot of confusion on me.
Can anyone please brief about the need of html?
- 1942 views
- 3 answers
- 23 votes