Recent Posts
Woork
Return To Blog Listing
A blog about technology, programming, engineering and my personal interests.
Recent Posts Tagged With 'php'
Practical solutions to hyphenate text on web pages
In this post I want to suggest you three simple and useful ways to hyphenate text on your web pages using JavaScript or PHP. If you take a look at W3.org documentation you can find this explanation about hyphenation:"In HTML, there are two types of ...
Twitter API: How to create a stream of messages Monitter-like with PHP and jQuery
This tutorial illustrates a very simple way to work with the Twitter API in order to implement a search in the Twitter public timeline and display search results with an animated stream of messages (tweets) similar to Monitter. In this example I use...
10 Fresh tools and resources for web developers
In this post I want to suggest you some interesting tools and resources for web developers. This list includes a CSS framework to design sitemaps using HTML lists, some interesting JavaScript frameworks, some interesting jQuery plug-in, a PHP face d...
How to implement a launching soon page with PHP and jQuery
In this tutorial I want to explain how to implement a simple launching soon page using PHP and jQuery. What's a launching soon page? In general it's a page that informs the visitors of a website under construction about when the website is going to ...
Simple PHP Twitter Search ready to use in your web projects
After my previous tutorial that illustrated how to implement a super simple way to work with Twitter API (PHP + CSS) I received a lot of emails from my readers that asked to me to write a post about how to implement a simple Twitter search and displ...
Super simple way to work with Twitter API (PHP + CSS)
In this post I want to illustrate a super simple way to work with Twitter API and PHP. In particular, this tutorial explains how to get public updates from Twitter public timeline and display them in a web page with a custom style using CSS. In ord...
How to implement a Post-to-Wall Facebook-like using PHP and jQuery
In the past months I received a lot of request to write a tutorial for beginners in order to explain how to implement a Post-to-Wall Facebook-like. So, I prepared this very simple example which helps everyone understand how to implement this feature...
6 Interesting online presentations for web developers
If you are looking for free resources to learn Ajax, PHP, CSS and JavaScript take a look at this collection with six interesting online presentations about these topics. The list includes a short introduction to Ajax, how to write modular CSS code, P...
20 Great PHP frameworks for developers
A good PHP framework can help you develope a PHP application quickly, with more simplicity and with a vision "best-practices-oriented". Take a look at this list with 20 great PHP frameworks and... Read more on http://woork.blogspot.com... ...
Free tools to create your own social network Facebook-like
Are you looking for free tools to create your own social network Facebook-like? Take a look at this popular free services on-line. 1. Ning Ning is a popular online platform for users to create their own social websites and social networks quickly an...
PHP components: login system
This is another PHP component ready to use and reuse in your project which implements a "ready to use" login system with PHP. In the past week I received several emails about the difficult (form some PHP beginners) to implement this functionality in ...
PHP components: Autosuggest
After several requests I published this simple "PHP component", ready to use, to implement a search form with an autosuggest feature using PHP and MySQL. For all ajax beginners this is the most simple way to implement it (just with 8Kb) and the only ...
