No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
23 Posted Topics
Well, I am making leaps and bounds in what I am learning in the area of IPSec VPN Tunnels. I do have a question, though that I hope I can get a simple answer for. I have 13 locations that I am trying to connect, which we can refer to …
Hi, I am using Cisco RV180W Small Business routers in our company with 12 locations plus 1 corporate office. Currently, the setup looks like this: Each of our stores' router connects with an IPsec connection to the router of the company who hosts our POS data and software (its an …
I am trying to include a datepicker from jQuery UI in my wordpress admin area (specifically in a custom meta box). I have it working, and it seems as though it is finding the stylesheet well enough, but it still looks a little 'off'. I know there must be something …
I am developing in WordPress plugins and I would like to know.if someone could guide Me with this issue. I would like to know what's the easier method.of declaring a global variable that I can use. As of now I am not using classes, mostly because i'm not sure how …
Hi all, I am having trouble figuring out a good way to go about looping my database results. Currently, my code looks something like the following (abbreviated for simplicity): $db_results = $wpdb->get_results("SELECT * FROM table"); echo '<table><thead><th>Name</th><th>Number</th></thead>'; echo '<tbody>'; foreach ($db_results as $result) { echo '<tr>'; echo '<td>' .$result->name. '</td>'; …
I'm in a little bit of a panic. I have built my mobile website infrastructure based on a system of links like this: `http://sample.com/#home`, `http://sample.com/#reports`, etc. I am using HTML5 data-role for the first time. anyway, I have just discovered that this: `http://sample.com/#reports?say=hello` doesn't work! Or it isn't accessible by …
Hello all, I know this is not new, and there are several different methods of keeping a footer stuck to the bottom of the page on the internet, and I have tried a few but no luck yet. I have definitely done this before and gotten it to work, but …
Ok experts... I need a second set of eyes. [url]http://cahairandnails.com[/url] The navigation won't link to anything. I have been staring at this for hours. Any ideas? CSS: [CODE] #navi {width: 194px; text-indent: -9999px; float: left; } #navi ul li {list-style-type: none; display: block; width: 194px;} #navi ul li a {display: …
Hey everyone, I'm not new to web design, but I have been working on this project for a while and my eyes are crossing! I think its a fairly simple issue... I have a footer with a background image, and within that footer I have 3 columns, evenly distributed and …
Unfortunately, min-width and min-height are not and have never been supported by Internet Explorer. There are ways you can TRY to fake it though. Check out this link: [url]http://www.webreference.com/programming/min-width/[/url]
Can you at least post a screenshot of what you are trying to describe?
You can use a PHP include, if you are using php. Create a file for your header and menus and name it something like header.php & menus.php. (they can be separate or together in one file) You can create one for your footer, too. Then, on every page you want …
I am using a calendar control with ASP.NET to fill in a text box with the selected date. Here is the code I use to get the date into the text box: [code] Private Sub Calendar_SelectionChanged(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles calendar.SelectionChanged calendar.Visible = False duedate.Text …
You would use ID for something that will be used only once per page, like [icode] wrapper [/icode], [icode] header [/icode] or [icode] footer [/icode]. Class can be used as many times as you desire, and would be used for something like [icode] post_title [/icode], [icode] post_content[/icode] or [icode] post_metadata …
an easy way to go is to make your rounded corners w/ photoshop and have one for the top and one for the bottom, and have the middle image repeat-y.
Can anybody look here and tell me what's making my site's body turn out to be 1,440px wide?? THanks [url]www.collectibleshakers.com[/url]
[icode]#navigation li { [/icode] has right padding set. there's your space. It would be better if we could see the page in action.
Okay, here goes. I am using this template. [URL="http://collectibleshakers.com"]Site is Here[/URL]. Seems straight forward enough. Well, when I try to put my Twitter widget in the black bar, the navigation disappears. The twitter widget uses a UL, as does the navigation at the top of the page. There is evidently …
Good job, sussy. You will definitely get it. This is exactly the way I learned everything I know. :)
there is something you can install to make ASP work with *nix but i'm not positive on how well it works.
Have you tried just putting the swf in another div?
Hello everyone, My name is Dru Darby, I'm 22, and I've been designing websites for 4-5 years. I work as a network admin at a school as well as run a web design business out of my house. Anything else? Ask!
Okay this is blowing my mind. I have built a WordPress theme out of some very simple HTML and images. Unfortunately, I can't show you the actual theme in action because it's not ready to be live on the site, and you have to be logged in as administrator. Anyway, …
The End.
drumichael87