A simple portfolio site using DHTML gallery working on an IIS server safemode on

applepie

Quote from: chio on October 12, 2008, 06:01:14 PM
One more entry for my "Professional Websites" Showcase!

This showcase is brilliant. Great job! Only dissapointment I can read. I have been looking for the glassy template for awhile. Is it available for download?

gokcer

Thank you chio :)

"WebsiteBaker.at" is a great idea to show what WB can do and to motivate bakers.

Best Regards...


Stefek

Hello Gokcer,
sorry that I am letting you waiting.
I didn't have time yet to implement your code in one of my running projects.
But I will do so in the next days and will let you know then.

Regards,
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

gokcer

@Stefek,
Inside the attached zip file, you'll find the customized gallery module, crop tool, lightbox, the templates and some other stuff. Maybe these files will not work with the standard versions of WB. But I hope that you will figure out the way of integration of new options.

Especially take a look at view.php. First I have added at line 122 if(file_exists(WB_PATH.MEDIA_DIRECTORY.'/gallery/image'.$image['image_id'].'.jpg'))
{
$resim = WB_URL.MEDIA_DIRECTORY.'/gallery/image'.$image['image_id'].'.jpg';
}
else
{
$resim = WB_URL.'/templates/tasarim/noimage.gif';
}
then added [RESIM] in "$vars" (line 125) and $resim in "$values" (lines 132, 134).

And inside the gallery module's settings, html tag of loop box is:<div id="thumb"><a href="[RESIM]" rel="lightbox" title="[TITLE] • [DESCRIPTION] • [TARIH]">[THUMB]</a></div>

"rel=lightbox" string activates the lightbox.

Have a good time :)

Modified: I've made some changes just after this post.

view.php line 105: $baslik = stripslashes($image[$sirala]);
tags.php line 9: $title = stripslashes($tag1['title']);
tags.php line 20: $description = stripslashes($tag2['description']);
keywords.php line 9: $title = stripslashes($tag1['title']);
keywords.php line 20: $description = stripslashes($tag2['description']);

In other words "stripslashes" added to remove slashes.


[gelöscht durch Administrator]

Stefek

Quote from: gokcer on October 09, 2008, 11:32:41 AM
But I will post here the modified gallery module and the template codes this night (GMT+2 :)), so you can view changes on a comparing software like "beyond compare". After that if you have questions, please post and I will reply them as best I can.
Yes, that's great. I will do so if I have questions then.

Thank you!

Regards,
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

gokcer

Hi stefek,
A tutorial seems to be difficult, because I made a lot of changes on WB since 2005 to make it and its modules working on IIS and safemode=on server configurations. So I don't know where to start :) And I didn't update it to 2.7 yet, current version is 2.6.7.

2 or 3 years ago I wrote in this forum a lot about making WB working under IIS and "safemode=on" servers. Nobody interested in it :) So I never wrote a changelog.

But I will post here the modified gallery module and the template codes this night (GMT+2 :)), so you can view changes on a comparing software like "beyond compare". After that if you have questions, please post and I will reply them as best I can.

Best regards...

Stefek

Quote from: gokcer on October 08, 2008, 07:50:23 PMThis module is the standart gallery module; i mean the first and simple gallery module of WB Project. I 've called the lightbox dhtml menu codes from template's index file; then I made the image page links to call directly image links as '.image_id.'.jpg.
Wow. This is cool.
Could you provide a small tutorial, where to make the changes?
I would appreciate it (if you have some time for it).

And, is it possible to use something like a "next", "previews" button for it?

Best regards,
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

gokcer

@aldus
Thank you; that kind of tool was a need for me. Do you know Google Chrome? Google Chrome has a code viewing tool, that shows the html tag of the selection at any page. May be that will be useful for you, too. Another great feature of Chrome is: I am not sure but I think it has the similar html code rendering style with Safari; so you can view your page as it will be shown on MacOSX systems.

@tessed:
Maybe brightening the font color can solve that problem; i will try that; but I don't want to decrease the dominant view of works. This module is the standart gallery module; i mean the first and simple gallery module of WB Project. I 've called the lightbox dhtml menu codes from template's index file; then I made the image page links to call directly image links as '.image_id.'.jpg.

tessed

Aldus,

Firebug is one of the most valuable tools for developers. I use it all the time.

@Gokcer: i like your work and that of your wife. One thing though, i think the image descriptions could be hard to read for some people. Btw: which gallery module is this?

Regards,

Tyronne
Webdesign: [url="//www.desse.nl"]www.desse.nl[/url]

aldus

Quote from: gokcer on October 07, 2008, 06:49:35 PM
Thank you aldus. I think it's missed when copying and pasting. How did you find that? :)

If you are working with FireFow where are two (must have) addons:
WebdeveloperTools:
https://addons.mozilla.org/de/firefox/addon/60
and FireBug:
https://addons.mozilla.org/de/firefox/addon/1843

Install - enjoy ...

Regards
Aldus

Stefek

Yes.
This could happen.

But there is still a lot of things to do which is important, making fun and we can gain pleasure out of it. Don't you see it like similar? :wink:

Best Regards,
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

gokcer

QuoteAt the other hand, when there is no challenge (as for example a contract, a job) there is not much time for "experimentals".
About studying illustration and 3D animation, this is what happens to me too. I'm afraid people like us will find enough time when they become grandfathers and grandmothers :)

Best regards...

Stefek

Thank you.  :-P

Quote from: gokcer on October 07, 2008, 06:46:53 PM
Very nice work Stefek. Especially this one is very funny. Do you make flash cartoons? If not you must try.

To be honest I hope that I will find some time to make some. I never made them myself, but I know how Animation is working (and all images I am using for the web are vector-based). I also hope that I will find some time to learn 3D rendering  (Cinema 4D, 3DsMax etc.)

At the other hand, when there is no challenge (as for example a contract, a job) there is not much time for "experimentals".

But maybe I will find some time someday. All my friends allready told me I should do some  :-)

So thank you,
and keep on your good work.

Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

gokcer

Thank you aldus. I think it's missed when copying and pasting. How did you find that? :)

gokcer

Very nice work Stefek. Especially this one is very funny. Do you make flash cartoons? If not you must try.

aldus

Nice site ... realy ...
But there are three littel Errors/Typos in the CSS in file "screen.css": line 122, 166 and 186, all the same:
one little comma to mutch:

color: #6f6e73;,


must be simple

color: #6f6e73;


Regards
Aldus

Stefek

Hello again.
I am myself also a illustrator, so I can recognize work of value.  :wink:

She has a nice, line oriented though "living" style.

Regards from Germany,
Stefek

[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

gokcer

Thanks for your nice comment Stefek.

She is my wife, a graphic artist and an illustrator :)

Stefek

Merhaba Gokcer.

This is a very nice site and great illustrations!
Did you them yourself or is this a work for another artist?

I also like the dark template.
It looks very clean and professional.

Best Regards,
Stefek

[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

gokcer

http://www.ecenurhan.com

thumbnails are generated during image upload via the cropper application embedded in gallery module's modify_image.php file.

As I said before: WB is the best for designers, because it has the largest abilities of being modified.