Hot Software News at Z5software
We deliver breaking news related to Software Development Industry
-
May21
Converting Mockups to HMTL/CSS
Filed under: Web Design; Tagged as: choice, complex, design, experience, layout, research, strategic, wayNo CommentsI have been doing Website design in Photoshop for some time now and just thought I’ll give fireworks a try since its been a long time using it. So I did up my Mockup design in fireworks which is not very heavy detailed. This was the reason why I wanted to use fireworks. So I’m breaking out of my comfort zone more like it Best Hosting Guide - Web Hosting Fan - The Guide to Web Hosting, CMS and Blogging..
But after doing some research, it seems that a lot designers are using photoshop for almost everything e.g. plain layout or complex designs.
What I want to know is, would it be easier to do the whole mockup in photoshop or just the graphics and use fireworks for layout? I know it comes down to personal choice but I strongly believe in improving a strategic way of doing mockups and slicing. So I’m pretty much looking for ways of cutting down time as much as can.
service desk -
May11No Comments
I run a file hosting site using a script that I purchased on the net a while back. In general, it runs really well and does everything that I need it to except one thing:
The permissions to the folder where uploaded data is stored sometimes changes from 0777 to 0644 causing new uploads to fail until the permissions are chmod back to 0777.
The only file which uses PHP chmod is one called success which handles the uploaded file, inserts info into database, etc. It is used in the following way:
// CHMOD File
@chmod($uploadDir.$file, 0644);
