official mobile emulators and simulators

5:04 AM

(0) Comments

hi all i found great resource for mobile emulators and simulators for mobile developers , iphone simulators, android , blackberry ,  symbian , windows mobile and much more
from here 

eslam

case study - Sarah Sampsel Designing The Washington Post for iPad – Detailed Wireframes

5:55 AM

(0) Comments

here is new case study by Sarah Sampsel aims to design the wasington post for iPad  , the case study on two entries the first one shows the idea and the types of interaction, visual design, and brand issues she had to consider when designing for the device.The second one shows some wireframes of the evolution of the home screen design.
thanks sarah for sharing such information 

hackers , a monster you should fear

12:13 AM

(0) Comments


Did you get hacked before ? if you say yes then you know how dangerous the setuation be , if not please read the article carefully
when you lunch a web site as a developer all your concern is that the website functionality doing well , and the site shows prefectly on all browsers … etc , but many developers dont spend any time to enhance security into thier web applications , ok lets start this case study
john is a web developer he works with php and javascript and his company told him to develop a website for a education institute which have a online payed session and online registration
john begin to develop this functionallity and perfectly done the site and test it (not security but only functionally)  and john deliver the project to his boss , and website lunched , john go to his home happy with his work
on another hand , there is a hacker some where , hear about this website and he begin to test it (security bugs)  and after a while he found a sql injection expoit with it he can bypass the registration , so the hacker hacked into the site and add a new user and just download all the educational material and then dropped the database and insert just one record in the db (HACKED BY ::: ) , and he continued and uploaded the educational material on sharing website to be available to all for free

eslam

stop spam in your wordpress blog - WP Email Guard

12:08 AM

(0) Comments

did you getting tired from spammers , are you afraid of post any emails in your posts to avoid spammers crawlers , do you tried any solutions before , now post emails easly and without fear with this awesome plugin , get it now from here http://wordpress.org/extend/plugins/wp-email-guard/

the idea behind this plugin is to replace normal email with special javascript code which the spammers cant crawel and read it so the email remain secure and at the same time it simple and readable for humans  , enjoy it and if you like it please rate us in wordpress plugins

eslam

[tips] style the print preview via pure css

3:12 AM

(1) Comments

CSS Print Stylesheet:-

many of us working on css to style web page for the visitors
you may added this line before in your page

<link rel="stylesheet" type="text/css" href="cssfile.css" />

ok the css file now will affect the screen but what if we want the css affect the print
yes we want the visitor print the page but without the menu , advertisement .. etc
ok we will now create a  css file and we will name it print.css

now add this line to your page
<link rel="stylesheet" type="text/css" href="print.css" media="print" />
do you notice someting ??
yes , media=”print” this tells the browser to use this css file when print

concepts of print style sheet:-

1- adjust body margin
adjust the body margin so printed page margin will be as you want not the browser default
you can use this for example

body{margin:0;

border:1px solid #000000;
}
2- use one measure for your fonts and line height and related things:
you must use one measure for font size and related things like pt , em so it can display good on your printer
:)

eslam

, ,

setting default time zone for php script

3:09 AM

(0) Comments

there is many situations that you need to set the default timezone before you use date or time function such as date()
for example if your script user not in the country that you have the server or hosting on and you want to record lastlogin time , yes you are in trouble
there is many ways to do that

eslam

Gimp VS Photoshop

3:05 AM

(0) Comments

GIMP

may be you saw gimp before or may be better than that you may be worked on it and may be you working on it now , but unfortunately may be you never heard about it , in all cases this article will be useful for you
ok lets start

— GIMP is not totally different from PhotoShop :-

if you are a photoshop designer dont worry about your previous exerience of photoshop gimp also has similar functions as photoshop you will not feel strange when you open gimp
take alook


eslam