Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
80% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #2K
~10.7K People Reached
Interests
GamingProgrammingWeb DesignAnimeetc
PC Specs
AMD Phenom II 3.5GHz Quad-core processor16GB 1600 Kingston RAMGeForce 960 Graphics card700W Power Supply1TB…
Favorite Tags

39 Posted Topics

Member Avatar for Dragennd

So I realise my title may be rather vague but I honestly don't know how else to word it. Essentially what happened was I was having difficulty installing Ubuntu onto my new server rig I built, so I plugged the HDD into a dock on my Win10 rig and installed …

Member Avatar for isrjs
0
1K
Member Avatar for Taimoor Rana

I'll give you an idea of a simple fix [CODE] <center> <div style="z-index: 1; position: relative; width: 800px; height: 600px; background-color: #000000;"> <div style="z-index: 2; position: absolute; width: 780px; height: 90px; left: 10px; top: 10px; text-align: left; background-color: #d3d3d3;"> Ron's Iphones </div> <div style="z-index: 2; position: absolute; width: 780px; height: …

Member Avatar for jenniferjudy2
0
239
Member Avatar for Dragennd

This may be a very stupid question and everything I know about computers says it probably won't work but I feel the need to ask anyways as I am very far from knowing everything. Can I setup my laptop (an old-ish Gateway) to draw additional RAM from my custom desktop …

Member Avatar for rubberman
0
175
Member Avatar for Dragennd

Hello all, zoidmaster here. I have a question regarding work with a MS Access database. I have the code written out from a tutorial I found online for a basic database, however all it can do with the database is read, add and delete lines from it. I'm trying to …

Member Avatar for Dragennd
0
475
Member Avatar for oanahmed

Android is far ahead of Amazon tech. They are much more limited in the features they currently have as well as their app store. Not to mention everything you can do on a kindle can be done on a android and then some. Have you seen the new Samsung Note …

Member Avatar for Jack_9
0
320
Member Avatar for SimonIoa

I haven't tried programming in Safari before (normally just Chrome and Firefox) but I did a little digging and this seems to explain how to do a bit of it. https://developer.apple.com/library/safari/documentation/audiovideo/conceptual/using_HTML5_audio_video/Using_HTML5_Audio_Video.pdf

Member Avatar for SimonIoa
0
103
Member Avatar for Dragennd

Hello all. I have a question about running the sound from my xbox through my pc to use in my Logitech G430 Headset. I'm not sure if my theory will work with the parts I have in mind and I could use some advice. I've been considering using this sound …

Member Avatar for Dragennd
0
310
Member Avatar for abhigna.pebbati

If there are .exe files on your harddrive then you might check to make sure they do not require any registry files to run. Most software writes vital pieces of itself to the registry and if those files are not available then the software won't run.

Member Avatar for razib8bd
0
178
Member Avatar for Proglearner

Your stylesheet is well built. You have most of the essential things required to make your css function properly. I did however notice a few things (not really issues, just personal preference and life simplifiers) that you might consider. 1. Look into using position and z-index tags. This will allow …

Member Avatar for simplypixie
0
97
Member Avatar for hwoarang69

I noticed two things off the bat (these may be more personal than actual problems but I figured I would point them out.) 1) Next to where it says password and then you have the textbot you are missing a colon. =D 2) I honestly think that you should keep …

Member Avatar for <M/>
0
88
Member Avatar for esraa waqfi

From what I've been able to figure out where I work from our reps is that the more cores available to the computer the more it can delegate the programs currently being run to allow for more efficient processing. If you have a quadcore processor you can crunch more numbers …

Member Avatar for Dragennd
0
163
Member Avatar for ecklcakes

