hey guys its been a long time since last time i wrote in this blog , i want you to excuse me for that because it was a tough time to me , any way lets hit the point in this article we are here to talk about most technique used today in the modern [...]
Archive for the ‘web2’ Category
apache mod rewrite tips and tricks
hi there
we will talk to day about the most common techniques on the web nowadays – yes thats right we will talk about mod rewrite that awesome module that brings static urls benefits into dynamic contents
ok lets start
internet explorer support HTML5 by google magic
thats not a joke , google surprise us with an amazing plugin to internet explorer 6,7,8 to get html5 tags working correctly on internet explorer 6,7,8
google called this plugin chromeframe and according to google google chrome frame is an open source plugin that bring google chrome technology to internet explorer
the next video shows the power [...]
css3 magic
we will talking today about the awesome css3 features the implemented by w3 supported with many browsers on top of them safai and google chrome and of cource firefox
1- background image size:-
with css2 it was impossible to define a size to background image but with css3 you can simply define the background image size by [...]
html5 – introduction
hi every body
sorry for not being posting past days thats because i was busy , today we will talk about awesome technology , we will talk about the new html , html5
the w3 team decided that there will no longer going to develop XHTML to focus on develop HTML5 and define its standard , so [...]
css is not only for screen its for print too
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 [...]
transparent in css
lets start today talking about exciting issue in lovely css
how to make transparent div in css working in firefox ,internet explorer and opera
ok first lets make a small div
hi i am transparent



