Search found 310 matches

Search found 310 matches Page 5 of 31
by visualtech
Mon Jan 26, 2015 7:21 am
Forum: Work in Progress
Topic: Mirrored Mockup Design's Testing Program
Replies: 14
Views: 7828

Nope! A mockup, or a wireframe, is something which helps you layout your application before you start developing it; it helps, as UX people can give their opinions and tweak it to make it look better. What Mike has made here, is an online application, with a lot of tools to create a Mockup and mirro...
by visualtech
Thu Jan 22, 2015 8:00 pm
Forum: Help & Support
Topic: php search help
Replies: 4
Views: 3104

THANK GOD SOMEONE IS THERE FOR MYSQLI!!! HI5!! #zachman61 And all I ever get is eyes looking at me, about to slaughter me! :\
by visualtech
Thu Jan 22, 2015 4:02 pm
Forum: Help & Support
Topic: php search help
Replies: 4
Views: 3104

#comathi, I won't recommend doing that! I've had BAD experiences with the empty() function before, and I believe that its a torture, that no one should bear. A little "mysql-oriented" way, also, the perfect way would be to use the MySQL's num_row's function. Have a look below: if (mysql_nu...
by visualtech
Sun Jan 18, 2015 8:40 pm
Forum: Help & Support
Topic: php help please guys
Replies: 3
Views: 2664

Try this one! <center> <?php $url = ((isset($post_image) || $post_image == "" || $post_image == null || $post_image === "" || $post_image === null) ? "<img src=\"/cms/pics/$post_image\" width=\"500\" height=\"300\" />" : "<img src=\&qu...
by visualtech
Sat Jan 10, 2015 4:28 pm
Forum: Help & Support
Topic: help please
Replies: 30
Views: 9479

Yeah! #comathi, both work! :) Depending what you want. ;)
by visualtech
Sat Jan 10, 2015 4:18 pm
Forum: Help & Support
Topic: help please
Replies: 30
Views: 9479

Oh! I didn't know that, sorry for misdirecting you.

Yeah, so to do that, you need to add this to the #right_side rule:
Code: Select all
margin-top: 1.5em;
by visualtech
Sat Jan 10, 2015 4:08 pm
Forum: Help & Support
Topic: help please
Replies: 30
Views: 9479

I saw the source, and you're using floats. Now, that breaks the design. To automagically clear the floats, add the following line to #wrapper overflow: hidden; The code I gave you, was for the box to make it a little off of the navigation bar. I thought it was on the left, for the right hand side, u...
by visualtech
Sat Jan 10, 2015 4:00 pm
Forum: Help & Support
Topic: help please
Replies: 30
Views: 9479

Code: Select all

#right_side {
  margin: 1em 1em 0 0; // Top; Left; Bottom; Right
}

1em = 16px for most browsers; depending on the font-size.

:)
by visualtech
Fri Jan 09, 2015 1:58 pm
Forum: Other Languages
Topic: mChat help
Replies: 1
Views: 2315

Okay, not sure if you'll get what I want to say, but I'll give it a shop. Before sending pages/data, every webserver, sends a HEAD or header which looks like this: HTTP/1.0 Content-type: text/html X-Powered-By: apache2.2 ... Now, when you use the following PHP function: session_start(); It sends the...
Search found 310 matches Page 5 of 31
Go to advanced search