-
as seen on Programmers
- Search for 'Programmers'
We're looking at a replacement for our CMS which runs on Oracle. The new CMSes that we've looked at can in theory run on Oracle, but
most of the vendor's installs run off of MySQL
vendor supports install of their CMS on MySQL, and a "theoretical" install on Oracle
the vendor's dev shops use MySQL
none…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I upgraded my host from Debian Lenny to Debian Squeeze, and now my CMS Made Simple site is spewing PHP errors all over the screen. I thought I'd upgrade the CMS because I haven't done so in a while, but Google Chrome tells me that the CMS Made Simple site is infested with malware.
What are my options…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the following directory structure in the CMS application we have written:
/application
/modules
/cms
/filemanager
/block
/pages
/sitemap
/youtube
/rss
/skin
/backend
/default
/css
/js
/images
/frontend
/default
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i have a problem with a local installation on django cms 2.3.3: i've installed it trough pip, in a separated virtualenv. next i followed the tutorial for settings.py configuration, i started the server. Then in the admin i created an page (home), and i've tried to add an image in the placeholder through…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
On my first job interview, I was asked why did I build my own CMS? Why not to use one of existing CMS, Wordpress, Joomla, Drupal...? At first, I was stunned. I couldn't immediately recall all of my reasons for building my own CMS, but this was definitely one of the main reasons: It's my code and if…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey all,
I was wondering how big companies tend to modularize components on their page. Facebook is a good example:
There's a team working on Search that
has its own CSS, javascript, html,
etc..
There's a team working on the news
feed that has its own CSS, javascript,
html, etc…
>>> More
-
as seen on Internet.com
- Search for 'Internet.com'
In this article, you will learn how you can utilize AJAX scripts even in Web applications targeted for Windows Mobile applications.
>>> More
-
as seen on Internet.com
- Search for 'Internet.com'
This fourth article the Globalize your Web Applications series deals with something that's at the forefront of your web apps: the character sets. More specifically, we'll be taking a look at the Universal Character Set (UCS) and its role in creating multilingual web pages.
>>> More
-
as seen on Internet.com
- Search for 'Internet.com'
In part 3 of the Globalize your Web Applications series, we'll be exploring PHP's I18N_Number and I18N_Currency classes, both of which are part of the I18N Libraries.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using a singleton pattern for the datacontext in my web application so that I dont have to instantiate it every time, however I'm not sure how web applications work, does IIS open a thread for every user connected? if so, what would happend if my singleton is not thread safe? Also, is it OK to…
>>> More