Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for cuonic

Hello there, Htaccess stuff not being one of my strong points, I'm asking if anyone knows about how to use the rewrite engine to provide the following : I currently have : [code]http://www.example.com/?page=home[/code] I would like to have : [code]http://www.example.com/home[/code] I think this is possible, because it used by Joomla …

Member Avatar for arosemena
0
118
Member Avatar for arosemena

im having a layout like this [code=html] <body> <div id="ExternalFrame"><!-- 1 --> <div id="InnerFrame"><!-- 2 --> <div id="TopFrame"><!-- 3 --> <div id="LogoFrame"></div> </div><!--3 topFrame --> <div id="TopFrameIn" class="right"><!-- 4 --> <span class="txt white" style="margin-right:10px;">Welcome Admin</span> </div><!--4 TopFrameIn--> <div id="MainContainer"> <div id="SecondTop"></div> <div id="MainContent" class="fleft"></div> <div id="sideMenu" class="fright"></div> <div id="Foot"></div> </div> …

Member Avatar for arosemena
0
4K
Member Avatar for arosemena

for example, the blogs, how they divide the entries in pages? i have kinda of a idea like if ur on page 2 and ur blog shows 5 post per page the $row=mysql_fetch_assoc would execute 5 times before starting to post, thats the only way i can think about, is …

Member Avatar for Tulsa
0
75
Member Avatar for arosemena

hi, im posting this because i cant find my problem, the thing is that my script works fine on Opera, Firefox, Chrome and Safari but it doesnt work on IE, i have the newest version of IE and have been trying everything please help the page is here (code that …

Member Avatar for arosemena
0
101
Member Avatar for arosemena

i need an absolute div to scroll down as the page does,the div center itself automactly on the browser resize, heres how i have it, [CODE=HTML] <div " id="window1" style=" display:none; position:absolute; left:50%; margin-left:-200px; top:50%; margin-top:-200px; width:400px; height:400px; background-color:#963"></div> [/CODE] the problem is that it doesnt scroll, what can i …

Member Avatar for JugglerDrummer
0
54