-
Created PHP LDAP Authentication (ADDS)
Hi all, I'm building a multi-tenant web application in PHP which is hosted on a dedicated Ubuntu 14.04 server (LAMP). I'm trying to figure out the simplest method of allowing … -
Began Watching PHP LDAP Authentication (ADDS)
Hi all, I'm building a multi-tenant web application in PHP which is hosted on a dedicated Ubuntu 14.04 server (LAMP). I'm trying to figure out the simplest method of allowing … -
Replied To a Post in Pneumatic Cylinder?
Right I'm sorry the second link was perfect - looks awesome! -
Replied To a Post in Pneumatic Cylinder?
Exactly this - though I'm after the name of the internal component. I built my desk myself and it's quite a large set-up. I can't find a ready made frame … -
Created Pneumatic Cylinder?
Hey all, I'm not a mechanic and I know nothing of the topic. I am however looking to replace the legs on my computer desk with some electronic cylinders so … -
Began Watching Pneumatic Cylinder?
Hey all, I'm not a mechanic and I know nothing of the topic. I am however looking to replace the legs on my computer desk with some electronic cylinders so … -
Replied To a Post in Capturing video in the browser
Hey thanks for that! I found this page earlier but it doesn't work in Chrome it seems, which is a massive no-go ;P -
Created Capturing video in the browser
Hi all, I've decided to work on a new project in my spare time and it involves capturing 30 seconds of video from each registered user. Does anyone have any … -
Began Watching Capturing video in the browser
Hi all, I've decided to work on a new project in my spare time and it involves capturing 30 seconds of video from each registered user. Does anyone have any … -
Replied To a Post in Dynamic File Directory
This is pretty decent too - forgot I had the tab open: http://css-tricks.com/quick-reminder-about-file-paths/ -
Began Watching Dynamic File Directory
im new in web development and i wanna know, how can make a dynamic file path or dynamic source directory. its like : <img id="branding-logo" src="/image/logo.png"> <link rel="stylesheet" href="/images/green.css"> <script … -
Replied To a Post in Dynamic File Directory
From your question above it's quite hard to identify what it is you're actually asking for, so I'll cover file paths in general. 1) Relative File Paths A relative file … -
Marked Solved Status for Video over IP solution without multicast?
Hi all, I've just started to work on a lazy mans network - everything is unmanaged. I've now been asked to install a media server so that we can provide … -
Replied To a Post in Video over IP solution without multicast?
I ended up getting cable time - we've got a demo kit for 2 months :) -
Replied To a Post in insert data into mysql by usin onchane event
> You have to use a Javascript (or jQuery) AJAX to call a PHP script to perform a MySQL insert. Sorry Pritaeas - you posted your response whilst I was … -
Began Watching insert data into mysql by usin onchane event
Hi i m learning PHP.How can i insert a data in mysql by using onchange event in radio button, i m not used a submit button in my code can … -
Replied To a Post in insert data into mysql by usin onchane event
This is pretty straight-forward and is usually easier than most people think. What I would do is call a function in the onchange attribute. In the following example the onchange … -
Began Watching Final Year Project
So I have alot of time for my final year project, however just a fewmonthsto submit a proposal. I came up with an idea and wanted to know if it … -
Replied To a Post in Final Year Project
Perhaps you can have an advanced filtering system? Including calories, carbs, fat, salt and sugar etc? You can also have a membership level called 'nutritional expert' where people who know … -
Replied To a Post in BootStrap fluid 2-column form
Okay chap, I'm sorry I couldn't help at all - good luck! -
Replied To a Post in BootStrap fluid 2-column form
So you do, it was me that didn't, sorry!! :D Still reading but what you have looks fine. Have you tried using the style editor in your browser, unchecking certain … -
Replied To a Post in BootStrap fluid 2-column form
Sorry for the lack of clarity. Change this: <div class="input-group-addon">@</div> to this: <span class="input-group-addon">@</span> I'm wondering if it's a style on the division tag that's causing the issue. -
Replied To a Post in BootStrap fluid 2-column form
Oooooo funky - can you change the tag from a div to a span please? And in the good spirit of not stealing content on the web, I'm currently reading … -
Replied To a Post in BootStrap fluid 2-column form
> The example uses a horizontal form, but that's not what I want. The first column are personal details, the second company details. They can't flow like the example. <form> … -
Began Watching BootStrap fluid 2-column form
I want to design a fluid two-column form with BootStrap. What is the best way to tackle this? Do I start with a fluid container and two columns, and then … -
Replied To a Post in BootStrap fluid 2-column form
A fluid container with two columns is the way I would proceed. If you want to play around with BS3 forms before you begin check these out: A form builder: … -
Created Video over IP solution without multicast?
Hi all, I've just started to work on a lazy mans network - everything is unmanaged. I've now been asked to install a media server so that we can provide … -
Began Watching Video over IP solution without multicast?
Hi all, I've just started to work on a lazy mans network - everything is unmanaged. I've now been asked to install a media server so that we can provide … -
Began Watching School Using Webcam to Spy on Teens?
One of the biggest security stories so far this year is that of the high school that remotely triggered webcams in laptops given to students -- which the school said … -
Replied To a Post in School Using Webcam to Spy on Teens?
This is a serious issue and highlights some genuine concerns. I say this is a professional and serious manner - what is the children were foolish enough to engage in … -
Began Watching Side Nav
Hello, I cannot tell the difference between material.php and studentmgt.php material.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Squprime</title> <!-- CSS … -
Replied To a Post in Side Nav
Can you please visit both of the pages with firebug activated and let me know if there are any errors on the console? Are both files in the same web … -
Gave Reputation to CimmerianX in No Web access
What IP comes back when you ping www.google.com? Does it match the IPs from an NSlookup of www.google.com? Can you telnet to port 80 at www.google.com or even one of … -
Began Watching store email message
Hello, How to store html tag in email message: $message = "Dear ".$data['stu_fname'].",".'<br><br>'. "Please click the link below to continue the registration progress: ". "http://www.website.com/registration3.php?student_id=".$data['student_id']; This is what I receive … -
Replied To a Post in store email message
Instead of `<br>` try `<br />`. If that doesn't work use `\r\n` for a single line break. I'm quite sure `\r\n` is the solution you're looking for though pritaeas is … -
Began Watching how to pass my custom variables to my payment procedure
I am creating a table of my services or products where each product have their id next to it. I want to grab that product id into the URL of … -
Replied To a Post in how to pass my custom variables to my payment procedure
Now unless I misunderstand the question, this is quite easy to achieve. Each row should have a form and each buy now button should be a form submission button for … -
Replied To a Post in Removing duplicate rows based on two columns
Sorted, thanks very much! -
Marked Solved Status for Removing duplicate rows based on two columns
Hi all, I'm looking into the management of duplicate records in MySQL, but this case is a little bit more specific. A record is only duplicated if column A and … -
Replied To a Post in Removing duplicate rows based on two columns
I'll be honest and say this is the first time I've head of a compound key... I'm open to suggestions! (The id column is easily deleted). DELETE t1 FROM tablename … -
Edited Removing duplicate rows based on two columns
Hi all, I'm looking into the management of duplicate records in MySQL, but this case is a little bit more specific. A record is only duplicated if column A and … -
Created Removing duplicate rows based on two columns
Hi all, I'm looking into the management of duplicate records in MySQL, but this case is a little bit more specific. A record is only duplicated if column A and … -
Began Watching Removing duplicate rows based on two columns
Hi all, I'm looking into the management of duplicate records in MySQL, but this case is a little bit more specific. A record is only duplicated if column A and … -
Marked Solved Status for dropdown.js (Bootstrap 2) max height?
Hi all, I'm working on an old project of mine that I used to self-study PHP which used Bootstrap 2. Revisiting the project a year on I'm looking to restrict … -
Replied To a Post in dropdown.js (Bootstrap 2) max height?
Brilliant Cereal thank you :) I did figure this out about 2 hours ago using `overflow: scroll;` and `max-height: 450px`; but was simply applying it to the wrong element, either … -
Began Watching php not displaying echo command
Ok, so here is the problem. Below is a fairly simple code that will count the number of members registered to a site. The html works just fine but the … -
Replied To a Post in php not displaying echo command
Change this: `echo 'There are . $result . 'members';}` to this: `echo 'There are '.$result.' members.';}` Check out this PHP doc on string operators: http://www.php.net/manual/en/language.operators.string.php, specifically concatenation. If that's not … -
Edited dropdown.js (Bootstrap 2) max height?
Hi all, I'm working on an old project of mine that I used to self-study PHP which used Bootstrap 2. Revisiting the project a year on I'm looking to restrict … -
Began Watching Room Availability check with date range
Hi All, These days I am implimenting a Hotel Room Reservation system. I have a small problem in Check Availability' page. below I listed my database structure. *rooms* rid int(11) … -
Replied To a Post in Room Availability check with date range
Hi jKidz - I would love to help you here but it would be great to see you have a go first. Also, tell us more about the technologies you're …
The End.