Re: [WSG] To or not to here is the question!!! [SEC=UNOFFICIAL]

2011-01-19 Thread dionisis karampinis
Thank you all for your input folks!!! Much appreciated!!!

Best Regards

Dio

On 19 January 2011 03:43, David Bromage  wrote:

> UNOFFICIAL
>
>  is non-standard and deprecated. It is not valid HTML and is not
> supported by all browsers.
>
>
>
> A “web standards group” should adhere to web standards!
>
>
>
> Regards
>
> David
>
>
>
> UNOFFICIAL
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] To or not to here is the question!!!

2011-01-18 Thread dionisis karampinis
IE8 uses 102% CPU resources and the site srcolls relatively slow! The
problem is with 'having a scroller or not' in general and the inefficiency
of  is that is being used for presentation and not content
structure! Thanks for your reply Antony, but as 45% of my target users will
use IE i need something extra lightweight!!! Found this
http://www.talkincode.com/examples/javascript-marquee/horizontal-scroll.html,
which looks pretty clean and fast... any proposals much appreciated
folks Thanks a lot!!!

On 18 January 2011 16:29, Antony Papamichail | PSDgator.com <
sa...@psdgator.com> wrote:

>  the liScroll solution looks just fine. CPU is 99% on idle for me on all
> browsers. WP loop has nothing to do with it. This Javascript solution is
> what I would prefer to use. Your CPU might peak because of some other
> reason.
>
> I hope I helped.
>
> Best regards,
> Antony Papamichail | project manager
> PSDgator.com <http://www.psdgator.com/>
>
> Sales & Support department
> 3 Odysseos str.
> 56224 Thessaloniki, Greece
> Skype: a.papamichail, Ph. +306932309660, Fx. +302311251630
>
>
> On 18/1/2011 4:10 μμ, dionisis karampinis wrote:
>
> Heh!! Is this something like 'who dares win'? cause i'm a bit afraid to do
> this to be honest, but at the same time we should respect  CPU's resources
> as well... any ideas please ?
>
>  On 18 January 2011 16:02, Jason Grant  wrote:
>
>> Use a ! Go on! Be brave! Be different! I dare you! :-D
>>
>>  Hilarious!
>>
>>
>> On Tue, Jan 18, 2011 at 1:57 PM, dionisis karampinis <
>> dkarampi...@gmail.com> wrote:
>>
>>> Greetings to everyone,
>>>
>>> I prepare a web project (wordpress), where my boss desires a horizontal
>>> news ticker scrolling from left to right at the top of my header!!! It
>>> is something i would not propose to anyone to do, but unfortunately i have
>>> to do it..
>>>
>>> Initially i used the li scroller from
>>> http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/scrollanimate.html,
>>>  which is extremely slow and uses huge CPU resources, especially when using
>>> it with IE8, but almost the same thing happens with Firefox, Safari, Chrome
>>> and Opera... I cant figure out if this a .js problem or something to do with
>>> wordpress loop (as this is a custom loop which creates an unordered lists of
>>> some particular posts).
>>>
>>> At the same time  seems to do the job, extremely fast and
>>> without 'eating' my CPU's resources!!! I know that the particular html tag
>>> is a big NO NO these days and a not semantic element whatsoever...
>>>
>>> The situation is really tough as i need good performance and at the same
>>> time, to only use semantic elements in my code!!!
>>>
>>> If anyone has been through these problems before or knows anything about
>>> it i would really appreciate it!!!
>>>
>>> Best regards and many thanks to everyone!!! Have a good day.
>>>
>>>
>>>
>>> ***
>>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>>> Help: memberh...@webstandardsgroup.org
>>> ***
>>
>>
>>
>>
>>  --
>> Jason Grant BSc, MSc
>> CEO, Flexewebs Ltd.
>> www.flexewebs.com
>> ja...@flexewebs.com
>> +44 (0)7748 591 770
>> Company no.: 5587469
>>
>> www.flexewebs.com/semantix
>> www.twitter.com/flexewebs
>> www.linkedin.com/in/flexewebs
>>
>> ***
>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>> Help: memberh...@webstandardsgroup.org
>> ***
>>
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
>
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] To or not to here is the question!!!

2011-01-18 Thread dionisis karampinis
Heh!! Is this something like 'who dares win'? cause i'm a bit afraid to do
this to be honest, but at the same time we should respect  CPU's resources
as well... any ideas please ?

On 18 January 2011 16:02, Jason Grant  wrote:

