-
Replied To a Post in How do I create a porn website
It's a bit bad and possibly something you wouldn't openly mention to your friends or include in a CV. I was once introduced at a sports club to a friend … -
Began Watching How do I create a porn website
And is it bad or what because sometimes I think I might get carried out -
Replied To a Post in Show Images on a website fast
How many images are you displaying on a page at a time? Have you resized the images in image manipulation software to get them delivered faster? And why are you … -
Began Watching Show Images on a website fast
I am using google drive to upload manually the images there and with sharing link to display them on my website. But it makes troubles sometimes the images doesn't load … -
Replied To a Post in how do I redirect to a url
You could try making the url into a standard html link... A plain url is plain text, so goes nowhere. -
Began Watching how do I redirect to a url
I have a project that no one can or wants to engage in. The data is in a database table. The code displays a menu, selects a target (url - … -
Replied To a Post in Database application with vb.net
Sounds like a bit of homework to me. By making the database for a "school" the data required would be familar to a student. Create your data tables, create your … -
Began Watching Database application with vb.net
Good day every body. I want to develop a database program that will be used in school to input information about students and all the staff of the school. I … -
Replied To a Post in I am back again
You're making it harder for yourself by considering lots of languages which can be subtly different and lead to frustration. Jumping from one language to another when it takes quite … -
Began Watching I am back again
Yes I finally decided to continue on with my programming efforts. I would like to be able to refer to myself as a master programmer, but I may not have … -
Replied To a Post in Top 10 SQL Interview Questions
There is no table called ManagerSalary yet the post writer uses it in queries. This is careless teaching in the extreme! No teacher or lecturer would produce a tutorial minus … -
Began Watching Top 10 SQL Interview Questions
The term SQL stands for Structured Query Language, it's a programming language that's used to update and communicate with the database. SQL skills are indispensable and are in demand as … -
Replied To a Post in How to set max width for a web page
Inside the body tag, set up a div with the name main to contain all your content. Like this <div id="main"> </div> Then in your css file set the width … -
Began Watching How to set max width for a web page
I want to set a max width for all pages on a web site but have no idea where to set it in the CSS file. I tried setting it … -
Replied To a Post in Why is text invisible on one site on one PC?
There are 11 stylesheet files to load and then 26 javascript files. Then some sections are lazy loading and unfold as you watch. So delays in getting a file, or … -
Began Watching Why is text invisible on one site on one PC?
Who's up for a puzzle? About two months ago, I began to have troubles using the Town of Oakville's web site where I book fitness class spots. In places where … -
Replied To a Post in Best way to manage a big database
If you read this page, from MYSQL itself, you will see that your database is nowhere near the size limit. https://dev.mysql.com/doc/mysql-reslimits-excerpt/8.0/en/table-size-limit.html It talks about 256TB as its max. On another … -
Began Watching Best way to manage a big database
The web application will have a database that consists of millions (over 20mil ... maybe 100mil or more) of hosts (ipv4,ipv6 and domains) and additional data to each host like … -
Replied To a Post in Help moving from PHP Version 5.4 to 7.4
If you can afford a bottom of the range virtual private server from your current host, you can ask it to have the older version of PHP installed, and continue … -
Began Watching Help moving from PHP Version 5.4 to 7.4
HELP! We are a volunteer-driven not-for-profit offering motorcycle safety training and skill development with a huge database issue as described below. We cannot identify any of our volunteers that can … -
Replied To a Post in Are we able to start coding without a computer?
You can certainly write pseudocode on paper, to get the general flow of what you are going to do, and then expand with more pseudocode for the first bit you … -
Began Watching Are we able to start coding without a computer?
Is it necessary to have computer or laptop to test the code? Did you ever seen anyone who can be perfect or master in coding whit cell phone? -
Replied To a Post in How to dynamically display a popup
If you are trying to do this on a site you are building, why do you keep talking about other websites? It is not totally clear what you are trying … -
Began Watching How to dynamically display a popup
Hi DW. I'm trying to display a popup over an input box, but the issue is that some websites that I want to also display on have div class name … -
Replied To a Post in Compare a table definition to function
Have you tried getting the date first? ie. the first line reads getutcdate() and that is assigned to a variable then follow that with the select, assign the query result … -
Began Watching Compare a table definition to function
Hello. I am trying to check if a table definition (the default value on a constraint) is equal to UTC Time by using the following query: IF NOT EXISTS((SELECT object_definition(default_object_id) … -
Replied To a Post in set autoincrement to the position (COMPETITION) after calculate totalmarks
If you wish to display this data that the Select is retrieving, then you set a position variable at 1, list or display on screen one at a time, including … -
Began Watching set autoincrement to the position (COMPETITION) after calculate totalmarks
I have a problem assigning position (number) based on the total marks. Here is the code. TQvm for your assistance the calculation is done perfectly, the ranking is shown correctly … -
Replied To a Post in How obtain url friendly with htaccess
If you are using a shopping cart you downloaded, such as OpenCart, there are built in options that allow you to do this. -
Began Watching How obtain url friendly with htaccess
Hi ... how can i have url seo friendly from database ?? Example: localhost/myshop/product.php? id = 95 Or: https://www.myshop.it/product.php?id=95 I have done several tests with .htccess but it doesn't work. … -
Replied To a Post in Consider the following database Room (room_no,room_name,room_type,charges)
I'll give you a clue - there is at least one table missing from the spec depending on the business rules used, and they want you to work that out … -
Began Watching Consider the following database Room (room_no,room_name,room_type,charges)
Consider the following database Room (room_no,room_name,room_type,charges) Guest(Guest_code, Gname,city) The relationship is as follows: Room-Guest: one-to-one. room_type can have values as either ‘AC’ or ‘NonAC’. Q 2) A Create the above … -
Replied To a Post in Select information from the database for a page accessed by different users
I think this does need to be a database solution. So when UserA selects the questionaire and submits form, FIRST the input form's code stores the userA details, userB details … -
Began Watching Select information from the database for a page accessed by different users
This is the scenario: **User A:** Access the website and choose a questionnaire. The questionnaires are separated on different pages in the same domain, for example: **Home:** "surveys.com" **Questionnaires:** "surveys.com/type1" … -
Replied To a Post in Setting up MySQL in UwAmp
I've used USBWebserver for years, which has zero installation, just place it on your hrd disk or usb drive if you want to move from computer to computer and use … -
Began Watching Setting up MySQL in UwAmp
Hi. I'm trying to set up an AMP system on my machine. It's called UwAmp. Anybody there to tell me how to setup the MySQL in this thing? Thank you -
Replied To a Post in All time show NULL value please help me...
A null is never equal to something, a value can't equal null, as a null just doesn't exist. That's why you have to use the options suggested above. The second … -
Began Watching All time show NULL value please help me...
All Time Show Null value Please help me what is the wrong in my code declare @mxdbvlu int declare @dbvlunm int set @mxdbvlu= (select max(Database_name) from TBL_FY_SELECT_1) if @mxdbvlu = … -
Replied To a Post in Cannot insert duplicates
Your insert for the band members ends in a , but it should end in a ; There is no error in repeating the foreign key of bandname for each … -
Began Watching Cannot insert duplicates
Hello. I have a quick question. I am making a database as a personal project (I am using Microsoft SQL Server therefore I am using its SQL syntax). All it … -
Replied To a Post in Start animation when the section is scolled into view
Use the existing WOW javascript. It works very well. -
Began Watching Start animation when the section is scolled into view
I have an animation on my webpage where stat numbers count up to reach to a target number. I want this animation to start only when this section scrolls into … -
Replied To a Post in How we can develop a simple android app to showcase of our products.
Just create a website the same way everyone else does! Why would anyone download an app when a website can show them all they need to know??? -
Began Watching How we can develop a simple android app to showcase of our products.
How we can develop a simple android app to showcase of our products. -
Replied To a Post in How to import this .txt database into mysql
The screenshot starts by saying it is a phpmyadmin sql dump. Although we can't see the entire lines of code, it looks as if it is starting with the table … -
Began Watching How to import this .txt database into mysql
Greetings! I got a mysql database "backup" that someone made and I have to use it, trying to get a website back online. Its a Joomla web database. The person … -
Replied To a Post in SSN Check Valid Format
NO ! You have to change the **alert message** when the SSN is entered correctly to tell them it is correct! You're alert message is what is wrong, not the … -
Replied To a Post in SSN Check Valid Format
Read what your alert code says! [code] if(validSSN.test(document.getElementById("social").value)) alert("Social is invalid."); [/code] that alert says Social is invalid when it should say Social is valid ... -
Replied To a Post in SSN Check Valid Format
Your function works, but both the IF and the ELSE return an alert message that says its invalid. The first part - the IF - should return in the alert … -
Began Watching SSN Check Valid Format
I know this question is a lot easier than it seems, but I can't seem to get around it. This is my current code and I cannot get it to …
The End.