uCoz Community » Communication » General Talk » General Discussion (Current Topic: General)
General Discussion
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 1 | 1:19 PM
Feel free to discuss any general non-related topics in this thread. From time to time a topic may be set to generate discussion but otherwise please feel free to communicate with our forum community! smile


  • Please aim to keep the discussion intellectual
  • Minimal usage of small images is permitted
  • Do not use this thread as a noticeboard
  • Staff reserve the right to end discussion on topics

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Cyberdasm
Posts: 639
Reputation: 7

Message # 286 | 6:26 AM
Eriko, What is much better in terms of programs IT or COMENG.?
1F4BF3B
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 287 | 11:43 AM
IT is more on the software while Computer Engineering is on the hardware part. If you would ask me, going with Computer Engineering is much better because it's an Engineering course. xD You'll have Eng. in your name after graduating. smile When I graduate no one will call me IT Eriko. That's just a lame name. xD Still, it depends on what you like, don't pursue titles; pursue your dreams.
Cyberdasm
Posts: 639
Reputation: 7

Message # 288 | 12:53 PM
Eriko, i think someone will call you in the near future Eriko, CEO. I guess.. smile

Added (2014-11-15, 11:53 AM)
---------------------------------------------
by the way how can i make my menu fixed in the top position even if i scroll down my page


1F4BF3B
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 289 | 12:59 PM
dense0293, that's actually my goal. Run my own business. smile

Quote dense0293 ()
by the way how can i make my menu fixed in the top position even if i scroll down my page


Add fixed positioning. Here's an example:
Code
.FixedMenu{
     position:fixed;
     top:0;
     left:0;
}


With the code above, your fixed menu will be fixed on the upper left of the page even if you scroll. If you want to put it on the lower right, use the bottom and right attribute. Hope this helps. smile
Cyberdasm
Posts: 639
Reputation: 7

Message # 290 | 2:14 PM
Quote Eriko ()
Hope this helps.

There's no harm in trying.

Added (2014-11-15, 1:14 PM)
---------------------------------------------
Eriko, Any bright idea on how to protect your source code? (I installed xcopy and xrightclick.)


1F4BF3B
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 291 | 3:17 PM
Quote dense0293 ()
There's no harm in trying.

lol. That's just some formalities. xD

Quote dense0293 ()
Eriko, Any bright idea on how to protect your source code? (I installed xcopy and xrightclick.)

It's no use worrying about your source code, they'll find a way. Focus on your content. That's just my opinion, though, try asking the others.
Cyberdasm
Posts: 639
Reputation: 7

Message # 292 | 4:05 PM
Eriko, my website doesnt respond the code is there any option i can make?
Here is my css:
Code
/*** skills-graph ***/
.skills-graph { background:transparent url(../images/skills-graph.png) no-repeat; }
   
