Posts tagged server
Setting up dedicated Server with cPanel and a remote MySQL server
- 23
- Jul
Setting up dedicated Server with cPanel and a remote MySQL server
Let’s assume that you are running database-heavy web applications or you’ve got a lot of servers. In this time it is very possible that you think about consolidation your MySQL databases all onto one server. Using a separate server for MySQL can be very useful for you in case if you have had busy servers or servers with large databases. So you can offload MySQL-related work to the remote MySQL server. In our tutorial you can read how to setup your servers and connect your projects to remote MySQL server.
How to Resize images on Server Side
- 09
- Jul

How to Resize images on Server Side
I found this amazing small little image resizing code which will resize and display images quickly. All resizing i done on server side. Original Source
“The code uses PHP to resize an image (currently only jpeg). Using this method, the resized image is of much better quality than a browser-side resizing. The file size of the new downsized image is also smaller (quicker to download).
The code comes in two parts:
- imageResizer() is used to process the image
- loadimage() inserts the image url in a simpler format”
Easily Interact between Server and Client using these jQuery with Ajax Snippets
- 15
- Feb
Ajax with jQuery – several interactive samples
Ajax – this is group of technologies using in web development to create interactive applications. Ajax is client-server technology which allow to web page to retrieve data asynchronously from server without reloading page. All this allow to achieve really nice and good results. jQuery library will help us greatly with it. All just because it have all methods to work with Ajax.
Read more
