<i>What is you plan with the font size setting? It's already taken care of,<br>
on the main page.<br><br>
For the default language, I don't think that this is much needed, as the<br>
current language selectors work well and are able to detect the<br>
browser's defined language.</i>
<br>
<br>Yes, this is what I have was recently thinking.  Since, the original goals of the project are very clear to me know I don't think there is need to have interfaces for default language, font size, and max rows etc.<br>
<br>I think I was confusing what I was originally supposed to do (which also happens to be much simpler) with something I read in your book about "permanent storage" feature.  Can you please elaborate on this if it is related to my project, and in what way?<br>
<br>Thank you!<br><br>--------------------------------------------------<br>Best regards,<br>Zeeshan Mughal<br>Email:  <a href="mailto:zeeshanmughal@ieee.org">zeeshanmughal@ieee.org</a><br>Web:  <a href="http://www.zixan.info">http://www.zixan.info</a><br>

<br><br><div class="gmail_quote">On Mon, Jul 20, 2009 at 5:04 AM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Zeeshan M. a écrit :<br>
<br>
> _Here are my notes on the code that I have written so far:_<br>
<div class="im">><br>
> - I have commented out user settings interface for "Default Language" as<br>
> only one of the languages show up in the drop down menu.  And when I hit<br>
> submit that language is set to default for some weird reasons.<br>
><br>
> - The current value of a setting will be selected on page load in drop<br>
> down menu element, and it will be printed in text box input.  The<br>
> mechanism is a bit confusing, and I will work on it first thing tomorrow<br>
> morning.  Any suggestions to deal with this problem differently?<br>
><br>
> - need to define an additional method in sql driver class to select all<br>
> of the settings' values at once<br>
><br>
> - need to implement a sophisticated interface to handle errors<br>
</div>We already have error handling code, look at the existing phpMyAdmin<br>
code for $cfg['Error_Handler'].<br>
<div class="im">><br>
> - SQL query still does not produce expected result. I am wondering I<br>
> need to link queries with server, but I was not able to figure out how<br>
> to extract link to connection server.<br>
<br>
</div>The standard way of accessing the pmadb is via PMA_query_as_controluser().<br>
<div class="im"><br>
><br>
> - I see that some of the configuration settings can simple be changed<br>
> through ./libraries/config.default.php such as PropertiesIconic.  I am<br>
> wondering that these settings are directly extracted from config file.<br>
> So, in this case, may be create a new config file to set these settings.<br>
<br>
</div>What is you plan with the font size setting? It's already taken care of,<br>
on the main page.<br>
<br>
For the default language, I don't think that this is much needed, as the<br>
current language selectors work well and are able to detect the<br>
browser's defined language.<br>
<br>
The CSS should go into the themes and not directly in scripts.<br>
<font color="#888888"><br>
<br>
--<br>
</font><div><div></div><div class="h5">Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
<br>
------------------------------------------------------------------------------<br>
Enter the BlackBerry Developer Challenge<br>
This is your chance to win up to $100,000 in prizes! For a limited time,<br>
vendors submitting new applications to BlackBerry App World(TM) will have<br>
the opportunity to enter the BlackBerry Developer Challenge. See full prize<br>
details at: <a href="http://p.sf.net/sfu/Challenge" target="_blank">http://p.sf.net/sfu/Challenge</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</div></div></blockquote></div><br>