/* Core */
body {background:#fafafa; color:#656565;border-top:4px solid #0f0f0f;}
p {line-height: 1.9em;}
.rt-container {background:none;}
h1,h2,h3,h4,h5,h6 {letter-spacing:0!important; font-weight:normal;}

body {font-size: 12px;line-height: 1.7em;font-family: Helvetica, Arial, Sans-Serif;}
body.font-size-is-xlarge {font-size: 15px;line-height: 1.7em;}
body.font-size-is-large {font-size: 14px;line-height: 1.7em;}
body.font-size-is-default {font-size: 12px;line-height: 1.7em;}
body.font-size-is-small {font-size: 11px;line-height: 1.7em;}
body.font-size-is-xsmall {font-size: 10px;line-height: 1.7em;}
form {margin: 0;padding: 0;}
p {margin: 0 0 15px 0;}
h1, h2, h3, h4, h5 {margin: 15px 0;line-height: 1.1em; color: #111;}
h1 {font-size: 280%;}
h2 {font-size: 250%;}
h2.title {font-size: 170%;}
h3 {font-size: 180%;}
h4 {font-size: 120%;}
h5 {font-size: 120%;}
a {text-decoration: none;outline: none;}
code {color: #000;margin: -1px 0 0 0;font: 10px Courier;}
blockquote {font: italic 16px/22px Georgia, Serif;}

#rocket {display:none;}
#gantry-viewswitcher {margin:5px auto; position: relative; top: auto; right: 0;}

/*** statistics ***/
#statistics{ background:url(../images/titles_bg_sprite.png) no-repeat 0 -53px transparent;color:#444;margin-top: 15px;overflow:hidden;width:960px;}
#statistics h1{float:left;font-size:20px;padding-left:20px;}
#statistics ul{float:right;font-size:12px;padding:10px 4px; list-style-type: none;}
#statistics ul li{float:left;padding:4px 12px;border-right:1px dotted #999;}
#statistics ul li.last{border:0;}
#statistics ul li strong{font-size:24px;}

.gkIsWrapper-fp .gkIsList li,
.gkIsWrapper-fp .gkIsList h3 {font-family: 'CuprumFFURegular','Arial';}

/* Top Section & Slider trigger button */
#rt-top h2.title {color: #aaa ; font-size: 12px; border-bottom: 1px dotted #222; text-transform: uppercase !important; }
#rt-top.module-title h2.title span {color: #777! important;}
#rt-top {background: #000;border-bottom:4px solid #111; font-size:11px; color: #555;}
#rt-top  a {font-size:11px; color: #555555;}
#rt-top a:hover {color:#ddd;}
#rt-top .menu {float: right; }
#rt-top .menu a {color:#555;}
#rt-top .menu a:hover {color:#ddd;}
#rt-top .menu li {list-style:none; background:none; float:left; width:auto; padding: 0 12px; border-left:1px dotted #2a2a2a;}
#rt-top .menu li:first-child {border: none; padding-left: 0;}
#rt-slider-button {float:right; line-height:42px; margin-right:8px;}
#rt-slider-button a {color:#777; font-size:90%; padding-left:16px;}
#rt-slider-button a:hover {color:#eee; text-decoration: none;}
.slider_button {background: url(../images/login_inactive.png) no-repeat 0 50%;}
.slider_button:hover {background: url(../images/login_active.png) no-repeat 0 50%;}
#rt-top .inputbox {background:#222; border: 1px solid #333; color: #aaa;}

/* Header section */
#rt-header-bg {background: #010101 url(../images/header/header_bg_big.jpg) repeat-x top;}
#rt-header .rt-container { background: url(../images/header/header_main.jpg) no-repeat center top; padding:0 !important;}
#rt-header .rt-block {margin:0; padding:0;}
#mod-search-searchword.inputbox,
#rt-menu .rt-container {-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}

/* Menu */
#rt-menu {padding-bottom:15px;}
#rt-menu .rt-container {background: url(../images/menus/bg_menu.png) repeat-x;height:42px;}
#rt-menu .rt-container .rt-grid-10.rt-alpha {padding-left:0; margin-left:2px;}

/* Slider */
#rt-slider {background: #010101 url(../images/slider_bg.png) repeat-x top; max-height:414px;}
#rt-slider-bg {background: url(../images/slider_bg_center.png) no-repeat center top;}

/* Date *not shown in preview* */
.date-block {padding:0;}
.date {float: right; padding-top:34px; font-size: 11px;}

/* Breadcrumns */
#rt-breadcrumbs .rt-container { border-bottom: 1px solid #eaeaea;}
.breadcrumbs {
color: #50646b !important;
font-size: 10px;

  padding:4px 0 6px 0; margin:0 7px;}
.pathway {padding: 0 8px; font-weight: normal;}
.breadcrumbs  a {color: #50646b;}
.breadcrumbs  a:hover {
text-decoration: none;  
color: #000000 !important;
}
.breadcrumbs span {padding-left: 8px; font-weight: normal;}

/* Mainbody */
#rt-bg-mainpage {background: url(../images/body/border_top_mainpage.png) repeat-x 0 top; padding-top: 30px;}
#rt-utility {font-size: 11px;}
#rt-maintop {background:#efefef url(../images/bottom_bg_shadow.png) repeat-x top; font-size: 11px; margin:0;}
#rt-maintop ul li {list-style-type: none;}
#rt-maintop ul li a {color: #444;}
#rt-maintop ul li a:hover {text-decoration: underline;}
#rt-mainbody {padding-top: 5px;}

/* Sidebars */
#rt-sidebar-a,
#rt-sidebar-b,
#rt-sidebar-c {background:none!important;}

#rt-sidebar-b .rt-block  {padding-left: 32px; padding-right: 5px;}
#rt-sidebar-b .shadow-top {background: url(../images/sidebar/shadow-top.png) 0 0 no-repeat;}
#rt-sidebar-b .shadow-middle {background: url(../images/sidebar/shadow-middle.png) 0 0 repeat-y;}
#rt-sidebar-b .shadow-bottom {background: url(../images/sidebar/shadow-bottom.png) 0 100% no-repeat;}

/* Bottom */
#rt-bottom { background:#efefef url(../images/bottom_bg_shadow.png) repeat-x top; font-size: 11px; color: #888;}
#rt-bottom a {font-size: 11px; color: #999;}
#rt-bottom a:hover {color: #333; text-decoration: underline;}
#rt-bottom ul li {list-style-type: none;}
#rt-bottom .rt-block {padding-left:0px;}
#rt-bottom .module-content {padding-left: 8px;}
#rt-bottom .module-title h2.title {color: #444!important; font-size: 14px !important; text-transform: uppercase !important; background: url(../images/bottom_module_arrow.png) no-repeat 0 50%; padding-left: 20px; border-bottom: none; padding-bottom:0;}

/* Bottom bar */
#rt-barbottom {color: #eee; height: 50px; font-size:11px; }
#rt-barbottom .rt-container {padding: 15px 0;}
#rt-barbottom a {color: #eee; font-size:11px; }
#rt-barbottom a:hover {color: #fff; text-decoration: underline;}
#rt-barbottom .menu {float: left;}
#rt-barbottom .menu li {list-style:none; background:none; float:left; width:auto; padding: 0 15px;}
#rt-barbottom .menu li:first-child {border: none;}

/* Footer */
#rt-footer { font-size:11px;color: #666;background: #090909;}
#rt-footer .rt-container {padding:25px 0 0 0;}
#rt-footer .module-title h2.title {border-bottom: 1px dotted #333;}
#rt-footer .module-content { padding:0;}
#rt-footer .rt-grid-3 .rt-block { border-left: 1px dotted #393939;}
#rt-footer a {color:#ddd;font-size:11px;}
#rt-footer a:hover {color:#fff;text-decoration:underline;}
#rt-footer .rt-block .menu {padding-left:0;}
#rt-footer .rt-block {padding: 15px 0 10px 0;}
#rt-footer .menu a {color:#555;}
#rt-footer .menu a:hover {color:#ddd;}
#rt-footer .menu li {list-style:none;background:none;float:left;width:auto;padding: 0 10px;border-left:1px solid #292929; margin-bottom: 20px;}
#rt-footer .menu li:first-child {border: none; padding-left: 0;}
#rt-footer .module-title h2.title {color: #666!important; font-size: 14px !important; text-transform: uppercase !important;}

/* To top scroller */
#gantry-totop {float: right; width:21px; height:11px; background: url(../images/totop_arrow.png) no-repeat 0 50%; font-size:90%; position: relative; }
.totoptooltip {padding-bottom: 15px;}

/* Copyirght Position (by default copyrights are displayed in position footer-F) */
#rt-copyright {color: #999; font-size: 11px;}
.copy-info {text-align: right;}

.ipsTag{display:inline-block;background:url('../images/tag_bg.png');height:20px;line-height:20px;padding:0
7px 0 15px;margin:5px
5px 0 0;font-size:11px;color:#fff !important;text-shadow:0 -1px 0 rgba(0,0,0,0.4);-moz-border-radius:0 3px 3px 0;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-radius:0 3px 3px 0}


My HTML code for my menu:
Code
<script type="text/javascript" src="/templates/img/unitip.js"></script>
<script type="text/javascript" src="/templates/js/jquery.tipsy_kracivii_vid_title_dli_ccilok.js"></script>  
  <script type='text/javascript'>  
  $(function() {  
  $('.north').tipsy({gravity: 'n'});  
  $('.south').tipsy({gravity: 's'});  
  $('.east').tipsy({gravity: 'e'});  
  $('.west').tipsy({gravity: 'w'});  
  });  
  </script>
<div id="rt-header-bg">
  <div id="rt-header">

  <div class="rt-container">
  <div class="rt-grid-6 rt-alpha">
  <div class="rt-block">
  <a href="/" id="rt-logo"></a>
  </div>
  </div>
<div class="rt-grid-6 rt-omega">
  <form method="get" action="/search" id="search">
  <div id="mod_search">
  <div class="search">
  <input type="hidden" name="do" value="search" />
  <input type="hidden" name="subaction" value="search" />
  <input id="mod-search-searchword" name="q" maxlength="50" class="inputbox" type="text" size="30" value="search..." onblur="if (this.value=='') this.value='search...';" onfocus="if (this.value=='search...') this.value='';" />
  <input type="submit" value="Find" class="button12" onclick="this.form.searchword.focus();"/>
   
  </div>
  </div>
  </form>
</div>
  <div class="clear"></div>
  </div>
  </div>
<div id="rt-menu">
  <div class="rt-fusionmenu">
  <div class="nopill">
  <div class="rt-menubar">
  <ul class="menutop level1 " >
  <li class="item435 active root" ><a class="orphan item bullet" href="/"><span>Home »</span></a></li>
  <li class="item483 parent root" ><a class="daddy item bullet" href="/" ><span>Styles</span></a>
  <div class="fusion-submenu-wrapper level2" style="width:210px;">
  <ul class="level2" style="width:210px;">
  <li class="item564" ><a class="orphan item bullet" onclick="setDynCSS('/templates/css/style1.css')"><span>Blue</span></a></li>
  <li class="item564" ><a class="orphan item bullet" onclick="setDynCSS('/templates/css/style2.css')"><span>Purple</span></a></li>
  <li class="item564" ><a class="orphan item bullet" onclick="setDynCSS('/templates/css/style3.css')"><span>Green</span></a></li>
  <li class="item564" ><a class="orphan item bullet" onclick="setDynCSS('/templates/css/style4.css')"><span>Red</span></a></li>
  <li class="item564" ><a class="orphan item bullet" onclick="setDynCSS('/templates/css/style5.css')"><span>Gray</span></a></li>
  <li class="item564" ><a class="orphan item bullet" onclick="setDynCSS('/templates/css/style6.css')"><span>Classic blue</span></a></li>
  <li class="item564" ><a class="orphan item bullet" onclick="setDynCSS('/templates/css/style7.css')"><span>Classic brown</span></a></li>
  <li class="item564" ><a class="orphan item bullet" onclick="setDynCSS('/templates/css/style8.css')"><span>Classic green</span></a></li>
  </ul>
  <div class="drop-bot"></div>
  </div>
  </li>
  <li class="item483 parent root" ><a class="daddy item bullet" href="#"><span>Site Pages</span></a>
  <div class="fusion-submenu-wrapper level2 columns2" style="width:420px;">
  <ul class="level2" style="width:210px;">
  <li class="item484" ><a class="orphan item bullet" href="/news"><span>Timeline</a></li>
  <li class="item485" ><a class="orphan item bullet" href="/load"><span>Downloads</span></a></li>
  <li class="item486" ><a class="orphan item bullet" href="/publ"><span>Literary</span></a></li>
  <li class="item487" ><a class="orphan item bullet" href="/blog"><span>Bible</span></a></li>
  <li class="item488" ><a class="orphan item bullet" href="/forum"><span>Test</span></a></li>
<li class="item488" ><a class="orphan item bullet" href="/gb"><span>Guestbook</span></a></li>
<li class="item488" ><a class="orphan item bullet" href="/index/0-3"><span>Contact Us</span></a></li>
<li class="item488" ><a class="orphan item bullet" href="/photo"><span>Photos</span></a></li>
<li class="item488" ><a class="orphan item bullet" href="/video"><span>Videos</span></a></li>
  </ul>
  <ul class="level2" style="width:210px;">
  <li class="item490" ><a class="orphan item bullet" href="/"><span>Category</span></a></li>
  <li class="item490" ><a class="orphan item bullet" href="/"><span>Category</span></a></li>
  <li class="item497" ><a class="orphan item bullet" href="/"><span>Category</span></a></li>
  <li class="item498" ><a class="orphan item bullet" href="/"><span>Category</span></a></li>
  <li class="item561" ><a class="orphan item bullet" href="/"><span>Category</span></a></li>
  <li class="item490" ><a class="orphan item bullet" href="/"><span>Category</span></a></li>
  <li class="item497" ><a class="orphan item bullet" href="/"><span>Category</span></a></li>
  <li class="item498" ><a class="orphan item bullet" href="/"><span>Category</span></a></li>
  <li class="item561" ><a class="orphan item bullet" href="/"><span>Category</span></a></li>
</ul>
  <div class="drop-bot"></div>
  </div>
  </li>
  <li class="item482 root" ><a class="orphan item bullet" href="/forum"><span>Forum</span></a></li>
  <li class="item473 root"><a class="orphan item bullet" href="/"><span>About Us</span></a></li>
  <li class="item499 active root" ><a class="orphan item bullet" href="/"><span>Contacts</span></a></li>
<li class="item473 root"><a class="orphan item bullet" href="/"><span>About template</span></a></li>
  </ul>
</div>
</div>
</div>
</div>
  <div class="rt-grid-2 rt-omega">
  <div id="rt-slider-button">
  <a href="#dialog" name="modal" id="v_toggle" class="slider_button">
  <span>Control panel</span>
  </a>
  </div>
  <div class="clear"></div>
  </div>
  <div class="clear"></div>
  </div>
  </div>
  <script type="text/JavaScript">
//courtesy of BoogieJack.com
function killCopy(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=killCopy
document.onclick=reEnable
}
</script>
<script type="text/JavaScript">
//Script courtesy of BoogieJack.com
var message="NoRightClicking";
function defeatIE() {if (document.all) {(message);return false;}}
function defeatNS(e) {if  
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)  
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=defeatNS;}
else{document.onmouseup=defeatNS;document.oncontextmenu=defeatIE;}
document.oncontextmenu=new Function("return false")
</script>


Quote Eriko ()
It's no use worrying about your source code, they'll find a way. Focus on your content. That's just my opinion, though, try asking the others.

Actually i worried if they distribute the content of my site.

1F4BF3B
Ed05
Posts: 556
Reputation: 7

Message # 293 | 4:43 AM
How can i write arows on images like sunny did here on tutorials, i need it for my tutorials on website and im using some online bad programs and i have bad lines, i mean on this
!
Post edited by Ed05 - Sunday, 2014-11-16, 4:43 AM
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 294 | 7:06 AM
Ed05, just use PS.

dense0293, not working? Then wrap the whole code in a new div. xD

Code
<div class="WholeFreakingCode">WholeFreakingCode</div>
<style>.WholeFreakingCode{
     position:fixed;
     top:0;
     left:0;
}</style>
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 295 | 8:18 AM
Quote Eriko ()
Ed05, just use PS.

We are using Jing smile

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 296 | 9:46 AM
bigblog, cool. biggrin I'll check it out later. It seems interesting.
Ed05
Posts: 556
Reputation: 7

Message # 297 | 5:53 PM
I hate ps cause its trial. bigblog, Thaks cool
!
Post edited by Ed05 - Sunday, 2014-11-16, 6:35 PM
Pancake
Posts: 63
Reputation: 14

Message # 298 | 9:34 PM
Another ad. But this one was more odd. ...here's the attachment
Attachments: 9666740.jpg (27.6 Kb)
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 299 | 2:55 AM
Pancake, that's a notice. Not an Ad. It means what it says.
hunh
Posts: 28
Reputation: 4

Message # 300 | 7:05 AM
Eriko,

Now I know why your website is so beautiful. smile
uCoz Community » Communication » General Talk » General Discussion (Current Topic: General)
Search: