Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

dsouravs

Members
  • Joined

  • Last visited

  1. Problem solved. http://stackoverflow.com/questions/30466422/insert-data-into-multiple-tables-using-one-form
  2. Hello, I went through all the links available in Google but didn't found any correct solution. Please help the noob here. Also if you find that I am thinking totally in a wrong way then please suggest the correct way. I want to know that how thing is actually done. I have created two tables so that I can do RDBMS (Data Normalization and Joining). Here is my code: <?php require("conn.php"); // Escape user inputs for security $name = mysqli_real_escape_string($conn, $_POST['name']); $desc = mysqli_real_escape_string($conn, $_POST['desc']); $cars = mysqli_real_escape_string($conn, $_POST['cars']); $gender = mysqli_real_escape_string($conn, $_POST['gender']); $bike = mysqli_real_escape_string($conn, $_POST['bike']); $cycle = mysqli_real_escape_string($conn, $_POST['cycle']); // attempt insert query execution $sql = "INSERT INTO tbl_project2 (Name, Description, Cars, Gender, Own) VALUES ('$name', '$desc', '$cars', '$gender', '$bike' )"; $sql = "INSERT INTO tbl_project2b (Cycle) VALUES ('$cycle' )"; if(mysqli_query($conn, $sql)){ echo "Records added successfully."; } else{ echo "ERROR: Could not able to execute $sql. " . mysqli_error($conn); } // close connection mysqli_close($conn); ?> Whatever I try nothing works. I tried mysqli multi_query but its also not working. My code only saves data to the 2nd table and not in the 1st table. So what is the correct method of adding data simultaneously into two or more tables? Thank you.
  3. Then according to you which Framework is the best?
  4. Hi I haven't tried BS4 yet but in BS3 you just neede to take the bootstrap.css and bootstrap.js You event don't need the bootstrap.js if your website is a one page landing page and wont have drop dowm menus and other fancy components.
  5. Hello, I am trying to build this section myself but I am really not understanding on how or where to start. Can anybody just give me a starting idea on how to do this. OK please see this website and the attached image. In that website I want to make that section myself. http://demo.themefuse.com/exposure/ https://dl.dropboxusercontent.com/u/12360312/ss2.jpg Thank you
  6. Hello, I am not looking to get an Dribbble Invite but I want Five of my works to be get reviewed by a Dribbble Member and I want to know whether my works are worthy of Dribbble or not. So let me know if anybody is and I will PM the links. Thank you.
  7. Any professional iOS app developer here? If yes and you are interested to answer few questions related to iOS app designing in Photoshop or Illustrator then let me know and I will ask my Questions then. Thank you.
  8. Wow Fisi, Thanks for your prompt reply. Well Fisi, if I send you my proposal letter can you review it? Can I PM you?
  9. Hi, This Question to designers. While bidding in sites like upwork and freelancer, upto what number will you go? Like if one project has 35 bids will you still bid on that project? So I want to know the number. This Question to project owners. Upto what number would you go? If your project gets 75 bids then will you see the bid of that 75th bidder? Thank you.
  10. 1st of all, Happy New Year. OK can anybody give me some direction, idea, any link to tutorial that shows how to make those fancy tile transition effects in image sliders. Here are some examples: http://jquery.malsup.com/cycle2/demo/tile.php http://demo.dev7studios.com/nivo-slider/ Thank you Edit: What I want to know is that those tile transitions... are they done purely through java script or jquery OR by animating some CSS3 properties through programming?
  11. Hello, I just landed on JQuery Mobile and I was thinking whether to include it or not in normal web design works that I do with BootStrap. http://www.w3schools.com/jquerymobile/default.asp Is it necessary to use it under normal conditions. If not then when to use it? Do I need it when I am doing total from scratch custom work like custom slider, custom navigation etc.? Gen. I use plugins like flexslider and bxslider and cycle for sliders and various other js and jquery plugins for various works. In that case I don't need it ... Right? Thanks
  12.    dsouravs reacted to a post in a topic: Floating & Expanding Div -CSS/HTML
  13. Hi, I am also a complete JS/JQuery noob ... So I would recommend that you check whether your JQuery is not in conflict mode. Use jQuery instead of $
  14. Hello Rndm, Firstly use Bootstrap. Its responsive and works both in desktop and mobile devices. Then use this for multilevel dropdown BS menu http://www.smartmenus.org/blog/smartmenus/create-advanced-bootstrap-3-navbars-zero-config/
  15. Hi, In this link see those 2 floating buttons on the top right side. Purchase theme and send us a message.... http://themes.dfd.name/ronneby/thirty_seventh/ This is what I have now. https://dl.dropboxusercontent.com/u/12360312/float/index.html I know how to put an icon infront of the text using CSS ::before and content property. But I can't figure out how that text remains hidden and slides in on hover. Can anyone help? Thank you.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.