[wp-hackers] Regarding GSOC

Pankaj Kumar Sharma pankaj at engineerinme.com
Sun Feb 5 14:50:08 UTC 2012


Thanks everyone for your comments and feedbacks.
I'll take care about them.
Can any one here help me about Google Summer of Code [GSOC]. I am looking
for a project and mentor.

Regards,

From: Pankaj Kumar Sharma <sharmapankaj1992 at gmail.com>
> Subject: [wp-hackers] Regarding GSOC
> To: wp-hackers at lists.automattic.com
> Message-ID:
>        <CADEuSkcUtt7GRTt3gH8q1_AuqcUYqMCtFhZFdcGhjt_tsC0XWQ at mail.gmail.com
> >
> Content-Type: text/plain; charset=UTF-8
>
> I got to know about this mailing list from http://wordpress.org/gsoc/
> I have made a small wordpress plugin present at
> http://wordpress.org/extend/plugins/snow-effect-for-wordpress-using-jquery/
> I am looking for a mentor and a project.
> Could any one help me out ?
>
> Thanks and regards,
>
> --
> Pankaj Kumar Sharma | ???? ????? ?????
>  Jamia Millia Islamia
>
>
> ------------------------------
>
> Message: 3
> Date: Sat, 4 Feb 2012 14:44:19 -0500
> From: William Satterwhite <whsatterwhite at gmail.com>
> Subject: Re: [wp-hackers] Regarding GSOC
> To: wp-hackers at lists.automattic.com
> Message-ID:
>        <CAGbA+aZcFhhDEdosGNWcqY2v4swc9FDW1FYq8woT_kL+XGAXSA at mail.gmail.com
> >
> Content-Type: text/plain; charset=UTF-8
>
> Followed the link to your plugin and it seems to have a conflict in
> personality, so I downloaded it. It checks out and is indeed a plugin for
> adding a snow flake effect via jQuery and not a plugin to display products
> from an OSCommerce shopping cart database as the plugin description
> states...
>
> "Plugin for displaying products from an OSCommerce shopping cart database"
>
> On Sat, Feb 4, 2012 at 2:36 PM, Pankaj Kumar Sharma <
> sharmapankaj1992 at gmail.com> wrote:
>
> > I got to know about this mailing list from http://wordpress.org/gsoc/
> > I have made a small wordpress plugin present at
> >
> http://wordpress.org/extend/plugins/snow-effect-for-wordpress-using-jquery/
> > I am looking for a mentor and a project.
> > Could any one help me out ?
> >
> > Thanks and regards,
> >
> > --
> > Pankaj Kumar Sharma | ???? ????? ?????
> >  Jamia Millia Islamia
> > _______________________________________________
> > wp-hackers mailing list
> > wp-hackers at lists.automattic.com
> > http://lists.automattic.com/mailman/listinfo/wp-hackers
> >
>
>
>
> --
> William H. Satterwhite
> (252) 762-5177
>
>
> ------------------------------
>
> Message: 4
> Date: Sat, 04 Feb 2012 23:32:04 +0200
> From: Stas Su?cov <stas at nerd.ro>
> Subject: Re: [wp-hackers] Regarding GSOC
> To: wp-hackers at lists.automattic.com
> Message-ID: <op.v86bfqsa5x5v0b at rivalry>
> Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
>
> Ignoring the title/description fuzziness, and jumping directly to check
> the code, here are some friendly advices:
> * use already declared javascript enqueues (jquery in your case),
> redeclare it only if you have compatibility issues
> * don't use common names for enque ID, think about a namespace for your
> plugin and stick with it in any ID/name you will use [1]
> * code is poetry! what happened to your indentation?
>
> Good luck!
>
> [1] http://nacin.com/2010/05/11/in-wordpress-prefix-everything/
>
> ?n data de Sat, 04 Feb 2012 21:44:19 +0200, William Satterwhite
> <whsatterwhite at gmail.com> a scris:
>
> > Followed the link to your plugin and it seems to have a conflict in
> > personality, so I downloaded it. It checks out and is indeed a plugin for
> > adding a snow flake effect via jQuery and not a plugin to display
> > products
> > from an OSCommerce shopping cart database as the plugin description
> > states...
> >
> > "Plugin for displaying products from an OSCommerce shopping cart
> > database"
> >
> > On Sat, Feb 4, 2012 at 2:36 PM, Pankaj Kumar Sharma <
> > sharmapankaj1992 at gmail.com> wrote:
> >
> >> I got to know about this mailing list from http://wordpress.org/gsoc/
> >> I have made a small wordpress plugin present at
> >>
> http://wordpress.org/extend/plugins/snow-effect-for-wordpress-using-jquery/
> >> I am looking for a mentor and a project.
> >> Could any one help me out ?
> >>
> >> Thanks and regards,
> >>
> >> --
> >> Pankaj Kumar Sharma | ???? ????? ?????
> >>  Jamia Millia Islamia
> >> _______________________________________________
> >> wp-hackers mailing list
> >> wp-hackers at lists.automattic.com
> >> http://lists.automattic.com/mailman/listinfo/wp-hackers
> >>
> >
> >
> >
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Sat, 4 Feb 2012 21:55:07 +0000
> From: Alex Hempton-Smith <hempsworth at gmail.com>
> Subject: Re: [wp-hackers] Regarding GSOC
> To: "wp-hackers at lists.automattic.com"
>        <wp-hackers at lists.automattic.com>
> Message-ID: <8244824028116780750 at unknownmsgid>
> Content-Type: text/plain; charset=UTF-8
>
> Also, this is just a personal gripe: jQuery not Jquery :)
>
> A.
>
> Sent from my iPhone
>
> On 4 Feb 2012, at 21:32, "Stas Su?cov" <stas at nerd.ro> wrote:
>
> > Ignoring the title/description fuzziness, and jumping directly to check
> the code, here are some friendly advices:
> > * use already declared javascript enqueues (jquery in your case),
> redeclare it only if you have compatibility issues
> > * don't use common names for enque ID, think about a namespace for your
> plugin and stick with it in any ID/name you will use [1]
> > * code is poetry! what happened to your indentation?
> >
> > Good luck!
> >
> > [1] http://nacin.com/2010/05/11/in-wordpress-prefix-everything/
> >
> > ?n data de Sat, 04 Feb 2012 21:44:19 +0200, William Satterwhite <
> whsatterwhite at gmail.com> a scris:
> >
> >> Followed the link to your plugin and it seems to have a conflict in
> >> personality, so I downloaded it. It checks out and is indeed a plugin
> for
> >> adding a snow flake effect via jQuery and not a plugin to display
> products
> >> from an OSCommerce shopping cart database as the plugin description
> >> states...
> >>
> >> "Plugin for displaying products from an OSCommerce shopping cart
> database"
> >>
> >> On Sat, Feb 4, 2012 at 2:36 PM, Pankaj Kumar Sharma <
> >> sharmapankaj1992 at gmail.com> wrote:
> >>
> >>> I got to know about this mailing list from http://wordpress.org/gsoc/
> >>> I have made a small wordpress plugin present at
> >>>
> http://wordpress.org/extend/plugins/snow-effect-for-wordpress-using-jquery/
> >>> I am looking for a mentor and a project.
> >>> Could any one help me out ?
> >>>
> >>> Thanks and regards,
> >>>
> >>> --
> >>> Pankaj Kumar Sharma | ???? ????? ?????
> >>> Jamia Millia Islamia
> >>> _______________________________________________
> >>> wp-hackers mailing list
> >>> wp-hackers at lists.automattic.com
> >>> http://lists.automattic.com/mailman/listinfo/wp-hackers
> >>>
> >>
> >>
> >>
> >
> >
> > _______________________________________________
> > wp-hackers mailing list
> > wp-hackers at lists.automattic.com
> > http://lists.automattic.com/mailman/listinfo/wp-hackers
>
>
> ------------------------------
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
>
> End of wp-hackers Digest, Vol 85, Issue 6
> *****************************************
>



-- 
Pankaj Kumar Sharma | पंकज कुमार शर्मा
   Co-Founder engineerinme.com
-------------------------------------------------
Facebook <http://www.facebook.com/engineerinme> |
Twitter<http://twitter.com/#%21/engineerinmine>|
Linkedin <http://in.linkedin.com/pub/pankaj-sharma/31/270/365> |
Google+<https://plus.google.com/111168421079080711164/about>


More information about the wp-hackers mailing list