|
yes, there is JSON asell ;)
|
|
|
|
|
You need to understand HTML and CSS first.
Then understand the concepts of DOM.
Then learn JavaScript.
Then have a look at prototype (it will help you alot).
Understand some server side language. ASP, ASP.NET, PHP, JSP...
Understand HTTP and the 2 main request types.
Then think of some useful way of putting all of them together...
Apply them, and...
...da daaa!!!!
you have AJAX!
|
|
|
|
|
theJazzyBrain wrote: You need to understand
wait... are you being serious?
led mike
|
|
|
|
|
Ok, you might need to understand what magnetic flux is aswell.
hehe
but really, am I wrong?
|
|
|
|
|
theJazzyBrain wrote: but really, am I wrong?
Of course not! It's just that some large percentage of developers don't think you need to understand anything other than the syntax of the language you are using. And it's not just here on CP, I work with some of them.
led mike
|
|
|
|
|
we all do,
have a nice weekend!
|
|
|
|
|
Actually I am wrong...
forgot to mention XML!
You need to understand XML as well!
.... and forget about magnetic flux!
|
|
|
|
|
I recently made a new site
And I would appreciate it if some people would post some of there codes/scripts & Tutorials.
www.programscripts.info <<< That is the site. It would help alot.
Right now I'm Only doing 4 areas of coding.
PHP,
VB6
VB.Net
&
Web Developing. (html, css, java etc.)
Check it out & Help if you can thanks.
-- modified at 2:21 Saturday 17th February, 2007
|
|
|
|
|
Site is design very nicely.I have posted code in JavaScript.
All The Best.
|
|
|
|
|
Perhapsyou would get more participants if you made it easier to post articles?
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
Ahh... What do you suggest? cause thought posting them on the forum was pretty easy. :P
And thank you varshavmane much appreciated
|
|
|
|
|
Heh, I think it would be better to have a "Post Article" button that leads to an Ajax client that will mean that posting an article is just a couple clicks away.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
Hi All,
How can I get records for a limit in MS Access.
Let say, there are 2500 records are in table.
I want to fetch records from 1800 to 1900...
TOP clause coould not solve this problem....
Thanks in advance...
Suman Singh
|
|
|
|
|
As far as I'm aware this is one of the limitations of T-SQL - you can't limit the query between two row numbers. One of the many reasons I love MySQL!
btw - this would have been better in the SQL forum!
|
|
|
|
|
Access does not have a function that selects a range of records like MySQL,
You will have to calculate this programmatically.
You can use several methods. I would suggest the double SELECT TOP with reversed ordering.
|
|
|
|
|
Hello all,
how can i put my icon in addressbar & also in title bar??
pls help me
-- modified at 6:57 Thursday 15th February, 2007
Thanks,
Ankur Bakliwal
|
|
|
|
|
Two steps :
Step 1 : Create a icon image named "favicon.ico" and keep it on root
Step 2 : Add these lines into the header of your HTML file...
<link rel="icon" href="http://www.YourSiteName.org/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://www.YourSiteName.org/favicon.ico" type="image/x-icon" />
Suman Singh
|
|
|
|
|
hai all,
Am the beginner of asp.net 2005. already am using .net 2003 in that designing is easy. In 2005 am find designing is some how difficult. How will i add all controls to my wanted possison in a screen? cause when i want to add button one by one it was added in a sigle line...
|
|
|
|
|
Ah the joys of moving from the desktop to the web - go research how web pages work (ie HTML)
|
|
|
|
|
please refrain from extending the word "hi" or "hey"
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
when I try to open the website in opera and firefox a message appear asking for a username and password for server localhost and I don't know what to do and when I click cancel button the page doesn't load and I got
"You are not authorized to view this page"
thanks
shaimmaa
|
|
|
|
|
i think u r trying open website with ftp://
thats why its giving that msg..
Thanks,
Ankur Bakliwal
|
|
|
|
|
I've had this before - its to do with Windows permissions and authentication. Can't remember how I fixed it exactly but if you enter your Windows logon details you should get in.
.....and now he tells me its not Windows
|
|
|
|
|
Do you have a valid password for the site?
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
sir i need project of 3 month for 8th sem
do someone help me .
|
|
|
|