Which free/open source CMS would be good to make and manage daily news based website of one city?
Site will be made by my team then it will be handled by non-technical client to add, manage and remove content.
...
So.. my idea is to load a full manga/comics at once, with a progress bar included, and make sort of a stream, like:
My page loads the basic (HTML+CSS+JS) (of course)
As done, I start loading the imgs(the URLs are stored on JS var) from my server, one a time (or some faster way) so I can make a sort of progress bar.
ALTERNATIVE: Is ther...
The short version: Is it possible to switch to alternate XSL stylesheets in the browser, a la CSS stylesheet switching?
The long version:
I've always admired the CSS Zen Garden; it excellently showcases the power and flexibility of stylesheets. However, it also shines a light on one of the great weaknesses of CSS: a quick View Source ...
As this article suggesting
http://www.456bereastreet.com/archive/201002/css_efficiency_tip_use_a_single_stylesheet_file_for_multiple_media/
or different external CSS for different media would be better option?
in terms of maintainability, site performance.
...
What should be written first while making CSS layouts XHTML code or CSS code?
Write Whole HTML first then write
CSS according to HTML
Write HTML for an design element and
CSS simultaneously
Write whole CSS first then write
HTML according to HTML
I read on this article's point # 7 "Create Your HTML First" is this advice best to follo...
Which css hacks we use to make layout cross browser compatible
Can pass W3C validation
Will work forever
Will never create in any future
browser versions
What are alternatives which can pass the w3c validation for popular CSS hack which are not valid?
for example
underscore hack, zoom:1 etc.
my purpose is to make a list of W3C val...
html:
<iframe scrolling="yes" src="svgfile.svg"></iframe>
svgfile.svg:
<svg width="2636pt" height="2478pt" viewBox="-1 -1 2635 2477" xmlns="...">
<g id="node1" class="node">....</g>
...
</svg>
This won't show the scrollbar in chrome/ie8...
This was OK in FF...
Other solution not using iframe can be acceptable.
Or ju...
currently i'm using this XAMPP Lite 1.7.3
+ Apache 2.2.14 (IPV6 enabled)
+ MySQL 5.1.41 (Community Server) with PBXT engine 1.0.09-rc
+ PHP 5.3.1 (PEAR)
+ Miniperl 5.10.1
+ XAMPP Control Version 2.5.8 (ApacheFriends Edition)
+ XAMPP CLI Bundle 1.6
+ XAMPP Port Check 1.5
+ XAMPP Security 1.1
+ SQLite 2.8.17
+ SQLite ...
I know XHTML CSS but PHP knowledge is not much and i want to get familiar with one framework to make wordpress themes quickly for clients
Available Frameworks
* Atahualpa
* The Buffet Framework
* Carrington
* Hybrid
* Sandbox
* Thematic
* WP Framework
* Thesis
...
I got the design (PSD) from client. Which should i choose to make custom Wordpress themes.
I should use any Wordpress theme
Framework?
or Any WordpressBlank theme?
or I should find similar free theme
to my design then edit to it
...
as
Content = Content Builder ( Who will convert Client's Content (MS Word files) into XHTML
Presentation = CSS Experts
Behaviour = Javascript , jquery experts.
but where is design. Is Presentation = Design or Presentation = CSS only ?
Edit:
Like Should we hire one person to make Design, XHTML, CSS and Javascript or different perso...
I am using the follwoing jQuery to show/hide an 'Other' title field on page:
$('label[for=customerTitleOther], #customerTitleOther').hide();
$('.jTitle').change(function() {
if($(this).val() != 'Other') {
$('label[for=customerTitleOther], .jOther').hide();
}
else {
$('label[for=customerTitleOther], .jOther'...
Hey,
I just uploaded a test site on the following location : www.betterclassofleaders.co.cc/whackk
I am using a customised search block (customised through search-theme-form.tpl.php) but it does not work. If you type in a search term and hit Enter it will go to the search result page but without actually performing the search.
Searchin...
I've tried googling but can't find any hints to my problem. Theres so many IE bugfixs I can't think whats going on with this one.
What I've got is a 3 column layout with header and footer. The left column and main content div are both in a container div thats floated left (left col and main content floated left/right within it). The rig...
for example
http://www.sitename.com/section1/pagename.aspx
http://www.sitename.com/section2/pagename.aspx
I need quick report only for pages which has same name. like "pagename.html" in example.
...
i am facing a bug which comes in DNN / FCKEditor after creating a default list. Actually i put my own bullet in custom .. but the default square bullet also comes with this...
Please tell me how to remove this bug. i try all CSS logics here.
...
For testing
I don't want to upload css to FTP on each change till site complete , but site and content is online. (i'm not talking about saving page locally then apply css)
Can i just apply css locally to any online page.
it would be easier to edit and see changes locally till css work end.
and i want to see applied effect on FF and...
How to read XHTML with XDocument, without downloading DTD. How to resolve the DTD references? No, you can't just say:
settings.ProhibitDtd = false;
settings.XmlResolver = null;
as given in some previous answer, which is absolutely wrong. What about the entities then:
Also I am not interested in HTMLAgility pack, again wrong an...
For example:
I want to add target=_blank in any PDF link comes inside this css class "class="newWindow"
Before adding script
<div class="newWindow" >
<a href="pdf1.pdf">link text</a>
<a href="pdf2.pdf">link text</a>
</div>
After adding script
<div class="newWindow" >
<a href="Pdf1.pdf" target="_blank">link text</a>
<a href="Pdf2...
Hey guys I'm making a new layout for my community and now I'm slicing him into pieces. Their is only 1 problem I designed a textfield where the user can search but there are 2 links right after the textfield. I don't know how to let them stick together. I've tried something and it actually works in google chrome, but in it doesn't.
.sea...