I don't think there's any way to do that (easily). I recommend upgrading your database structure to be more fitted to the content.
If you have a column named "date" setup as a date field, you...
Type: Posts; User: X96 Web Design; Keyword(s):
I don't think there's any way to do that (easily). I recommend upgrading your database structure to be more fitted to the content.
If you have a column named "date" setup as a date field, you...
Hmm. This thread is resolved, yet I can't edit my post to mark it as resolved...
- Alex
Whoops. Wrong answer. Updated.
Looks like if you view the source of that page it gives you the RSS feed itself. So I don't see why it wouldn't work unless your host doesn't allow PHP to contact...
You can still use Apache, it just uses Webrick as an interpreter to translate the Ruby code into something it can understand. I don't know if it's possible to not use Webrick...
The way it works is you install an Apache mod called Passenger and that tells Apache to route requests through Webrick.
- Alex
You'll have to use the float CSS property... Try this:
<img src="http://devcentral.f5.com/weblogs/images/comment-icon.gif" style="float:left">
<div style="font:10pt...
I think because the URL is to the Feedburner page, not the RSS Feed itself.
- Alex
I haven't done much deployment, mostly just local development, so don't take my word on any of this... ;)
From what I've read, I think it's based around Git repositories. It's all build into Ruby,...
Gems is a command-line interface for installing add-ons to Ruby. For example, Rails is installed through Gems, as well as MySQL, and a host of other stuff.
The syntax is like:
gem install rails...
Not really, no... For web programming, you just install Rails (add-on to Ruby) and configure your web server (Apache, NGiNX, etc.) to route requests through Ruby on Rails' webserver.
You really...
Hi There,
First post in a while, so here goes...
I've been doing a lot of Ruby on Rails development lately, but can't figure out one thing. I have two different "scaffolds", one called 'games'...
I don't think round corners need to be cross-browser. I think use the CSS3 round corners syntax, and screw IE. :P
If a visitor is using IE, they won't get some of the frills of the design like...
I don't think you can use Ruby without a command line. I don't know why you wouldn't, it's way faster just to write one command and have the entire infrastructure built for you (similar to CakePHP's...
Thank you! Works perfectly. :D
- Alex
Hi All,
I'm not sure how to explain this; I want to be able to grab the value of the URL after a php file.
For example, if I wanted to show my About page, and the URL was...
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /Users/alex/Dropbox/web/.htpasswd
AuthGroupFile /dev/null
require valid-user
Restrictin' some directories...
I use a program called IE Tester. It lets you test in everything from IE9 beta (if available) to IE 5.5...
http://www.my-debugbar.com/wiki/IETester/HomePage
// Alex
I still use Windows for some things... Like....... IE testing. And..... Solitaire... ;)
I think I know what you mean... Maybe something like this?
HTML
<div id="menu">
<ul>
<li><a href="#">Menu Item</a></li>
<li><a href="#">Menu Item</a></li>
<li><a...
I haven't had this problem at all... I'm on a Mac (snow leopard; Firefox 3.6/Safari 5)...
- Alex
Hi All,
I've been having trouble trying to get Expression Engine to show a permalink page. If I click on the permalink, it just shows the index page, even though I've said to go to a different...
I don't know if this is just a copy-and-paste error, but the DOCTYPE doesn't have a starting <
- Alex
Oops... Forgot to add that link...
It's http://cms.x96design.com/demo/login.php
Will add it to the homepage as well...
- Alex
Hi All,
I've been working on this project for quite some time now, and am almost ready to release version 1.0. It's a fully open-source, GPL-licensed, content management system...
There have...
Thanks for all your feedback, everyone! I've launched the design and love it! :)
Cheers,
Alex