Tag Archives: Php Mysql

Starting a Website Design Business

I am working on website design for some time and I have decided to start a small town web development business. I am not at all a pro, but I believe I’m good enough to create presentable websites. (Such because these: Engineering/Tech Website, School Design Template) I have several questions on steps to make the small organization: ONE PARTICULAR. I need to get a name that they are known by. Regarded as a go by a little something simple like " ParsonsDesign", or should I select more creative name A COUPLE OF. I have a certain amount of a disadvantage compared to most designers. I’m 16 yoa. Not many people will take me seriously. How do you advertise myself you might say that makes my personal business look specialized and shows individuals who I’m not some sort of lazy teenager looking for methods to scam money off all them SEVERAL. I have noticed that lots of designers use contracts so customers can’t back from a design position for no purpose. I may end up being wrong, but I believe that I must be at least 18 to legally have the ability to sign business agreements with people. Is there any … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

How do I set up a search for of database searching for 2 words in different orders

When will i search a database one example is, if someone applies in " shed foot", it would go back any instance belonging to the word foot considering the word loose. When they search loose feet, and foot loose is the database, may well show up within the search. Exactly where Field like ”%foot%’ and Field Like ‘%loose%’ The exact formatting within your where clause would depend your database, but this provides you with the general concept. You’d have to split your query having a server-side programming dialect, or in possible of SQL Server the easily available Split function, however it will work. I am just using php & MySQL I wouldn’t really be capable of help you rather than in concept, and then. You’d have to look for a PHP split function most likely and then file format your query keeping that in mind for MySQL. Ideally you’d use like a Lucene index for this kind of thing. However as TheGAME1264 suggests you possibly can perform searches similar to this with MySQL. Though this will have to match every word Something like this would work: (Not completely tested) Just put in a query stringed like s=this+is+a+test towards the page … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Is PHP the best language to learn.

Great day all, My business is kind of new to web design and I was likely to learn a language to create dynamic websites. I became thinking of taking PHP as the open source. I have found that many hardware languages including VHDL, Assembly terminology, C++, and Embedded D. From what I hear the internet design languages will be all very simular. Just wondering whenever anyone had an opinion or your favourite. Yes, learn PHP in conjunction with MySQL. You’ll find it easy, because of the C++ experience. I mention PHP due to the tons of on the web support, documentation, and so on. You’ll also want to buy AJAX, a mixture of PHP and javascripting (JQuery specifically). Honestly the best answer is who knows I’ve very self-assured in my C++ skills at the same time but I earn an income without knowing an individual statement of PHP to be a web design/developer. What is it that you’ll be looking to do exactly There are several APIs, Services, CMSs, incorporated backends, and other tools which could eliminate lots of hassle and headache in your case. While I enjoy writing code Truly found myself finding simpler methods of do things rather … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

How do you use php to create a repeating div tag?

I will be trying to use php the next div tag which could then be repetitive. The problem is the fact there is Html code between the php rule. I have included what I’ve done so way. If you desire a visual case in point of what My organization is trying to do take a look at http: //www. mediareviewzone. com I want the tiny description boxes every single child be populated from a database. The code below should preferably enter the subject, links, description, and an image on the description box precisely as it appears now on the website. I want this then to repeat until the many descriptions have been subjected to the page. My errors start along at the < div class=" par_element2" > line simply because that it can be HTML inside php computer code. Any help could well be appricated. < div class=" par_element" > < php $subject_set = mysql_query(" Choose from * movies", $connection); in the event that (! $subject_set) die(" Collection connection failed: ". mysql_error()); though ($subject = mysql_fetch_array($subject_set)) < div class=" par_element2" > < h2> indicate $subject" link"; indicate $subject" title"; < /a> < /h2> indicate $subject" description"; indicate $subject" link"; examine … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

What exactly is a website template?

