Implemented without issues.
Thanks!
Search found 11 matches
- Thu May 17, 2012 5:43 pm
- Forum: General discussion
- Topic: New theme; Any interest?
- Replies: 18
- Views: 71676
- Sat May 12, 2012 9:30 pm
- Forum: General discussion
- Topic: New theme; Any interest?
- Replies: 18
- Views: 71676
Re: New theme; Any interest?
Awesome, implemented.
- Thu May 03, 2012 3:03 am
- Forum: General discussion
- Topic: New theme; Any interest?
- Replies: 18
- Views: 71676
Re: New theme; Any interest?
While this is a css faux pas (separation of content and style), I believe it to be.. better than requiring a translation for each theme.
I'll start on IDing all the elements.
I'll start on IDing all the elements.
- Wed May 02, 2012 3:11 am
- Forum: General discussion
- Topic: New theme; Any interest?
- Replies: 18
- Views: 71676
Re: New theme; Any interest?
Best of both worlds, I'll start work on defining text via css for menus/icons/etc. For example: Instead of: <a href="favorite.php">favorites</a> use <a id="mainmenu-favorites" href="favorite.php"></a> and in css use: #mainmenu-favorites{ background-image:url('/path/tp/f...
- Mon Apr 30, 2012 1:23 pm
- Forum: General discussion
- Topic: New theme; Any interest?
- Replies: 18
- Views: 71676
Re: New theme; Any interest?
Consider this a rough draft. Most is working in "real" browsers, but I've yet to start tackling IE. If you find any blatant issues, let me know. Removal of most of the imgs and replacing them with css means less requests to the web server, and faster load times. Removal of nested tables me...
- Mon Apr 30, 2012 12:05 am
- Forum: General discussion
- Topic: New theme; Any interest?
- Replies: 18
- Views: 71676
Re: New theme; Any interest?
Hello Godsyn, Thanks for the work you have done so far. To see if the new CSS/HTML is rendering properly I would suggest checking on: http://browsershots.org/ Currently testing on mac/win with chrome/firefox. Will use browsershots when near completion. To validate the HTML code there is a nice Fire...
- Sun Apr 29, 2012 4:59 am
- Forum: General discussion
- Topic: New theme; Any interest?
- Replies: 18
- Views: 71676
Re: New theme; Any interest?
Progress report: about 50% done converting everything. Page size is about 50% less, and load times are 50% to 75% faster.
- Sun Apr 22, 2012 7:45 am
- Forum: General discussion
- Topic: New theme; Any interest?
- Replies: 18
- Views: 71676
- Fri Apr 20, 2012 7:45 am
- Forum: General discussion
- Topic: New theme; Any interest?
- Replies: 18
- Views: 71676
- Thu Apr 19, 2012 9:41 am
- Forum: General discussion
- Topic: Thank you
- Replies: 0
- Views: 36504
Thank you
After scouring, I've finally found a web based media player that is working flawlessly with:
- Apache2
PHP5.x
MySql5.x
Icecast2
MPD
- Thu Apr 19, 2012 8:16 am
- Forum: General discussion
- Topic: New theme; Any interest?
- Replies: 18
- Views: 71676
New theme; Any interest?
I've started working on removing the nested tables (yuck) and pointless back-ground images (eg: gradient) and converting everything to CSS. The theme's name is HTML5Clean, and short of some issues with embedded images (eg: DIVs/tables not defined by the theme), I've removed all background images, cl...