Search found 504 matches

by kaos_frack
Fri Mar 31, 2006 1:00 pm
Forum: Javascript (NodeJS, Angular, ReactJS, VueJS, etc)
Topic: Need JavaScrpt Code
Replies: 6
Views: 2764

Re: Need JavaScrpt Code

Hi All People I now nothing about java scripts, and i need i code imediatly.. I am looking for a code to check the text box, if its entry wasn't in an e-mail form, then an action will hapen tells the user thats its an error.. Can you help me with this? Need JavaScrpt Code.txt ok i can help you assu...
by kaos_frack
Fri Mar 31, 2006 12:54 pm
Forum: Javascript (NodeJS, Angular, ReactJS, VueJS, etc)
Topic: JavaScript + ActionScript
Replies: 2
Views: 1851

Java and action not same javascript is not actually java anyway you CAN execute javascript code from actionscript how? just create a link in flash which is should be pseudo-code for example: javascript:alert("javascript from actionscript!"); you can also call any other function: javascrip...
by kaos_frack
Fri Mar 31, 2006 12:51 pm
Forum: Javascript (NodeJS, Angular, ReactJS, VueJS, etc)
Topic: Popup Page
Replies: 7
Views: 3129

also you can determine if your popup window has been blocked or not
like this:

var win1 = window.open(sumtin, sumtin1, sumtin2);
if(win1.closed)
{
alert("Ouch, you need to disable your popup blocker!");
}

lol
by kaos_frack
Fri Mar 31, 2006 12:46 pm
Forum: Webmaster related discussion
Topic: What to do after I have 25 pts
Replies: 13
Views: 3627

hey hey hey
are we talking about which forum is good in this thread?
or what a member should do after 25 points?
by kaos_frack
Fri Mar 31, 2006 12:43 pm
Forum: Webmaster related discussion
Topic: How To Get Members To Your Forum
Replies: 8
Views: 2478

how about submitting your site to search engines
search are the best place
most people visit you from searching
by kaos_frack
Fri Mar 31, 2006 12:41 pm
Forum: Webmaster related discussion
Topic: smokyhost free domains
Replies: 9
Views: 2902

first earn the points and then pm admin
he'll give you all the detailed steps to get your domain
i didn't have many problems with that
but good thing is that i learned how to do it
good luck
by kaos_frack
Fri Mar 31, 2006 12:33 pm
Forum: XML, HTML & CSS
Topic: Login
Replies: 12
Views: 5055

btw you also need knowledge in databases
cos this is where you keep all login information
(usernames and passwords)
but there are many ready scripts for this purpose
most of them are free
by kaos_frack
Fri Mar 31, 2006 12:30 pm
Forum: MySQL/MariaDb
Topic: learn sql (book name :SQL_A_Practical_Introduction)
Replies: 25
Views: 11072

do you have the link for the book itself (pdf or chm format)
not archived one
cos i cannot download zip files
thanks
by kaos_frack
Fri Mar 31, 2006 12:26 pm
Forum: MySQL/MariaDb
Topic: Help PLZZ
Replies: 5
Views: 2786

Re: Help PLZZ

Mwtvz wrote:I have a PHPBB forum on my computer already installed on a other host, can i chance the database of it into this host ?
you installed forum on YOUR computer?
are you hosting your files and other stuff on your pc?
by kaos_frack
Fri Mar 31, 2006 12:23 pm
Forum: PHP
Topic: Random Image Generator In PHP
Replies: 7
Views: 2283

you can make it with javascript also and by the way why do you need this? do you want to use it for checking for humans? i mean ask them to enter the code that is in the image? if yes, then i should say that this not a very good idea you better generate images with php and fill it with random text a...