Couple things you might try (if you haven't already): 1) Check on a different computer that has internet to see if more up-to-date drivers are available; the ones that came with your device might be out-of-date. 2) Make sure your device is designed to work with Windows 7 and if …

Member Avatar for Dragennd
0
270
Member Avatar for riahc3

I'm not all that proficient in php so I can't help much with Ips's reply, however, what you could also do is simply password protect your server. You can make it so that it requires a password to access anything within a certain directory. Most webservers allow for password protection …

Member Avatar for Dragennd
0
391
Member Avatar for fheppell

Are you trying to make a popup div with info in it or are you trying to make it go to a different page? There are a lot of different ways you can do this (assuming I'm thinking the same thing you are), however, it seems to me your trying …

Member Avatar for Dragennd
0
169
Member Avatar for dante123

The only thing that comes to mind is one of two things. 1) The image's location is different than that referenced in the code or 2) The !Important is throwing off the code for some reason. You might check to make sure you have your syntax correct for the list …

Member Avatar for drjohn
0
105
Member Avatar for Ethire

Although very unlikely you might also do a virus scan. Its also possible that your computer might not be able to utilize 2GB of RAM even though it can see that it is there. This is a common problem on older computers (basically what c-tech said :P). Just check your …

Member Avatar for Ethire
0
196
Member Avatar for PhilEaton

I'm not going to say they are bad because that makes me look like I know everything. However, I made an account ~1 month ago and since then I have been having constant issues with my website just not showing up at all and having bandwidth issues (I think that …

Member Avatar for PhilEaton
-2
152
Member Avatar for Will_Hawthorne

Another easy way is to simply use absolute positioning. You tell your div layer how far from two sides of the page to be located at. Example: <div z-index: 1; position: absolute; width: 100px; height: 150px; left: 10px; top: 20px;></div> The above example will place a CSS layer 100 pixels …

Member Avatar for Dragennd
0
88
Member Avatar for Dragennd

Hello all, zoidmaster here. I have a question regarding Visual Basic and deleting lines of text from files. I'm trying to make a piece of software to manage customers who walk into a store. I got most of it written already but the problem I'm running into is deleting some …

Member Avatar for Dragennd
0
2K
Member Avatar for tqmd1

The div's within the big div cannot be absolute. They have to be relative or they wont center based on what is above them. You might also try doing "position: inherit;" that will tell the layers to copy the parent layer and that should fix the problem. A little bit …

Member Avatar for ba3ati
0
155
Member Avatar for 68thorby68

The screenshots did not show up in your post if you could please post them again so we can see what is going on. As for trying to fix it the only thing I might suggest without seeing the pictures is to change your "overflow-y:scroll; overflow-x:hidden;" to a more general …

Member Avatar for 68thorby68
0
163
Member Avatar for sidd.

I'd reccomend you work on your grammer my friend, not a good way to ask for help. However, to respond to your post: I am not familiar with joomla but as for the css and html I'd reccomend you check out [URL="http://www.w3schools.com"]W3 Schools[/URL] for some tutorials on the basics and …

Member Avatar for Arkinder
0
115
Member Avatar for Dragennd

I am in the process of building a new computer to replace my 7 year old Compaq. I've never actually built a computer before so I wanna make sure that my parts are compatible. According to a friend of mine the processor I've picked (with due research) is a newer …

Member Avatar for Dragennd
0
252
Member Avatar for Noob_Programmer

On the main page when you hover over the image it then changes to a different image, correct? If so when that page loads you simply change the default image on that page to the hover image and remove the javascript that makes it hover for that one button.

Member Avatar for Dragennd
0
198
Member Avatar for Onlineshade

Just an fyi this post is about 2 miles from the correct section it belongs in. However, to answer your question, yes. Komodo IDE is a very nice editor for web design as it color codes the code you write and gives you project organization options. The version you mentioned …

Member Avatar for Dragennd
0
66
Member Avatar for hsmukunda

The thread is kinda-sorta jumbled so I can't tell if its solved or not but you might consider using the z-index tag. Pretty much you can use that to layer everything one after the other. 1 is the lowest layer and the higher the number the higher in the stack …

Member Avatar for twiss
0
248
Member Avatar for Virux

Not entirely sure how your planning on going about this but you might try changing the "scroll" tag in your [CODE]overflow-y:scroll;[/CODE] to [CODE]overflow-y:auto;[/CODE]. Not sure if that will fix it but that's all I got.

Member Avatar for twiss
0
98
Member Avatar for p90pts

A little bit of Javascript would fix your problem. All you need is a script that tells everything to stay visible and the one thing you want to change makes everything not specified invisible. A good way to make a lot of data visible without having to reload the page. …

Member Avatar for almostbob
0
184
Member Avatar for Fortinbra

CSS all the way ^_^ use [URL="http://mastersofzi.110mb.com"]http://mastersofzi.110mb.com[/URL] for a reference hehe... Can even try rounding the edges if you so dearly wanted to but you get the idea.

Member Avatar for almostbob
0
169
Member Avatar for crunkie

All of your <div id="thumbnails"> and <div id="artinfo"> lines of code refer to a piece of code in your css. You need to post the css that was used for the page as well for us to be able to give you appropriate help. Without it I do not know …

Member Avatar for Dragennd
0
170
Member Avatar for ankit.pandey3

If your trying to change whether an object is hidden or not with html you can't. Thats more up the alley of Javascript. One decent option is to use an iframe and make the page change inside the frame, if done right it can look like an item was hidden …

Member Avatar for VulcanDesign
0
1K
Member Avatar for Dragennd

I'm having to help people at work (I work at Office Depot) a lot with DVDs and CDs and the biggest question is "Which is the better one for me to use?" I've heard many sides to the story, one of which is that DVD+ is newer tech and is …

0
73
Member Avatar for GEORGE V
Member Avatar for freetonight
0
137
Member Avatar for loloy123

I've never had problems trying to center images because I always had pictures bigger than necessary, one thing you might try is adding a semicolon to the last line of your css [QUOTE]IMG.displayed { display: block; margin-left: auto; margin-right: auto } [/QUOTE] I'm not sure if that will help but …

Member Avatar for sbmzhcn
0
84
Member Avatar for Dragennd

Hey, I'm trying to make a form of a search engine for my website. I have permission from my teacher to do it for class even though its for personal use. I have part of it built but I'm stuck at the "proper translation of the file" part. Heres the …

Member Avatar for Dragennd
0
166
Member Avatar for Argo54325

Typically the way I center my layers is to make them relatively positioned and place them inside a table. [CODE] <html> <head> <style type="text/css"> .layer1 { z-index: 1; position: relative; width: 500px; height: 600px; background-color: #000000; } </style> </head> <body> <table align="center" width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td align="center"> <div …

Member Avatar for MJ Pieterse
0
120
Member Avatar for Dragennd

I'm having a problem with loading my MS Access Database. I can get it to load but it won't load in a row. My friend told me to try this but it puts all the information in a column instead of putting all the information spread out accross the row. …

Member Avatar for Dragennd
0
135
Member Avatar for toryander

You can change which ports are open and which are closed by going into the firewall settings on your computer. To do this you simply open up your windows control panel and go to the firewall settings. Then click on exceptions and click add port to tell Windows to allow …

Member Avatar for techsheaven
0
199
Member Avatar for Dragennd

Hello all... My name is Timothy. I am a senor in high school, but I've been doing web design and visual basic programming for about 5 years now. I'm happy to be around so many different people who are into the same stuff I am and I hope to do …

0
51