hasan1405241478
Members-
Content Count
20 -
Joined
-
Last visited
About hasan1405241478
-
Rank
Newbie [Level 1]
-
Javascript + Css Problem passing content frm an iframe
hasan1405241478 replied to hasan1405241478's topic in Programming
i'm using the parent object. so, i can pass as many variables i want between the files. ;)btw, i got it working. i gave the content in iframe.html a div tag and used that div tag in place of iframe in the code. that way, the content passes perfectly as i want it.i'll be uploading the code to my website soon (my request was just approved) then you can see the code in action -
in that case, id say youre pretty safe. depending on your language, you can find documentation on how to install php from the official website here http://php.net/docs.php good luck
-
Flash Or Java Which is Better Flash or Java?
hasan1405241478 replied to arunkumarhg's topic in Programming
both are different technologies and you cant compare them like so. flash is more visual while java is more to do with backend. -
http://www.pixel2life.com/ http://www.good-tutorials.com/
-
Php Script To Download File From Another Site
hasan1405241478 replied to soleimanian's topic in Programming
awesome. thanx for sharing that. ive learnt a few things from that -
Graphic Designing or Programming
hasan1405241478 replied to spyshow's topic in Graphics, Design & Animation
hehe i can do both, and im not bad at either -
if youre serious about creating artwork in ps, you should consider investing in a wacom. though it might seem expensive, it'll help you out i the long run. you can also get it off ebay too. if youre talknig of basic lines and stuff, use the marquee tool. very useful.the pen tool is ill suited for creating shapes. its however very good for making sharp and precise selections.
-
How we see a web page...
hasan1405241478 replied to deivid1405241470's topic in Websites and Web Designing
i dont remember going in circles like that O.osince theyve only tested a few people, it cant be taken to be conclusinve -
Html Programs I feel really dumb...
hasan1405241478 replied to kevlar557's topic in Websites and Web Designing
if you dont want a fancy-pancy wysiwyg editor, netscapes composer should do the job easily.me...i use notepad -
Expanding Middle need help again :(
hasan1405241478 replied to Silent Soul X's topic in Websites and Web Designing
youre right, kinda tough question. and it was even ore tough with out punctuations. to answer you question, as i interpret it lol. it might be the template youre using for your site. proper editing should fix it right up. -
Gbrowser And Gmessenger? Rumors of a Browser and IM...
hasan1405241478 replied to CoolBradG's topic in Search Engines
google just keeps on growing and growing. the gbroswer rumour is true. its going to be based on the mozilla suite. so it'll be open source. also, google is now an icann approved domain registrar. so they can register the 7 tlds. im sure you'll find more info if you google LOL -
php works best with apache. so much so that you can download apache with php bundled from php.neti suggest you dont run iis and php on a home pc unless youre an advanced user and you know exactly what youre doing. running a server requires time, patience, knowledge and aboe all a reasonably good pc. youre better off getting hosting
-
Php Script To Download File From Another Site
hasan1405241478 replied to soleimanian's topic in Programming
afaik, this isnt possible in php. even if it was, youd have to open up permissions, which would leave youre site and possibly the server insecure.youre better off using a program such as filezilla, which will run on your computer and do what you want.