The deadline for students applying for Google Summer of Code this year is today, at 19:00 UTC. That’s about 3 hours from now. Still working on your application? Double check your time zone here. No late applications will be accepted.
There are a lot of potential projects on our Ideas list, so if you’ve been hemming and hawing over whether or not to apply, this is your last chance for this year. We have great people lined up to mentor the students, including most of the WordPress lead developers, some dedicated core contributors, plugin developers, the BuddyPress lead developers, etc. Google is providing a great opportunity for both students and the open source projects that act as mentoring organizations (like WordPress), so don’t pass it up if you’re an eligible student.
You can’t win if you don’t play, right? Five thousand bucks for two months of coding over the summer with WordPress hotshots. I know a lot of people that would love that deal. Oh, and hey, student girl wonders of WordPress-land: why haven’t you applied yet?
Apply now! (Don’t forget to use our application template.)
Package:
Summary:
Send e-mail using authentication SMTP servers
Groups:
Author:
Description:
This class can be used to send e-mail using SMTP servers that require authentication.
The class can connect to a given SMTP server, authenticate as a given user, and send a message to given destination e-mail addresses.
Package:
Summary:
Send e-mail using authentication SMTP servers
Groups:
Author:
Description:
This class can be used to send e-mail using SMTP servers that require authentication.
Package:
Summary:
Apply stylesheets to HTML as tag style attributes
Groups:
Author:
Description:
This class can be used to apply style sheets to HTML as tag style attributes.
It parses an HTML document, finds external or inline style sections, and applies the defined styles to tags that match the defined style selectors to make the tags use style attribute instead.
Package:
Summary:
Count the number user accesses using files
Groups:
Author:
Description:
This class can be used to count the number user accesses using files.
It stores in one text file the list of the IP addresses of all users that access the site, in another file the number of unique visitors and the total number of accesses in another file.
The class can also retrieve each of the counts from the files.
Package:
Summary:
Generate QRCode images using Kaiva.com site
Groups:
Author:
Description:
This class can be used to generate QRCode images using Kaiva.com site.
It can send an HTTP request to the Kaiva.com site and pass parameters about the size of the image and the data from which it will generate the QRCode image.
The generated image is returned as a string.
A new screen capture utility for Windows has been added to the
Free Screen Video Recorders and
Screen Capture Software page. This one can not only capture a screenshot of a window, the entire desktop or the current
monitor (in a multi-monitor setup), it also handles the rounded corners of windows and the Vista/Windows 7 transparent window title
bars and borders intelligently.
If you're looking for a program to take screenshots, for example for an online tutorial or
to post in a forum, check this out.
The page also list programs to create a video recording of things you do on your desktop, something that is useful if you want
to make a screencast for video tutorials and the like.
Package:
Summary:
Retrieve MySQL query results split in pages
Groups:
Author:
Description:
This class can be used to retrieve MySQL query results split in pages.
It can execute a given MySQL SELECT query and retrieve its results split in pages with a given limit number of records.
The class can iterate over the complete set of results and return the query result pages as arrays until there are no more result pages to retrieve.