Posted by xsean on March 9, 2010 at 11:03pm
Just want to share our work on this website - Guide, Directory and Lifestyle Magazine about Malaysia Kuala Lumpur.
www.visionkl.com
Feel free to give comment about our work.
Just want to share our work on this website - Guide, Directory and Lifestyle Magazine about Malaysia Kuala Lumpur.
www.visionkl.com
Feel free to give comment about our work.
Comments
=
Outstanding!
----------------------------------------------------------------------
http://classicvinyl.biz ~ http://vinylclassics.biz ~ http://jazz.vinylclassics.biz
My YouTube Channel
thanks!
thanks! it just launched on monday and we will sure improve to make it better and more features in future.
Looks nice, takes a while to
Looks nice, takes a while to load but that's probably the distance.
-------------------------------------------------------------------------
ExtendOpera.org, extend your Opera.
how long it take?
thanks for the positive comment.
may i know how long do it take to load from your place? Because it host in Malaysia, so it only take around 3-4 seconds in 1mbps connection speed.
Hm it varies a bit but using
Hm it varies a bit but using Opera's Dragonfly i just clocked it at a little over half a minute, i think it was a bit faster before. I'm in the Netherlands, on a university network so plenty of bandwidth. The main issue is the images, as expected.
www.visionkl.com/sites/visionkl.com/themes/visionkl/images/highlights.png took oer five seconds for example.
-------------------------------------------------------------------------
ExtendOpera.org, extend your Opera.
connection speed issue
if you said the highlights.png took over 5 seconds to load, then i think is connection speed issue between Netherlands and Malaysia as the file size is just only 183 bytes.
Fast enough for me
It loads fast enough for me, I don't feel any remarkable latency with it.
This site is cool. Congrats!
Out-of-the-box Drupal theme templates
My blog: http://tuthanh.com
impressive!
how did you make your directory with the icons, just cck and views? is it a brand new mag? its already so full of content.
existing magazine
is not brand new mag but revamp their website to drupal cms
i'm using quicktab, cck, views exposed form block...and some css for quicktab...
really cool site
congrats :)
Congratulations for such a
Congratulations for such a great site!!
---~~~***~~~---
aac
is it a custom theme??
is it a custom theme??
----------------------------------------------------
www.meshowventures.com
Yes
yes, it is a custom theme
Site Performance?
hi guys,
may i know how is the website performance? how long do it take to load from your location? very appreciate if you help out. thanks!
sure,very cool!
sure,very cool!
-----
welcome to my drupal' site
Nice work. What did you use
Nice work. What did you use for your photo gallery?
Gallery
actually i'm using image attach but the client want more user friendly to upload and manage the image so change to use gallery2.
Why dont't you make a case
Why dont't you make a case study ?
What modules do you use, if you use some custom modules , in general more info about your project...
busy at the moment
currently busy with some projects, so no really have time on writing case study...some more my english grammar not very good :p
Looks great. My only advice
Looks great. My only advice would be to get another stockphoto for this one: http://www.visionkl.com/sites/default/visionkl/files/image/system/homepa...
the blonde girl on there is popping up on all kinds of sites lately. She's like the new iStockphoto model or something...
Drupal is like falling in love with a girl after you got to know her, instead of instantly falling in love with her appearance... :)
image changed
i think my client had changed it because they update content themself...
A few comments...
The site looks good, but it's very slow to load (images?) I am on a UK University network, so I have lots of bandwidth.
The site also is too wide for my screen, and it's a 1280 pixel wide screen. I would try to get the content to fit within 1000 pixels.
screen width is 1085px
that's weird cause the screen width is 1085px
Loads fine on my end. Well
Loads fine on my end. Well designed site.
_
Lyemium - The Creative Resource for Art & Design
dude add css and js
dude add css and js agregation (you know combine them in 1 and check yslow and pagespeed firefox extensions to make it faste)
great site
im usually a good guy,plz dont ban me
Great Site...but what type of view is HIGHLIGHTS block using
Great Site...but what type of view is HIGHLIGHTS block using? I want to create such a view where your have the title, and content on one side and the picture on the other. How did you accomplish this?
Rony P.
using view
i'm using view to create the HIGHLIGHTS. Then customize the view template file for the UI...
Download times for visionkl.com via websiteoptimization.com
Download times for visionkl.com via websiteoptimization.com
Connection Rate.......Download Time
14.4K .....................579.20 seconds
28.8K......................301.30 seconds
33.6K......................261.60 seconds
56K.........................166.32 seconds
ISDN 128K................67.17 seconds
T1 1.44Mbps ............27.20 seconds
Run the analysis to get a detailed report:
http://www.websiteoptimization.com/services/analyze/
How were you able to put the
How were you able to put the login box into the header area?
Customize it
here is the code. Add inside the page.tpl.php
<?php if (!$user->uid): ?>
<div class="login">
<form action="<?php global $base_url; print $base_url."/user/login/?".drupal_get_destination();?>" method="post" id="user-login">
<a href="/subscribe-newsletter">NEWSLETTER SIGNUP</a>
|
<a href="/user/register">REGISTER</a>
|
USER NAME:
<input type="text" maxlength="60" name="name" id="edit-name" size="12" value="" class="form-text required" />
PASSWORD:
<input type="password" name="pass" id="edit-pass" maxlength="128" size="12" class="form-text required" />
<input type="hidden" name="form_id" id="edit-user-login" value="user_login" />
<input type="submit" name="op" id="edit-submit" value="Log in" class="login-form-submit " />
</form>
</div>
<?php else: ?>
You are logged in as <span class="login"><?php echo t("!user", array('!user' => l($user->name, "user"))); ?> | <?php echo l(t("Edit Account"), "user/" . $user->uid . "/edit");?>
| <?php echo l(t("Log out"), "logout"); ?></span></li>
<?php endif; ?>