So, what is a a website theme What do people expect to discover and experience whenever they buy a webpage template Should it be easy to use like blogger for instance and have text boxes to the owner to enter website content or should a computer owner know a little bit of html just to key in the information he/she needs around the website Templates tend to be associated with PHP and also ASP… server-side ‘languages’. By using PHP, and generally a MySQL collection, you use PHP to help dynamically fill-in the content by grabbing content coming from a database. So, mainly, there is just one PHP script which dynamically creates most pages. Since the layout may be the same for all pages, a template is used. Only the content changes in the template. This site you’re using at this time is an example. You notice most pages look pretty much a similar, but the subject matter changes. So, they must have a web template or theme. Theme and theme (to me) mean a similar thing. Some templates you see, that are known as HTML/CSS or XHTML/CSS themes can also be used with Dreamweaver. Mixing PHP with HTML is usually … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Advice in the redesign of sites main function.

The basis associated with my site is the fact I have a huge QR code about the main page. This QR program code is hollow and derived from a couple $ 100 or so empty spaces. The empty spaces are if anyone is to upload their particular QR code, so eventually the chief QR code will be made up of smaller personal QR codes. You could have a look for yourself to getting a better idea: http: //qrposterboard. com I have to redesign it because the process of setting individual QR codes is incredibly cumbersome. I used a great html image chart and mapped out many of the coordinates within this QR code. Each coordinate is then linked to an email form where the user submits there QR code. Since I had no way with tracking which square the user clicked on, I had to create an original email form for every square. I then take these records and have to help update the impression map. It have been suggested by another person to replace the actual image map and use CSS place the individual squares The entire process has to be overhauled. Any help or suggestions could be appreciated. … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

How to let User enter a Code and have it call a specific page.

Basically I would like a User to enter a code they have been given then when submitted it may bring them to your specific page. Hard eventually be hundreds of or so of the codes/pages. Not really sure where to help start It will involve PHP and MySQL (for the actual database). You may not really have " pages"… your page are going to be a PHP script of which renders the HTML and content based on the code. You need to describe more about the users and what could happen. Do the users must be registered, do they login Might a code be used over and over again What will the actual website be used for Step 1: Get started by describing the actual purpose, the way it’s purported to work, who are going to be using it, how are going to using it (desktop PC, mobile app). 2: Layout a logical scheme on the information you need to keep track of. users codes and so on. Measure 3: Show about steps JUST ONE and 2… when what you’re doing is secret, you’ll have to rent a programmer that will help you with the development within your site. If … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , | Leave a comment

Development cycle questions

I am in the group of SEVERAL students for our web page design class. Our assignment is to re-design a website to get a community center that provides a variety of services for golden-agers and low revenue families. The rep visited our category and we executed an interview by using him. I also went on a tour in the website and noticed a few items that we all could re-design. I believe that we could commence by individually auditing the website after which share/brainstorm ideas in the meeting sometime this specific week. Here are my own additional questions ahead of we begin the real work: 1. How would you divide up the particular website responsibilities concerning 3 people 2. Are you ready for web project production steps for your small team Other suggestions or ideas would be helpful. Everyone happens with a essential layout and perform of how it will eventually look and use. Which means, it’s easy to make use of (for seniors), effortless to read, uncomplicated. You already know what features are required… make it most of intuitive to an individual who doesn’t use the world wide web for very a lot of things. One particular person does … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment

How do I check a part of a record for a string?

One example is, if someone does research online for " abcde" and I’d prefer to find every record who has " abcde" any place in it, how to I realize record Searching what MySQL database family table, a text record, an array, some sort of string Now i am using php browsing a MySQL databases. WHERE industry LIKE ‘%whatever a person’s term is%’ Imagine if it’s 2 words as well as the 2 words aren’t together inside string For case, the search is definitely " nike shoe". In case your record has " nike shoes" or even " shoes just like Adidas and Nike". Notice top of the and lower conditions also. I don’t understand how to do a case-sensitive research in MySQL, or even if it’s possibly possible. But you can easily adequate modify that query to read: WHERE industry LIKE ‘%nike%’ and industry LIKE ‘%adidas%’ MySQL just isn’t case-sensitive. That will force it, you have to specify BIN (binary) for a byte-by-byte match. So you’re OK with all the cases. Consequently, if a customer searches " nike" it can find " Nike" Bear in mind it’s a Linux server. That is definitely correct. In case I’m wrong, please … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment
Page 7 of 8« First...45678