Jump to content
xisto Community

darko100

Members
  • Content Count

    134
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by darko100

  1. Just never hear the people who say that you should try W3Schools. That website is a total mess of lame information , from where you will learn how to code , but understand it totally not as you should.For the coding , i would suggest you , W3FOOLS.com A good place to see what's correct and to code the right way. As a developer , W3schools lied me i should use setTimeOut with a string - and it losed me hours and hours to get working with it - now i hate it. So learn HTML/CSS.For design , download Photoshop , use tutorials , complete them , watch videos and you will see how all it works. You will learn new effects, modern things , rotations , animations etc. For creativity , there is a quote , good designers see , best designers copy. Get inspiration from other sites and see what's trending , what layouts are best etc. etc. More you work , more you will see when you need patterns , when shadows , when to be minimal , when to include artistic typography.That's all UI/UX. After all , you will need to combine the both skills , which is the hardest. Because if you watch a tutorial how to create a 3-column layout you will learn something , but adding another element , like a Photoshop frame or something will make the website layouting much different. You will need to experiment with floatings , percents , display:inline , margin:auto etc. etc.To combine , search on net for tutorials "How to code a Photoshop website" and lets hope you will do it. Just crop elements and add them on HTML and style them.
  2. Safecoin , Savecoin , CoinManage , CoinDecission , MoneyManager etc.As Opaque said , you can find many name generators which could make great names
  3. Yeah i had big posts yesterday , which i remember for that length i got for example 0.30$ / 0.40$... Today i logged in and i saw there is update , +0.10$ which is a little weird.Opaque , how does the quality work? Is it from the number of visits from Google? It seems its not just length , its much more weird - because for a shorter post i got more than for a longer.I don't have warn , and i NEVER NEVER copy-paste.
  4. Hi bro , welcome to this forum :)BTW , you positioned your thread in wrong place , Telecommunications. I hope mods will move it to Introduction.
  5. First advice that you need Android SDK installed , Java installed , Eclipse installed , Android SDK platforms downloaded.Also you will need to set up where is your Android SDK located , to make PATH=Java location , to select a Android SDK (for example 2.3) platform.http://www.makeuseof.com/tag/write-google-android-application/ I would suggest this tutorial which explains everything which can be pain-in-the-*bottom* if you don't follow tutorials and just view the android.com one :DPS. Why DiskusAndroid.com isn't working? The one advertised on your signature
  6. Why would anyone use flash banner creators , i don't know. They look unprofessional , which will make nobody click on them. If you want atleast a "normal" looking banner download Photoshop/AfterAffects and after few tutorials you can archieve great things. However , if you need something effective and creative i would suggest paying a freelancer. Nothing cool here
  7. There is a Google search adding page. https://www.google.com/ Just add your website there and it should be visible for 2-3days. To get on better position , start promoting the links on Twitter - ask your friends to retweet , make a contest etc. Also fix your SEO and add keywords and description to your HTML. Make links to contain a small description of the content , and add alternative text to images. Then you can create a Google account for managing your site , you can make a special page "Site map" with all links on it and add it in your Webmaster profile. Also promote your site in real life , so people will search for it on Google , and click it. All that will improve your rating and Google will crawl you faster. There are many SEO tutorials on net.
  8. Try iGo. It has good maps support and its fast and responsive. You may find the interface not cool , but its functionality instead design. If you are not going to buy it , i don't think you can find the right version because the most of them are old and unsupported or not optimized for big screens. Also , currently i'm using NavDroyd and it uses free opensource maps which can be downloaded for free. iGo doesn't have voice far as i know, NavDroyd has. NavDroyd is 4.99eur which is pretty OK.
  9. Missed it too ;(Happy birthday however. I wish Ks to get more members , new design , more money , peace and less "down" servers.
  10. It looks very cool You can just change the font to Arial instead of the standard one (actually not defined).And , you asked why there is no sign # in aside. That's because we want CSS to find the tag without id or class , but using its name. So to style all DIVs or EMBEDs you need to use div{style here...} or embed{style here...}You can also set ID like <div id="mydivid" and style it with #mydivid{style here...} But that means only one element can use the ID (because it is identifier). While you can use class to group more elements , like <input class="inputelements" type="text"> <input class="inputelements" type="button"> Also you should check URL anchors. Let's say you have a big scrolling webpage , and you can add a empty div on the end with ID "end". That way you can make a link <a href="#end">Click here</a> which will go to the place where empty div is (the bottom).Hope i helped you.After you finish learning HTML/CSS you can start using JavaScript and experiment with document's DOM using frameworks as jQuery.
  11. No problem , glad you did it. BTW , you could also use percents to define width. For example , aside width: 30% , content width:70%; It looks nice. But the table borders look a little oldish , i can design something cooler for you for free. The use of tables is totally not needed in your case , just makes the markup a mess. You can use <article> tags to post each article , and add a solid border on bottom for every post.
  12. Tables are not flexible at all. Here is a simple layout with 2 sides , using HTML5 and CSS3 (the newest technologies). <!DOCTYPE html><html><head><title>mrdee</title><style type="text/css">body{margin:0;background:#fff;}#container{width:810px;margin:100px auto 0;}aside{width:300px;min-height:500px;background:#eee;border:2px dashed #ddd;border-radius:5px;float:left;padding:5px;}#therest{float:right;width:460px;min-height:500px;background:#eee;border:2px dashed #ddd;border-radius:5px;margin-left:20px;padding:5px;}</style></head><body><div id="container"><aside>Here is my sidebar</aside><div id="therest">My content</div></div></body></html>
  13. It's OK , i tought you don't know HTML. Because <center> tag is not supported now. It's deprecated , old and bad.
  14. I live in Macedonia , i also think the same about the good and the bad... But i rate it 6/10
  15. 1. Just listen me , convert to .ogg , and read the whole post. I said you should specify sources for best compatibility. 2. Ermm you are beginner at HTML. Closing tags means for example <b> needs to be closed with </b> , img should be closed as <img src="blabla" /> so you can see that "/" at the end of the tag. 3. Codecs are mainly problem , but HTML5 is more than stable. It just needs to be cross-browser.
  16. Yes,he was alive some days ago. But he is not really the creator who did CDs , it's more like a collective work where he contributed making compact discs. Umm? Who here doesn't have some 10$ to buy a domain like me? Everyone has. Yes , to be honest , i write here to get some mycents , but i also want to help the forum and make it alive as it was. I'm not writing here to get some huge hosting or something , i'm just writing for a domain - which i can buy it for a second if i want.
  17. It's very weird how much the Web development is complicated. Clients want to have the newest technology , most browsers don't support one codec, but support other , there are too many prefixes for every rendering engine as -webkit -o -moz prefixes for every css3 parameter as border-radius or gradients.Then there are some IE users which have the latest versions, and think the websites should work good on IE , because it's the latest version. Even IE9 doesn't support all new web2.0 features we need.How much better would be if only one open-source big rendering engine exists and all modern browsers use it and improve it. If we add the storage of all this prefixes and hacks on the web, we will see how we spend the hard disks to make a website cross-browser and cross-resolution. Then , if we add the size of the images which work as background gradients , masks and all that stuff which could be done without using images... We will get a very big number...
  18. It should work if you have HTML5 compatible browser. Did you tried it to encode it in .ogg? That might be the problem.Also MIME types could be the problem. Did you tried to add the Video/SV_A0010.mp4 in your URL bar and test if it shows something?If it doesn't show , then you should make a htaccess file defining the mp4 format and it's MIME type , video/mp4. Then try again and see if it works. If that again doesn't solve case , to convert mp4 to ogg you can use online converter , and http://forums.xisto.com/no_longer_exists/ is great one.Also , define sources. <source src="movie.ogg" type="video/ogg" /> is for Firefox/Opera , <source src="movie.webm" type="video/webm" /> is for Chrome.Plus , you have problems at your HTML. First DON'T USE CENTER TAG! Second , video tag is not closed. Third , don't use controls , use controls="controls" instead.
  19. knowledgeSPEED! :P if mycents would be fast as KS... :P

  20. Norio Ogha , ex CEO of Sony died on Saturday. He organized many activities of SONY company and development of compact disc - CD , lover of music , opera... Because of the Beethoven's Ninth Symphony , he insists of making CDs that will have enough storage to add it. The early CDs had capacity of 75 minutes, which made the symphony play on CD without any stop. At the time when Ogha thought that CDs will replace old dics , many people disagreed and didn't believe that. In SONY, Ohga also helped in development of PlayStation console and digital media market. (written using many articles with my words)
  21. I am a photoshop designer and i really see too much people using brushes and brushes making every creation with a gradient background and... you already know , brushes and patterns. Isn't that already seen? There are too many creations with a sky , and conture of people dancing or jumping Just downloading and downloading brushes.I don't use brushes so much. Patterns are needed , but many times the default ones made the work for me. I experiment with typography , mask effects , blur stuff , contrast and shadows , but brushes are more like an addon for finishing my work. There are few cases when you need brush at the start , but anyway , that's not it. Sometimes the brushes do the effect or represent motion or movement , but that doesn't mean every creation should be like a "template". I see people who think , ummm , the logo should be in center , the background must be radial gradient , the text must be white with black shadow.Umm, people this is art. You can do what you want , you don't have to use only gradients , and only brushes. You don't need always Lens Flare. You don't need to add not important shadow on a text. I use shadows for text when i need to make it more readable , to give some effect of surface.What do you think?
  22. In my school there is open-source software only. There is an old Edubuntu version installed, and every child has got username and password , a limited account.The internet is secured with OpenDNS. A strictly OpenDNS set , and all games, social networking sites , explicit content sites are blocked. Anyway , everyone is using proxy websites and accessing all that websites... But they don't know that they are sending the user/pass information to the proxy site
  23. I've got a Dreambox and i think it is great. The only problem is that you need to have a got envroiment: a good dish , nicely positioned LNB , a good internet connection , and good sharing. I've got a paid sharing for 50? , which is the lowest cost. Anyway it is OK , it isn't laggy and it opens the most of the channels i need. However , there are few problems for me: -It spends much internet bandwidth -You can't use more dreamboxes on a dish -Finding a sharing which will not cheat is not easy You can have multiple connections (multiple sharings) to get the best quality , and to have opened all the channels. The most difficult to find is Sky... But anyway , for legit Dreambox there are many cards you can buy and have all channels for sure without thinking is the sharing cheating me , is the internet slow. Basically , it fetches keys from a server. Every dreambox could be a server if it is configured in your router and the port is opened. If you have a programme unlocked (opened) and your friend doesn't have it , you could create a server (a connection) and your friend can telnet his dreambox , configure the file for sharing and add your server , so he can unlock your programmes. Because it fetches the keys (the programmes) with more connections , 10-20 , it can spend 10GB bandwidth a month. Also for streaming (creating a server) it will lose the same. You can get free sharing on some forums , but not anyone gives them free , the most of the guys will request from you to exchange the programmes. That's why paid sharing is the best if you don't have legit dreambox. If you have legit one , cards are the option , but they can be a little expensive. Check Dreambox on Wikipedia , there is much more information , with review for all dreambox versions. I will suggest to have a HD one.
  24. I've tried to code a command-line project which will use the sockets function to stream on port 80. So i wanted to make a HTTP server which will return some HTML code for users.Because i'm dumb , i tried to download a C project (that should work for C++ too , with some little changes) but it didn't compile on DevCpp. I tought it is because some differences , so i found a C++ http project too. I downloaded the server version , and it didn't compile with many , many errors. I tried the client version too , but it didn't compile.All the libraries are OK , everything is included as it should be, but it gives too much warnings and errors for syntax, functions etc. Is the compiler the problem? What compilers do you usually use to compile command-line C++?I checked everything , the project i downloaded is suitable for Windows , it is command-line , not GUI , the libs are here , the compiler works ok with "hello world" examples.I'm good at PHP programming , but C++ with all that voids , main etc. is a little complicated, i'm reading books and tutorials now , the pointers are specially problem. But i don't really need to know it , i need it specially now for a project , as i said , HTTP server which will return static HTML.
  25. about:mozilla is really ninja , man There is no really such a thing like a Mozilla book. about:plugins is very useful and it shows you installed plugins and developer stuff like MIME , extensions (suffix) , and DLL files.There was about:kitchensink too , but they removed it. :)about:cache is nice and useful too...about:about , huh i didn't know it , thanks for sharing it alfishstik.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.