473,466 Members | 1,397 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Finaly I'm done with my website

258 Contributor
Hi everyone...
I'm not sure if I'm allowed to put my websites link in here ... So if I'm not allowed please delete the message not just the link

After 5 months now I'm finished with my website .. And I hope it works like it should.
I'll be happy if you report the bugs

www.masqot.com

Thanks
Behzad
Oct 9 '07 #1
12 1587
nathj
938 Recognized Expert Contributor
Hi everyone...
I'm not sure if I'm allowed to put my websites link in here ... So if I'm not allowed please delete the message not just the link

After 5 months now I'm finished with my website .. And I hope it works like it should.
I'll be happy if you report the bugs

www.masqot.com

Thanks
Behzad
Hi Behzad

I took a quick look at your site and it looks pretty smart. The one thing I noticed on the first page is that the link to 'learn more' doesn't change the mouse pointer. This can be achieved with:
Expand|Select|Wrap|Line Numbers
  1. onmouseover=this.style.cursor='pointer'
  2.  
Also the link should really have a title attribute. This attribute is not only reserved from img and a tags but is available for most tags.

Otherwose a very smart looking site - I like it.

Cheers
nathj
Jan 2 '08 #2
bnashenas1984
258 Contributor
Hi Behzad

I took a quick look at your site and it looks pretty smart. The one thing I noticed on the first page is that the link to 'learn more' doesn't change the mouse pointer. This can be achieved with:
Expand|Select|Wrap|Line Numbers
  1. onmouseover=this.style.cursor='pointer'
  2.  
Also the link should really have a title attribute. This attribute is not only reserved from img and a tags but is available for most tags.

Otherwose a very smart looking site - I like it.

Cheers
nathj
Hi nathj and thank you for the suggestion

I really appreciate
Feb 2 '08 #3
Amzul
130 New Member
looks realy nice i liked the fine shape looks clean

whats with the alert "please sing in......" thats the only thing that remind debug mode :)
Feb 2 '08 #4
bnashenas1984
258 Contributor
looks realy nice i liked the fine shape looks clean

whats with the alert "please sing in......" thats the only thing that remind debug mode :)
You get that error if you try to view your own profile "My page" without logging in

That means you have to log in to be able to view or manage your profile


Thanks for posting :)
Feb 2 '08 #5
Markus
6,050 Recognized Expert Expert
You get that error if you try to view your own profile "My page" without logging in

That means you have to log in to be able to view or manage your profile


Thanks for posting :)
Still havent gotten that cursor sorted out ;)
Feb 2 '08 #6
bnashenas1984
258 Contributor
I fixed the cursor..
Looks much better now

Thanks :)
Feb 3 '08 #7
eragon
431 Contributor
looks good, nice layout. My only suggestion is to shrink the font size down (-1) and starting at your nav bar the right side is pushed out 2px. and it would be cool if liinks were a shade of yellow.


Im just bein a bum, huh?

Oh, and was this site developed with PHP or should it be moved to another forum?

Very nice site and good idea.
Feb 3 '08 #8
Markus
6,050 Recognized Expert Expert
My only suggestion is to shrink the font size down (-1) and starting at your nav bar the right side is pushed out 2px.
Well spotted!

Gerrit fixed boy!

Also, in your profile pages. when you hover over the link that toggles the visibility, the cursor needs to be changed like previously ;)
Feb 3 '08 #9
bnashenas1984
258 Contributor
Well spotted!

Gerrit fixed boy!

Also, in your profile pages. when you hover over the link that toggles the visibility, the cursor needs to be changed like previously ;)
Done...
Thank you markusn00b

I really didn't think you people would take your time to have a look at my website

I really appreciate it

Thanks :)
Feb 3 '08 #10
mshmyob
904 Recognized Expert Contributor
Nice site. i noticed though that when you go to the Blog page you can't get back to the Home page. The Home Page link does not send you back to the home page.
Feb 3 '08 #11
mshmyob
904 Recognized Expert Contributor
Also have the cursor change when going over the Quickplay icon and the Login button.

You should also have titles appear when the cursor is over the language change icons.
Feb 3 '08 #12
pedalpete
110 New Member
hey behzad,

I'm not sure if you implemented this onmouseover, but I just thought I'd mention this can also be done with css very easily, just add "cursor: pointer;" to the element.

Just a bit nicer than using javascript methinks.
Hi Behzad

I took a quick look at your site and it looks pretty smart. The one thing I noticed on the first page is that the link to 'learn more' doesn't change the mouse pointer. This can be achieved with:
Expand|Select|Wrap|Line Numbers
  1. onmouseover=this.style.cursor='pointer'
  2.  
Also the link should really have a title attribute. This attribute is not only reserved from img and a tags but is available for most tags.

Otherwose a very smart looking site - I like it.

Cheers
nathj
Feb 3 '08 #13

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Sam | last post by:
Only 2 weeks messing around with it ( thanks to programs like SYNCHRONEX and BITORRENT ), and already trying to create windows ( the paths are just too long for me to want to type them ). After...
7
by: James Johnson | last post by:
I was browsing the newsgroup and viewed a website that interest me. Look at this example: http://www.fullrevolution.com/calendar40/calendar.asp? caltype=day&date=1/29/2004#Eight It is a...
2
by: Simon Wigzell | last post by:
I'm on a different computer running win 95 with IE 5 my website on a new dedicated server and I'm getting "Done, but with errors on page" appearing in the browser status area which I have never...
3
by: Daniel | last post by:
If my System.IO.StreamWriter Write method throws "The specified network name is no longer available." and I try to Dispose or Close it in the finaly clause the close or dispose method just throws...
0
by: Daniel | last post by:
is there any way to clear the buffer of a System.IO.StreamWriter so that it does not do a flush when it is closed in the finaly block?
1
by: bill | last post by:
I'm attempting to implement a URL rewriter (HTTP Handler) in .net. While I've found some very useful source code freely available (like this one http://www.15seconds.com/issue/030522.htm) ... I'm...
9
by: Kentor | last post by:
Hello, Is the following possible: Lets say a user is happy with a certain service a website has to offer. Is there a way to send him an email or create somekind of package or something of this...
7
by: Andy Bell | last post by:
Can this be done via .net generics? How? The % signs below are just to show how I want to do it, I realise they're not valid syntax. public abstract class BaseSelectionRequirement { ......
6
by: dboyerco | last post by:
I'm working with a company that is tracking my vihicle and they have an API that will allow me to log into their database and retrieve the location of my vihicle, which is returned to their website...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.