aditya_taruna
-
Website Feedback Request
can i know, how make the tamplate not broken if we minimize or maximize the screen of browsher? is more good use '%' then px? or is there spesial technique for that? can you give me specific script css for that?
-
function in php
yes, i got it,.... thank you very much,... ^_^
-
gradient in google chrome 10.0.612.3
thank's ^_^ sorry, i'm a beginner... so i have much simple problem,. but it's big problem for me ^_^
-
gradient in google chrome 10.0.612.3
i got problem again, but this for box shadow, this my scirpt: box-shadow: 0 1px 3px #666666; -moz-box-shadow: 0 1px 3px #666666; -webkit-box-shadow: 0 1px 3px #666666; filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,Sha…
-
gradient in google chrome 10.0.612.3
hehe, thank you very much,... this very help me ^_^
-
gradient in google chrome 10.0.612.3
thanks but, the gradient from left to right? how to make from top to bottom?
-
how to upload file to server without plugin and without reload page
i will put the function to a button
-
how to upload file to server without plugin and without reload page
but, it still refresh the page right? because the form action go to specific file i will make like this function upload(){ //in here , i don't know what must i make } is it posible?
-
function in php
but, is that possible insert insert data to another table in the same database?
-
Website Feedback Request
thank's for information,... thats very help me
-
function in php
i don't know how to answer, i'm very sorry,... to insert data: include('conection.php'); $title=$_POST['title']; $title=$_POST['content']; $save = insert into article values('','$title',…
-
how to upload file to server without plugin and without reload page
i have already know about submit data using ajax, but i don't know about upload file using ajax, i try to search on google but all tutorial using plugin,...
-
Website Feedback Request
ok, i will fix it,... so, how can i use html doctype? because i'm a beginner, i don't know about html5, can you help me?
-
Website Feedback Request
yes, i got it... thank's for suggestion ^_^
-
function in php
thats MySql i use XAMPP , i use XAMPP 1.7.7 yes i have already created the SQL code,...
-
function in php
yes, my database already made,... fields id(int) title(varchar) content(text) but i want to make function posible to insert data for all table...
-
function in php
i make database for article and news,... i heard in function, including array on it