<div dir="ltr">Hi, Marc<br><br>It's my first time participate in open-source community, I've read the last IRC log, I feel embarrassed for my idea...<div>Now I know why PMA pick orange and dark-blue for theme :P</div>
<div>I'm interested in UI,<br></div><div>I know my idea will be discussed at next Wednesday, could i attend the next IRC meeting? I will be on the sidelines, My Eng is not very well...</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">2014-03-01 22:25 GMT+08:00 Edward Cheng <span dir="ltr"><<a href="mailto:c4150221@gmail.com" target="_blank">c4150221@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi, Marc<div><br></div><div>Yes,</div><div><br></div><div>I've read some part of the PMA source code,</div><div><b>I mean, include features, most of my work will be INTERFACE CHANGES.</b></div><div>Because functions in navigation.js control the DOM nodes, it'll be reconstruction, I will not worry about changes on Navigation affect other codes.</div>

<div>For PHP part, it's only affect document and document stream export sequence, <b>remake navigation not mean completely rewrite them.</b></div><div><b><br></b></div><div><div class="gmail_extra">I'm sorry for the thoughtless subject I have submitted(New PMA theme), but I seriously considered this subject now.</div>

<div class="gmail_extra">I think can finish it.</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-03-01 20:09 GMT+08:00 Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span>:<div>
<div class="h5"><br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Le 2014-02-26 19:24, Edward Cheng a ¨¦crit :<br>
> Hi,<br>
><br>
<div>> Sorry, I was a little anxious<br>
><br>
> Thanks<br>
><br>
><br>
> 2014-02-26 23:45 GMT+08:00 Marc Delisle <<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a><br>
</div>> <mailto:<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>>>:<br>
<div>><br>
>     Edward Cheng a ¨¦crit :<br>
>     > Hi, Marc<br>
>     ><br>
>     > Why my mails and PRs's reply always have a long delay...<br>
>     > Is there anything wrong with my thoughts?<br>
><br>
>     Hi Edward,<br>
>     the phpMyAdmin team consists of volunteers with day jobs and other<br>
>     obligations; we are doing our best but expect some delay.<br>
><br>
>     Maybe you have noticed that there have been three "pre-proposals" sent<br>
>     on this list since yesterday, so we need some time to process these.<br>
><br>
>     ><br>
>     > Regards<br>
>     ><br>
>     ><br>
>     > 2014-02-26 8:54 GMT+08:00 Edward Cheng <<a href="mailto:c4150221@gmail.com" target="_blank">c4150221@gmail.com</a><br>
</div>>     <mailto:<a href="mailto:c4150221@gmail.com" target="_blank">c4150221@gmail.com</a>>>:<br>
<div>>     ><br>
>     >> GSoC 2014 Project: Navigation Remake and Optimization of two official<br>
>     >> themes<br>
>     >><br>
>     >> I. Navigation Remake(Including two GSoC 2014 ideas)<br>
>     >> ---------------------------------------------------<br>
<br>
</div>Hi,<br>
do you intend to rewrite the navigation panel from scratch, in twelve weeks?<br>
<div><div><br>
>     >><br>
>     >> The Navigation panel of PMA is quite out of date, even it's<br>
>     stable and<br>
>     >> useful, but also has lots of problems, for instance:<br>
>     >> * Outdated tags(<i> and <b>)<br>
>     >> * Using <i> and <b> to draw the lines of the tree-like list is<br>
>     usable, but<br>
>     >> unreasonable<br>
>     >> * The icons and links haven't been aligned vertically<br>
>     >> * Improper solution on the navigation of icons, like(position:<br>
>     >> relative;top: -0.6em;)<br>
>     >> * etc.<br>
>     >><br>
>     >> I think the Navigation panel of PMA should be remade, the new<br>
>     Navigation<br>
>     >> panel would contain:<br>
>     >> * Feature #1426[1]: Remember navigation state<br>
>     >> * Feature (to replace #1486[2]): Fold/unfold all lists in one click<br>
>     >> * Feature: Floating top-aligned effect of the parent nodes,<br>
>     clicking the<br>
>     >> parent nodes without scrolling up, and folding the child-elements<br>
>     >> * Improve: A better shown full name on hover effect<br>
>     >> * Improve: A better filter, multiple keywords support(possibly be<br>
>     >> done:highlighting keywords)<br>
>     >> * Improve: A better highlight mechanic<br>
>     >> * Improve: Delete the lines of the tree-like lists(Proposed),<br>
>     decrease the<br>
>     >> indent space of parent/child elements to save space, just like the<br>
>     >> tree-like lists in windows 7/8 explorer<br>
>     >> * Improve: Add some old-browsers-fallbackable animated effect<br>
>     >> * More new features will be added during the work<br>
>     >><br>
>     >> The modification including some php scripts exported as html,<br>
>     navigation<br>
>     >> related javascript scripts and the navigation part of two<br>
>     official themes ,<br>
>     >> all those modifications above would only affect the appearance in<br>
>     browsers.<br>
>     >><br>
>     >> II. Optimization of two official themes(including one GSoC 2014 idea)<br>
>     >> ---------------------------------------------------------------------<br>
>     >><br>
>     >> Some details in the offical themes is quite unsatisfactory, like:<br>
>     >> * Unfit shadow of group h2 (pmahomme);<br>
>     >> * Ununified icon style;<br>
>     >> * #pma_navigation_collapser using "¡û"<br>
>     >> * The bottom border of pmahomme shouldn't be above #topmenucontainer<br>
>     >> * etc.<br>
>     >><br>
>     >> All optimization works including:<br>
>     >> * Improve: Improvement on the UI details<br>
>     >> * Feature #1490[3]: Dynamic process list<br>
>     >> * Improve: Add some CSS3 animations to the pmahomme<br>
>     >><br>
>     >><br>
>     >> [1] <a href="http://sourceforge.net/p/phpmyadmin/feature-requests/1426/" target="_blank">http://sourceforge.net/p/phpmyadmin/feature-requests/1426/</a><br>
>     >> [2] <a href="http://sourceforge.net/p/phpmyadmin/feature-requests/1486/" target="_blank">http://sourceforge.net/p/phpmyadmin/feature-requests/1486/</a><br>
>     >> [3] <a href="http://sourceforge.net/p/phpmyadmin/feature-requests/1490/" target="_blank">http://sourceforge.net/p/phpmyadmin/feature-requests/1490/</a><br>
>     >><br>
>     >> --<br>
>     >> Edward Cheng<br>
<br>
<br>
</div></div><div><div>--<br>
Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a> | <a href="http://phpmyadmin.net" target="_blank">http://phpmyadmin.net</a><br>
<br>
------------------------------------------------------------------------------<br>
Flow-based real-time traffic analytics software. Cisco certified tool.<br>
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer<br>
Customize your own dashboards, set traffic alerts and generate reports.<br>
Network behavioral analysis & security monitoring. All-in-one tool.<br>
<a href="http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk" target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net" target="_blank">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></div></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Edward Cheng<div><br></div></div>
</font></span></div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Edward Cheng<div><br></div></div>
</div>