Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
Z

Zamshed Farhan

@Zamshed Farhan
About
Posts
18
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to generate alphanumeric auto increment id in mysql
    Z Zamshed Farhan

    You have to store the key as two columns. A char prefix and an auto-incrementing int, both of which are grouped for the primary key. CREATE TABLE my_table( id INT NOT NULL AUTO_INCREMENT, prefix CHAR(30) NOT NULL, PRIMARY KEY (id, prefix), ... Say, prefix is here 'PRF', then you get PRF1, PRF2, PRF3, ..........

    Web Development mysql tutorial

  • Loading web site within another website
    Z Zamshed Farhan

    Yes, you may use iframe and within it load an url.

    Web Development php javascript html question

  • how to get data when using header('location:'.$url) ???
    Z Zamshed Farhan

    aa_zz. Please clear by your question, I can't understand it. Would you please elaborate it a little bit more :)

    Web Development tutorial question

  • HTML
    Z Zamshed Farhan

    Divyam. Your question is not clear to me. I have visit your site and found a welcome page having some link also, though the design is not so rich. It seems to me that, you want to make your site rich by design, i.e., you need HTML template. If so, you may googling for HTML free templates and you will get numerous in count to modify that according your own interest. Just go to GOOGLE and search by "free HTML template".

    Web Development html com design tutorial

  • google map include in contact.aspx page
    Z Zamshed Farhan

    You may try http://www.c-sharpcorner.com/uploadfile/e628d9/displaying-google-maps-in-Asp-Net-web-application/[^] http://www.shabdar.org/asp-net/70-google-maps-control-for-aspnet-part-1.html[^]

    Web Development tutorial

  • The difference between social networks and normal web sites?
    Z Zamshed Farhan

    In social networks sites, end-users can interactions among them, but in normal website is very objective in providing information to end-users, but among them there is no interactions.

    Web Development php database sysadmin help question

  • What every beginner should know about website development?
    Z Zamshed Farhan

    I agreed with you

    Web Development ruby question javascript php html

  • Search action should be an HTTP GET or a POST?
    Z Zamshed Farhan

    Yes, I think so.

    Web Development discussion css sysadmin question learning

  • PHP
    Z Zamshed Farhan

    you may try http://www.dreamincode.net/forums/topic/44808-simple-text-chat-box/

    Web Development question php lounge

  • Store the history of links the user visits of any browser
    Z Zamshed Farhan

    Your answer is not fully clear to me. Would you please elaborate a little bit more.

    Web Development tutorial question

  • How do social networks associate with one another?
    Z Zamshed Farhan

    It's a OAuth - open standard for authorization, for details en.wikipedia.org/wiki/OAuth

    Web Development sysadmin help question lounge

  • Help for the begineer?!
    Z Zamshed Farhan

    I think, it's PHP. very easy to learn and implimentation.

    Web Development csharp help question learning

  • i php question
    Z Zamshed Farhan

    move_uploaded_file($_FILES["fileAttach"]['tmp_name'], $orgFilename) - did you test it?

    Web Development help php tutorial question

  • [HELP] Whois can using PHP to generate this one?
    Z Zamshed Farhan

    From where you got it?

    Web Development php help question

  • Using Developer Tools
    Z Zamshed Farhan

    And http://hacks.mozilla.org/2011/07/tilt-visualize-your-web-page-in-3d/

    Web Development tools help question

  • Using Developer Tools
    Z Zamshed Farhan

    You may check http://www.andismith.com/blog/2011/11/25-dev-tool-secrets/

    Web Development tools help question

  • Dispensing text from a text file
    Z Zamshed Farhan

    Not so clear!

    Linux, Apache, MySQL, PHP question php html database

  • PHP, MySQL and Apache
    Z Zamshed Farhan

    What's more convenient you think - WAMP or XAMPP?

    Linux, Apache, MySQL, PHP php apache mysql tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups