Blog Detail
GSDesign
http://www.gsdesign.ro/blog/
GS Design is a developers blog of Gabi Solomon, a professional PHP programmer and web developer from Romania. This blog is meant to serve as an informative resource for web developers with specific insignts offered on the subjects of PHP, Javascript, XHTML, CSS and design. For more information about the blog or about the author, read the About page.
GSDesign's Neighborhood
Recent Posts
SQL Query : Copy one Column to another column in MySQL
I wanted to do add a new column to a table and to copy the values from that a diferent to column ( from the same table ) to the new column. And even though i thought of very integrates query's at first, the solution was quite simple :D ( as always )....
how to: Generating XML from PHP
I had to do a small REST application on a project recently and i wanted to find a small easy way of returning the response in XML. After a little searching find this rather old post ( but just what i was looking for ) on Simon Willison’s Weblog. I...
How to update your profile on social networks and other websites ?
A while ago i wrote about a cool new way to update your status on various networks called ping.fm, well today i have a new service to recommend to you guys to update the profile data this time. During this time we tend to create a lot of profiles / ...
Dynamic form input Text With Javascript
For a lot of forms there is a need to display a text as a default one in the inputs. But it is to nice that the users has to delete that text before entering his own, but you don't really want to give up on the predefined / default text since it some...
How to Find and Replace Text in MySQL Table using SQL
The database engine MySQL has a string function called REPLACE that performes similar to the php function str_replace(). This really comes in handy when you want a certain text replaced in a table data, either being a name or a certain uinique number...
