www.webdeveloper.com

Search:

Type: Posts; User: donatello

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. If you don't want to install an app or add-on,...

    If you don't want to install an app or add-on, you can just visit:

    http://BuiltWith.com

    That does a pretty good job of analyzing most sites and will reveal if it is using a standard CMS.
  2. Replies
    3
    Views
    425

    Don't use it, it is broken! It appears that the...

    Don't use it, it is broken! It appears that the script refers to an URL which is no longer live!
  3. Replies
    3
    Views
    56

    Try this:...

    Try this:
    http://www.web-max.ca/PHP/postgres_2.php
  4. Thread: Center name?

    by donatello
    Replies
    6
    Views
    89

    http://jsfiddle.net/TWVNW/1/

    http://jsfiddle.net/TWVNW/1/
  5. You can use PHP to 'scrape' the data. Just insert...

    You can use PHP to 'scrape' the data. Just insert some kind of field markers if possible and you can easily do this.


    Search for PHP 'screen-scraper scripts' and you will likely find something...
  6. Replies
    3
    Views
    56

    I put an editable field inside of the dropdown on...

    I put an editable field inside of the dropdown on this page:
    http://www.metataggenerator.org/open-graph-meta-tags/

    Scroll down to where it says 'type', you can edit the type or create your own!
  7. Replies
    11
    Views
    1,343

    Post your code. ...

    Post your code.



    <html>
    <head>
    <title>Your Page Title</title>
    <!-- Meta Tags Go Here -->
    <meta name="charset" content="ISO-8859-1" />
    <meta name="description" content="Your page...
  8. Thread: Center name?

    by donatello
    Replies
    6
    Views
    89

    Try a few tests here... ...

    Try a few tests here...

    http://jsfiddle.net/TWVNW/
  9. Thread: Center name?

    by donatello
    Replies
    6
    Views
    89

    Add this: display: inline-block; ...

    Add this:


    display: inline-block;



    Another way:
  10. http://sourceforge.net/projects/phplist/

    http://sourceforge.net/projects/phplist/
  11. Thread: Center name?

    by donatello
    Replies
    6
    Views
    89

    Try putting it in a DIV. ...

    Try putting it in a DIV.



    <html>
    <head>
    <style type="text/css">
    div.ctr {text-align:center}
    </style>
    </head>
  12. That's not a problem, simply direct the form to...

    That's not a problem, simply direct the form to send data to site 2.

    Say your site is http://www.mysite.com and you want to send the data to http://www.myothersite.com, just use a form like this:...
  13. Replies
    5
    Views
    2,865

    Cool! http://jsfiddle.net/v7dcY/ :)

    Cool!

    http://jsfiddle.net/v7dcY/

    :)
  14. Cool. http://jsfiddle.net/kXnSZ/1/

    Cool.

    http://jsfiddle.net/kXnSZ/1/
  15. Replies
    3
    Views
    425

    Word to PDF conversion (Ghost Script)

    Does anyone have a simple to set up Word-To-PDF and/or PDF-To-Word script that works using PHP?

    I was using a plugin on my site: http://convertaPDF.com and now it seems to be crashing not only the...
  16. Replies
    11
    Views
    1,343

    Meta Tag Generator

    Use my Meta Tag Generator to generate them, then insert them in the 'head' of your document.

    If you are going through the trouble of doing meta tags, be sure to also include "Open Graph Meta Tags"...
  17. Replies
    7
    Views
    458

    The best way to hide your work: 1.) Put your...

    The best way to hide your work:
    1.) Put your secret toolbox on a 404-Not Found Page. (Everyone hits the 'back' button when they see one of those.)
    2.) The login screen can be hidden behind an...
  18. Replies
    7
    Views
    458

    You can always put up a couple of apps on your...

    You can always put up a couple of apps on your domain:
    1.) Roundcube - for email. You will have your own webmail service.
    2.) Pidgin (Chat - connects to Yahoo, etc.). Free IM with connections to...
  19. Replies
    7
    Views
    458

    ...or this:...

    ...or this:
    http://sourceforge.net/projects/httppc/


    Again, hide your work!
    Inquiring minds should find nothing suspicious...
  20. Replies
    7
    Views
    458

    Why don' t you try a proxy? You can install a...

    Why don' t you try a proxy? You can install a proxy on your own domain and that might work for you...
    http://download.cnet.com/Bypass-Proxy-Client/3000-2144_4-10291385.html ???...
  21. Replies
    7
    Views
    458

    PS - You can also create your own dedicated chat...

    PS - You can also create your own dedicated chat client on the page... or a subpage...

    There are a couple on Sourceforge as well.


    BTW - Here is a simple IP logger script you may use:...
  22. Replies
    7
    Views
    458

    Roundcube...

    Roundcube

    PHP and Javascript based.

    Of course, hide your work as your admin might be tracking you. Make sure you make the page look either completely innocent, or PASSWORD PROTECT ACCESS TO THE...
  23. Replies
    5
    Views
    386

    jQuery Your best bet would be to find a jQuery dynamic...

    Your best bet would be to find a jQuery dynamic menu that is similar, then try to modify it to do what you like a bit more precisely.

    It seems to me that the "Vertical Mega Menu" on this page can...
  24. Replies
    5
    Views
    386

    jQuery They built this page in Flash. Do not copy too...

    They built this page in Flash.

    Do not copy too much from them, they made some of the worst SEO mistakes in the book!

    Besides building their page and menu in UNPARSABLE Flash, they spammed Meta...
  25. Fiddling with it here... (easier to entice people...

    Fiddling with it here... (easier to entice people to try)... :)

    http://jsfiddle.net/kXnSZ/
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles