pages for palmtop
-
hi i have site which is working fine on net now i want the same site on the PDA.. i dont want the same way display i want to change the appearance of the stie like asking for login at first... so i need to change my site design... how will i know that there is a hit to the site from a pda device please help me thanks
-
hi i have site which is working fine on net now i want the same site on the PDA.. i dont want the same way display i want to change the appearance of the stie like asking for login at first... so i need to change my site design... how will i know that there is a hit to the site from a pda device please help me thanks
-
that's a nice suggestion thanks but now i need to redesign all the pages now accordingly right.. is that is the only way is or some other way is there to arrange them
-
that's a nice suggestion thanks but now i need to redesign all the pages now accordingly right.. is that is the only way is or some other way is there to arrange them
Most web pages look lousy on a hand held, precisely because there's no automatic way to make them look good, nor, indeed, can there be. Handheld sites are smaller, stripped d own versions, you need to decide what to strip, and how to lay your page out to suit.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
that's a nice suggestion thanks but now i need to redesign all the pages now accordingly right.. is that is the only way is or some other way is there to arrange them
Do one thing... its a quite time consuming task but u will definately benifit form it... Create a class that inherits from the page class.. and then inherit all your pages from that single class... so now what u can do i that you can put all the common functionality on that single class, so from next time onwards u will have to make change only on one place... I hope u got it... Cheers.!! :->
Deepak Surana