-
Replied To a Post in How to hide my HTML source code
a possible solution : do the whiz-bang serverside, and only send innocuous html to the browser, php jsp perl instead of javascript. in your code sample above, line 9 should … -
Began Watching Why responsive web design is require
Hi to all Why responsive web design is require...? -
Replied To a Post in Why responsive web design is require
fixed web sites work, ONLY on the device they were laid out on, look llike craqp on every other. responsive design, using relative dimensionin in em or % adjusts to … -
Began Watching how to add a custom text on any image ?
hello everyone, I need to add custom text on my uploading image ,any jquery or wordpress plugin is for that?? -
Replied To a Post in how to add a custom text on any image ?
As well as the prior answer, there are image watermark plugins for wordpress, [Google](http://lmgtfy.com/?q=wordpress+watermark+plugin) the hard part is working out that its *called* watermarking :P -
Began Watching Not running
Localhost is not running even if it is installed successfully. Please help me. Urgent!!!! -
Replied To a Post in Not running
added to diafol's request for clarification,, some points to clarify how are you accessing localhost do you Start it as well as install it, c:\\filename localhost:/filename file:///filename 127.0.0.1:8080/filename are you … -
Began Watching My website showing only blank page
Recently I have moved my server from hostgator to another hosting but after configuring my site, it only loading white page. Please check my website here: www.zoombangla.com or www.news.zoombangla.com Please … -
Replied To a Post in My website showing only blank page
maybe:: dns propogation, it takes time of all the records in the web update to reflect the new address working in Oz -
Began Watching how to run php files?
hi helper, i've 3 .php and 1 css files downloaded from net. how could i run these files? Do i need any tool? thanks beanboy. -
Replied To a Post in how to run php files?
(broken http on purpose, dont want it to link) ht tp://localhost/projectname/filename.php forward slashes, this is now a website, no longer the local filesystem [QuickPHP](http://www.zachsaw.com/?pg=quickphp_php_tester_debugger) a small portable php local server, … -
Replied To a Post in web design
[w3schools.com](http://www.w3schools.com) a tutorial site -
Began Watching web design
Which between HTML and Php? is the easier language one can learn by themselves with the help of tutorials and some other e-learning materials? -
Replied To a Post in web design
As already replied above, html is a markup language to create a static web page directly. php is a server scripting language used to create html pages at the server, … -
Began Watching Parse error: syntax error, unexpected '<'
$gateway_url = $url."?ORDERID=".$orderid."&SESSIONID=".$sessionid; <iframe src="<?php echo $gateway_url; ?>" style="border:0px #FFFFFF none;" name="manframe" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0px" height="60px" width="468px"></iframe> Please I need help. I get this error Parse error: syntax error, … -
Replied To a Post in Parse error: syntax error, unexpected '<'
line 65 is the errant <, it has html code within a php block, then opening another php block iinside a php block, then closing php echo "<iframe src='$gateway_url' style='border:none;' … -
Stopped Watching People do weird things for a living...
Think of someone's career/job and think of what will make you go "wait, what?"... Basically an irony is being built (i don't think irony is the best word). Anyways: Here … -
Began Watching People do weird things for a living...
Think of someone's career/job and think of what will make you go "wait, what?"... Basically an irony is being built (i don't think irony is the best word). Anyways: Here … -
Replied To a Post in People do weird things for a living...
The dentist with cavities, is the good dentist, the dentist without cavities has his theeth done by the Other dentist -
Replied To a Post in Automatically resize to the height of external website in iframe
javascripts go in the <head> the iframe call at the bottom, it is only an example Modify your iframe to have the id referenced in the script `<iframe id='IFRAMEID' src="http:/www.abc.com" … -
Began Watching Automatically resize to the height of external website in iframe
Hi, How can I automatically resize the height of an iframe such that it takes the height of an external website without showing the scrollbars. Thanks in advance -
Replied To a Post in Automatically resize to the height of external website in iframe
cant measure the external web page, can make it fit the screen, you get a scroll bar, inside the iframe, if the external site is bigger than 1 screen, appears … -
Began Watching how to parse PHP in HTML files
I have PHP scripts inside my HTMl file. I am using Apache. I created a .htaccess file and place it in my root directory of the application with the following … -
Replied To a Post in how to parse PHP in HTML files
Ditto Diafol above get the supervisor to explain why they want to break a funtional system -
Began Watching How do you tell a client their logo is terrible?
Working on a complete re-design, and man, they needed it. All flash site, with terrible clip art, etc... Worse, their logo looks like it was designed on the VIC-20, and … -
Replied To a Post in How do you tell a client their logo is terrible?
"Your current logo does not display well on handheld devices, you should consider updating it to capture this expanding market" (If bs were music, the above would be brahms' lullaby … -
Began Watching determining whether a string of parentheses is balanced or not
i can't fix my errors. please help me out... here's the ITEMTYPE part of my code: //itemtype.h::::: #ifndef ITEMTYPE_H_INCLUDED #define ITEMTYPE_H_INCLUDED class itemtype public: itemtype(); void print()const; void initialize(int number); … -
Replied To a Post in determining whether a string of parentheses is balanced or not
line 16 }; where is { opening brace Try a code highlighting editor, I get a lot of use from notepad++, whenever the cursor hits a brace, bracket < > … -
Began Watching Link letters
How do I link letters on Illustrator like make it where they are combined in one? No other website has any imformationa nd I am at school and I get … -
Replied To a Post in Link letters
Not skilled in illustrator at all nj the above n-j is a single character, if not hoverport's answer above the google search may be "how to use utf-8 characterset in …
The End.