• Member Avatar for almostbob
    almostbob

    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 …
  • Member Avatar for almostbob
    almostbob

    Began Watching Why responsive web design is require

    Hi to all Why responsive web design is require...?
  • Member Avatar for almostbob
    almostbob

    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 …
  • Member Avatar for almostbob
    almostbob

    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??
  • Member Avatar for almostbob
    almostbob

    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
  • Member Avatar for almostbob
    almostbob

    Began Watching Not running

    Localhost is not running even if it is installed successfully. Please help me. Urgent!!!!
  • Member Avatar for almostbob
    almostbob

    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 …
  • Member Avatar for almostbob
    almostbob

    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 …
  • Member Avatar for almostbob
    almostbob

    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
  • Member Avatar for almostbob
    almostbob

    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.
  • Member Avatar for almostbob
    almostbob

    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, …
  • Member Avatar for almostbob
    almostbob

    Replied To a Post in web design

    [w3schools.com](http://www.w3schools.com) a tutorial site
  • Member Avatar for almostbob
    almostbob

    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?
  • Member Avatar for almostbob
    almostbob

    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, …
  • Member Avatar for almostbob
    almostbob

    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, …
  • Member Avatar for almostbob
    almostbob

    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;' …
  • Member Avatar for almostbob
    almostbob

    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 …
  • Member Avatar for almostbob
    almostbob

    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 …
  • Member Avatar for almostbob
    almostbob

    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
  • Member Avatar for almostbob
    almostbob

    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" …
  • Member Avatar for almostbob
    almostbob

    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
  • Member Avatar for almostbob
    almostbob

    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 …
  • Member Avatar for almostbob
    almostbob

    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 …
  • Member Avatar for almostbob
    almostbob

    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
  • Member Avatar for almostbob
    almostbob

    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 …
  • Member Avatar for almostbob
    almostbob

    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 …
  • Member Avatar for almostbob
    almostbob

    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); …
  • Member Avatar for almostbob
    almostbob

    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 < > …
  • Member Avatar for almostbob
    almostbob

    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 …
  • Member Avatar for almostbob
    almostbob

    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.