> Use a ! Go on! Be brave! Be different! I dare you! :-D
>
> Hilarious!
>
>
> On Tue, Jan 18, 2011 at 1:57 PM, dionisis karampinis <
> dkarampi...@gmail.com> wrote:
>
>> Greetings to everyone,
>>
>> I prepare a web project (wordpress), where my boss desires a horizontal
>> news ticker scrolling from left to right at the top of my header!!! It
>> is something i would not propose to anyone to do, but unfortunately i have
>> to do it..
>>
>> Initially i used the li scroller from
>> http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/scrollanimate.html,
>>  which is extremely slow and uses huge CPU resources, especially when using
>> it with IE8, but almost the same thing happens with Firefox, Safari, Chrome
>> and Opera... I cant figure out if this a .js problem or something to do with
>> wordpress loop (as this is a custom loop which creates an unordered lists of
>> some particular posts).
>>
>> At the same time  seems to do the job, extremely fast and without
>> 'eating' my CPU's resources!!! I know that the particular html tag is a big
>> NO NO these days and a not semantic element whatsoever...
>>
>> The situation is really tough as i need good performance and at the same
>> time, to only use semantic elements in my code!!!
>>
>> If anyone has been through these problems before or knows anything about
>> it i would really appreciate it!!!
>>
>> Best regards and many thanks to everyone!!! Have a good day.
>>
>>
>>
>> ***
>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>> Help: memberh...@webstandardsgroup.org
>> ***
>
>
>
>
> --
> Jason Grant BSc, MSc
> CEO, Flexewebs Ltd.
> www.flexewebs.com
> ja...@flexewebs.com
> +44 (0)7748 591 770
> Company no.: 5587469
>
> www.flexewebs.com/semantix
> www.twitter.com/flexewebs
> www.linkedin.com/in/flexewebs
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

[WSG] To or not to here is the question!!!

2011-01-18 Thread dionisis karampinis
Greetings to everyone,

I prepare a web project (wordpress), where my boss desires a horizontal news
ticker scrolling from left to right at the top of my header!!! It is
something i would not propose to anyone to do, but unfortunately i have to
do it..

Initially i used the li scroller from
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/scrollanimate.html,
which is extremely slow and uses huge CPU resources, especially when
using
it with IE8, but almost the same thing happens with Firefox, Safari, Chrome
and Opera... I cant figure out if this a .js problem or something to do with
wordpress loop (as this is a custom loop which creates an unordered lists of
some particular posts).

At the same time  seems to do the job, extremely fast and without
'eating' my CPU's resources!!! I know that the particular html tag is a big
NO NO these days and a not semantic element whatsoever...

The situation is really tough as i need good performance and at the same
time, to only use semantic elements in my code!!!

If anyone has been through these problems before or knows anything about it
i would really appreciate it!!!

Best regards and many thanks to everyone!!! Have a good day.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] disallow IE6 to load the main style sheet

2010-12-22 Thread Dionisis Karampinis
Totally agree with you! Letting users know about the security flaws of IE6+7 is 
much more effective than the usual passive messages (especially on e-shops)!! 
Providing the content styled or not is a tough question, but i believe it all 
comes to the site's audience and purpose..for instance for a news website i 
would spend more time coding a stylesheet for mobile devices rather than IE6... 
unfortunatelly i still have to provide for IE7+8..but thats another story.. 
Whatever the case, trying to provide the information in the best way, just 
markup or styles that dont display some elements etc., i think should be the 
optimal web practise..

Regards, dio.

Sent from my iPhone

On 20 Dec 2010, at 23:10, tee  wrote:

> 
> On Dec 20, 2010, at 12:26 PM, Felix Miata wrote:
> 
>> On 2010/12/20 13:13 (GMT-0500) Erickson, Kevin (DOE) composed:
>> 
>>> I like the "let it fail gracefully" method. And, using something like
>>> , display a message for IE 6 only, "You are using IE 6.
>>> Please upgrade your browser to view this site correctly."
> 
> For those who still think IE6 users shouldn't be treated less user experience 
> wise and that we shouldn't advocate abandoning the browser, I think something 
> needs to take into account, that IE6 and 7 have serious  security flaws, if a 
> site is static it probably is OK, but for sites that collect user data and CC 
> info than there is a good reason to advice and advocate IE6 users to stay 
> away from the browser. 
> 
> One of my clients did an implementation on his site, year ago the usage of 
> IE6 was over 15%; he had me put up an IE6 no more banner, 6 months later, the 
> usage only dropped some 3%. Then I read news about Google got hacked and that 
> Microsoft asked users to abandon IE6, so I suggested client placed a message 
> about the security vulnerability. The usage fell below 6% in a couple months, 
> tough I can't be 100% sure it's the message that helped bringing down the 
> percentage, but I think it helped greatly than a passive "You are using an 
> outdated browser. For a better experience using this site, please upgrade to 
> a modern web browser".
> 
> 
> tee
> 
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
> 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



[WSG] 8 invites for Google Wave

2009-12-03 Thread dionisis karampinis
8 invites for Google Wave !!!

pm me

-- 
Dio Karampinis

impelmedia ltd.

01482636640

d...@impelmedia.co.uk

www.impelmedia.co.uk


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Including a DIV element inside an HREF tag

2009-11-04 Thread dionisis karampinis
Thanks a lot for the input, i wouldnt like to avoid validation, and IE6
allows the block element to be "clickable" but with no sign that you can do
that (change of the mouse cursor), other than just showing the location of
the link in the browser's status bar..


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

[WSG] Including a DIV element inside an HREF tag

2009-11-04 Thread dionisis karampinis
Hello to all!

I would like your comments regarding the inclusion of a DIV, inside a Link
tag.

I need to make the following div element - 'linkable' , as such when the
user hovers on it, to be able to follow a link to another page.

e.g.

http://www.impelmedia.co.uk/index.php/services/design/";>
*
My Heading
Lorem ipsum text lorem ipsum text lorem ipsum text orem
ipsum text lorem ipsum text orem ipsum text lorem ipsum text
*


Do you think this is a semantic way of structuring these elements or not ?
And if not do you know if there are any other alternatives so i could
perform the same functionality?

Thanks in advance

Regards

Dionisis K


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Let's stay in touch on LinkedIn

2009-10-20 Thread dionisis karampinis
Sorry to everyone in the group for that!!!this is what happens when
you spend all your day in front the screen :)



2009/10/20 Dionisis Karampinis 

>  LinkedIn
>
> Dionisis Karampinis requested to add you as a connection on LinkedIn:
>
> Nick,
>
> I'd like to add you to my professional network on LinkedIn.
>
> - Dionisis
>
>   
> Accept<http://www.linkedin.com/e/7L1XvhOEro1RJ5LtYH3XHbryRcefSR7tSTTS06J/blk/I1519442116_2/pmpxnSRJrSdvj4R5fnhv9ClRsDgZp6lQs6lzoQ5AomZIpn8_cBYScj4Od3gVcjkNiiZzgQVorTFPqOYNczoSejcUc3wLrCBxbOYWrSlI/EML_comm_afe/>
>   View
> invitation from Dionisis 
> Karampinis<http://www.linkedin.com/e/7L1XvhOEro1RJ5LtYH3XHbryRcefSR7tSTTS06J/blk/I1519442116_2/39vdz4NczgQej4RckALqnpPbOYWrSlI/S2_svi/>
>
>
> *WHY MIGHT CONNECTING WITH DIONISIS KARAMPINIS BE A GOOD IDEA?*
>
> *People Dionisis Karampinis knows can discover your profile*
> Connecting to Dionisis Karampinis will attract the attention of LinkedIn
> users. See who's been viewing your 
> profile<http://www.linkedin.com/e/wvp/inv18_wvmp/>
> .
>
>
> © 2009, LinkedIn Corporation
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


[WSG] Let's stay in touch on LinkedIn

2009-10-20 Thread Dionisis Karampinis
LinkedIn


Dionisis Karampinis requested to add you as a connection on LinkedIn:
--

Nick,

I'd like to add you to my professional network on LinkedIn.

- Dionisis

Accept invitation from Dionisis Karampinis
http://www.linkedin.com/e/7L1XvhOEro1RJ5LtYH3XHbryRcefSR7tSTTS06J/blk/I1519442116_2/pmpxnSRJrSdvj4R5fnhv9ClRsDgZp6lQs6lzoQ5AomZIpn8_cBYScj4Od3gVcjkNiiZzgQVorTFPqOYNczoSejcUc3wLrCBxbOYWrSlI/EML_comm_afe/

View invitation from Dionisis Karampinis
http://www.linkedin.com/e/7L1XvhOEro1RJ5LtYH3XHbryRcefSR7tSTTS06J/blk/I1519442116_2/39vdz4NczgQej4RckALqnpPbOYWrSlI/svi/

--

Why might connecting with Dionisis Karampinis be a good idea?

People Dionisis Karampinis knows can discover your profile:
Connecting to Dionisis Karampinis will attract the attention of LinkedIn users. 
See who's been viewing your profile:

http://www.linkedin.com/e/wvp/inv18_wvmp/

 
--
(c) 2009, LinkedIn Corporation



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Online shop package recommendations please.

2009-10-18 Thread dionisis karampinis
Hi Hedley,

I've recently used Prestashop - http://www.prestashop.com/ - and i am very
satisfied with it!!!

PHP E-commerce framework - its an Open source solution with really
supportive community..give it a try!

Web Standards compliant XHTML - CSS 

Many frameworks (*wouldnt like to name them*;) still make use of
**tags to style Content.. ..so do your research before
you choose one
;)

Best Regards

Dennis Karampinis


2009/10/17 hed...@digitalessence.net 

> Hi,
>
> I'm in the process of quoting a few ecommerce packages/websites and
> currently looking at opencart (for a free and non supported solution) and
> JShop for a more pro supported version. Does anyone have any packages that
> they recommend?
>
> http://www.opencart.com/
> http://www.jshop.co.uk/index
>
> I'm not requiring bar codes or EPOS integration so need to keep it simple.
>
> thanks.
>
> Hedley Phillips
> Digital Essence
>
> T: 01306 627 128
> M: 07940 508 417
> E: hed...@digitalessence.net
>
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***