Jump to content

Che

Active Members
  • Posts

    1451
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Che

  1. Si eu care credeam c-o sa zici "da, o idee buna, o implementam imediat !".
  2. Salut ! Tocmai am comandat ceva de pe banggood (un site asemanator tinydeal). Vad ca nu mi-a cerut numarul de telefon. Cum anume voi primi comanda ? Vine unu si mi-o aduce acasa ? Trebuie sa ma duc eu la posta si sa intreb periodic ? Trebuie sa ma duc la vama ? Cum anume se face ? Multumesc !
  3. @Gecko Tocmai am vazut acest filmulet: Codul este asta: index.html <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Media 1</title> <link rel="stylesheet" type="text/css" href="style.css"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> </head> <body> <header> Best Website Since Google </header> <nav> <ul> <a href="#"><li>Home</li></a> <a href="#"><li>About</li></a> <a href="#"><li>Blog</li></a> <a href="#"><li>Shop</li></a> <a href="#"><li>Gallery</li></a> <a href="#"><li>Contact</li></a> </ul> <div class="handle">MENU</div> </nav> <section> <h1>This is my article title</h1> Some text here. "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?""Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?""Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?" </section> <script> $('.handle').on('click', function(){ $('nav ul').toggleClass('showing'); }); </script> </body> </html> style.css @media print{ /* arata la ce vrei sa faci print */ nav, .ad{ display:none; } a{ text-decoration: none; } } div { line-height: 1.5em; text-shadow: none; color: #656565; font-size: 17px; font-family: Helvetica, Sans-serif; } h1 { color: #ED6F21; } body{ margin: 0; padding: 0; font-family: sans-serif; } header{ background: #00795f; width: 100%; padding: 40px 0; color: white; text-align: center; } a{ text-decoration: none; color: inherit; } nav ul{ background-color: #43a286; overflow: hidden; color: white; padding: 0; text-align: center; margin: 0; -webkit-transition: 0.4s; -moz-transition: 0.4s; -ms-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; } nav ul li{ display: inline-block; padding: 20px } nav ul li:hover{ background-color: #399077 } section{ line-height: 1.5em; font-size: 0.9em; padding: 40px; width: 0 auto; } .handle{ width: 100%; background: #005c48; text-align: left; box-sizing: border-box; padding: 15px 10px; cursor: pointer; color: white; display: none; } @media screen and (max-width:580px){ nav ul{ max-height: 0; } .showing{ max-height: 20em; } nav ul li{ box-sizing: border-box; width: 100%; padding: 15px; } .handle{ display: block; } } Va rog mult de tot sa imi raspundeti la intrebarile astea (nu prea le am cu programarea). 1. Cum poti face meniul sa se miste fara sa folosesti Ajax/javascript ci doar CSS3 si html5 ? 2. Ce anume face "box-sizing: border-box;" mai exact ? 3. Cum faci in asa fel incat sa mearga si pe browserele care nu suporta js/ajax ? Multumesc mult de tot !
  4. How to become a Good Programmer A good programmer is not a word that can find its definition in the dictionary. Good programming skills are essential to success and in discovering the joys of programming. As seen with many successful programmers over the past, here are some points that can be followed by those who are in pursuit of a successful career in programming. Work on Basics As it is true for any industry and any job, the conceptual understanding is the key for success. Unless one has strong conceptual foundation, he/she can never be a good programmer. The core conceptual understanding helps you in designing and implementing the best solutions in the best possible way. If still you feel gap in core computer science and your programming language specific concepts, it’s never too late to go back and review the basics. You learn more by helping others Most of us have a common tendency of turning our heads towards forums or groups only when we need help. And again a clear separation between the good programmer and rest that the formers visit these places more often to help others. This makes them learn more then they learn getting their problem solved by someone else. Within a team as well, help others to solve their problems. Believe me, understanding others’ problem in their context, investigating on that and providing solutions; will leave you much more learned than before. Write simple, understandable but logical code As in almost every aspect of life, the formula of ‘Keep it simple and short’ works in programming as well. Write more logical code and avoid complexity. Sometimes people do write complex code just to prove their capability to write such codes. My experience says that simple but logical codes always works well, resulted in fewer issues and are more extendable. I remember an excellent quote Spend more time in analyzing the problem, you’ll need less time to fix it Spend more time in understanding and analyzing the problem and designing solutions for it. You will find the rest of the things quite easily doable. Designing not always mean using modeling languages and tools, it can be as simple as looking at sky and thinking solution in your mind. Those who have habits of pressing keyboard (for coding) the moment get the problem, usually ended us something different than the requirement. Be the first to analyze and review your code Although a bit difficult, but try to break your own code before others can and with the time you will learn to write close-to-bug-free code. Always do a close and unbiased review of your code. Also never hesitate to take others view on your code. Working with good programmers and taking their feedbacks will surely help you become a good programmer. Don’t dismay yourself by looking at changing technology world Over these periods in IT industry, I met with many people who are either disappointed by their work or even left it to search new job saying they want to learn and work in latest technologies. I don’t see any problem with this aspiration but the very first incorrect word is the ‘latest technologies’. What we are hearing everyday and mean here is new tools, APIs, frameworks and others means coming up everyday to make the programming easier and quicker. This anyway will continue in technology world. But what needs to be understood is that the core and basic technologies changes with much lesser pace than frameworks, tools and APIs around it. This is like the sea where the surface water moves very rapidly but the deep water is relatively calm and concentrated and most of the aqua lives survive here. So, feel yourself in that deep water and close to core technologies. For e. g. in Java enterprise world, lots of web frameworks exist and new ones coming every other week. But the core concepts of request based client-server communication, MVS pattern, filters/servlets/JSP, resource bundling, XML parsing etc remains same. So spend more time in learning these core concepts rather than worrying about ever changing frameworks and tools around it. Believe me, with the foundation of core concepts, you will always find easier to learn new frameworks, tools and APIs. Don’t work for longer time Many times software programmers implement work around solutions (may be because of lack of time, lack of problem understanding or lack of technology experience). But over the period these work around solutions always resulted in corrupting the code, making it less extendible and maintainable and lot of wastage of time later on. Always prefer to implement when you know the in-out of the solution. I understand that it becomes unavoidable in some circumstances, but it’s like, one should speak truth always but you tell lie in some circumstances. Read documentation One of the essential habits of good programmer is that they read lots of documentation. May it be specifications, JSR, API documents, tutorials etc. Reading documents helps you creating that essential foundation based on which you program in best of the way. Learn from others code as well I interacted with some excellent programmers who actually have java source project inside their IDE all the time and read/refer that in daily work. They do it not only to fulfill their appetite of knowing the basics but also to learn ways of writing good programs. Reading and referring reliable and known open source code or your senior’s code, can also help you making your programming better. Your comparison of yourself with others will only result in evolution of negative feelings and un-healthy competition. Everyone has got his or her strengths and weaknesses. It is more important that we understand ours and work on it. I have seen many times that so called ‘fundoo-programmers’ (fundamentally strong programmer) also make silly mistakes. So, analyze yourself, list down your areas of improvement and work on it. Programming is a real fun, enjoy it. How to become a Good Programmer
  5. Poti face sa-ti apara mesaj if IE8 or lower => mesaj: "Please upgrade your browser !"
  6. Referitor la acest topic: https://rstforums.com/forum/93623-blocare-posturi-utilizator-mark-read.rst Mi-a venit o idee si mai faina. Sunt cativa useri pe aici care mai posteaza din cand in cand subiecte interesante. Ma gandesc ca ar fi super misto sa poti sa dai "subscribe" cumva la un user si sa poti sa fii anuntat de fiecare data cand face un nou topic (topic si nu cand posteaza cate o replica fiindca asa te anunta si cand face cate un comment inutil prin vreun topic). In felul asta se va observa si userii de valoare pentru forum fiindca cu cat au mai multi alti user care le-au dat "subscribe", cu atat sunt mai important pentru forum, ca sunt urmariti si subiectele lor sunt utile pentru forum si sunt considerate interesante. Cred ca chestia asta e mai utila chiar si decat punctele de reputatie. Ce ziceti ?
  7. Tocmai am vazut acest tutorial: Si vad ca foloseste doar html5 si css3 ca sa il faca responsiv. Pe de alta parte vad ca sunt unii care folosesc si un anume fisier javascript pe langa htm5 si css3 ca sa faca un website responsiv. Cum e mai bine si de ce ?
  8. A doua oara da Cancel la videoclipurile pe care deja le ai si astfel nu va mai pierde timpul cu cele pe care deja le ai. Apropo, se intampla sa se opreasca din descarcat la un moment dat si apare un screen cu ceva daca nu vrei "Unlock" adica sa le cumperi. Blochezi chestia aia cu adblock si pe urma nu se mai blocheaza acolo. Cum a zis si autorul: "ar fi ok sa tineti extensia pentru voi si sa nu o urcati pe net, pentru ca atunci metoda s-ar pierde" @FarSe Nu poti face ceva asemanator si pentru amazon ca sa descarci cartile gratis de acolo ? Sau macar pentru scribd... dar pe amazon sunt mult mai multe carti.
  9. @FarSe Citeste, te rog, PM-ul. Multumesc !
  10. https://www.udemy.com/poker-foundations/?dtcode=ejpx6oo1Z6ag Multumesc mult !
  11. Voi in loc sa fiti bucurosi ca macar acuma de sarbatori sunt niste locuri libere, faceti scandal.
  12. As vrea sa ma ajutati cu niste chestii in CSS3. 1) Prima chestie este acest buton de la "See all the movies" din josul paginii care cand dai cu moseul peste el incepe de la jumatate sa se faca negru. 2) A doua chestie este meniul din lateral cu acele dungi galbene care apar lungi in functie de cat tii moseul pe ele. De aici: Live preview for WordPress Theme #51822 3) A trei a chestie, cum se fac aceste animatii, spre exemplu de aici: Demonstrations for Prestashop Themes - LeoTheme Prestashop Templates Club Ma refer la cea exact din fata, mare, cu "Flowers wallpapers" la care cade scrisul si apoi vine ba dintr-o parte, ba dintr-alta, ca si cum ar fi o prezentare powerpoint animata. 4) Iar la a patra chestie, as vrea sa stiu (nu gasesc acuma un exemplu) sunt unele situri care cand dai mai in jos sa vezi despre ce e vorba iti apar anumie texte sau/si imagini animate si e cumva ca si cum ar fi mici si vin din fundal si ajung la dimensiunea necesara. Stie cineva cum se face ? Multumesc mult de tot pentru ajutor !
  13. Test de inteligenta. PUNCT ! Care face sub 50, e clar. E politist. Nu stiu, mi se pare ca te-ai exprimat cam oficial, cam ca un politist. Pana ca si numele vrea sa zica ceva... Sigur nu esti politist ?
  14. Gata ! Cei care ati dat click pe acest topic asteptati-va la o "invitatie" sa petreceti Sarbatorile in pensiunea de la Jilava. Aceasta invitatie va va fi inmanata, cum era si normal in spiritul Sarbatorilor de Iarna, de niste mascati. [conform acestui topic: https://rstforums.com/forum/93072-sta-i-aici-pe-forum-procurorii-v-pot-fute.rst ] PS: Cred ca Nytro va primi cel mai mult pentru ca a ajutat la raspandirea acestor informatii de mare risc. Restul sa stati linistiti ca nu primiti decat 5 ani. O sa va obisnuiti acolo si nici nu va veti mai da dusi. Veti plange in hohote la eliberare ca v-ati obisnuit cu colegii.
  15. Nu cred ca poti pati ceva. In primul rand daca ai fisiere de tip baze de date asta nu inseamna ca e ceva ilegal. Le poti face chiar tu si sa le tii pe PC, pot fi de la propriul tau site etc. Iar daca ai programe de tip Havij sau mai stiu eu ce chestii, Acunetix asta nu e nimic ilegal. Acunetix este un program care se poate cumpara absolut legal, iar Havij la fel. Folosirea "incorecta" adica asupra altor situri care nu sunt ale tale constituie infractiune. Faptul ca le ai nu vad de ce ar fi o infractiune (apropo, eu nu le am nici pe unul dar zic asa ca fapt divers), e ca si cum ar veni sa te aresteze ca ai cutit in casa.
  16. Am observat o chestie. Daca vrei sa copiezi ceva de pe libertatea, de exemplu un text din articolul asta, sa zicem: http://www.libertatea.ro/detalii/articol/zile-libere-2015-sarbatori-legale-calendar-zile-libere-2015-516623.html Automat iti baga in textul copiat si: Mai mult: http://www.libertatea.ro/detalii/articol/zile-libere-2015-sarbatori-legale-calendar-zile-libere-2015-516623.html#ixzz3KeDRg5jb ex. Si e si cu ankor link, ceea ce e super misto. Are cineva codul pentru asa ceva ? Multumesc !
  17. Top 10 mysterious web browsers for windows. Users who use Windows operating system are more aware of well-known web browsers, like Google Chrome, Internet Explorer, Mozilla Firefox, Opera etc. But there are many other browsers are available in the market with unique features. BLACKHAWK BROWSER BlackHawk is a user-friendly web browser with special cookie handling feature, combines the running speed of Chrome with the useful functionality of Firefox. BlackHawk provides exceptional cookie handling. NETGROOVE BROWSER NetGroove is a graceful, fast and tabbed web browser can be access directly from your flash drive without install it, works on the Internet Explorer Engine. BEAMRISE BROWSER It is a social web browser provides amazing animations, graphic bookmarks and even free texts given by Android, joins chatting and browsing with each other, facilitates you to chat using your friendly social networks and video chat via the browser itself. WYZO BROWSER Wyzo is basically the Media Browser because it enhances the online media skill of a user, supports all well-known and common add-ons for Mozilla-based browsers. It permits users to download torrents in a single click. BROWZAR BROWSER Browzar web browser privacy is awesome for cloud and banking applications; it does not save browsing History, Cookies, Temp files, Passwords, Cache etc. After closing work and browser nothing get saves in the history. QT WEB BROWSER It is a fast and lightest open source web browser with secure unique user interface, based on Nokia’s QT framework and Apple’s Webkit. EPIC BROWSER A web browser powered by Mozilla. It provides Indians latest films and songs, live cricket scores, news from multiple sources such as regional and Hindi language sources. It provides safe surfing; while surfing no one can track what you have browsed using it. U BROWSER U web browser developed by Conduit. It is a free easy to use Chromium-based web browser with many social tools good for those who want to be social. U browser makes easy connection between you, web, friend and even mobile devices. DOOBLE BROWSER Dooble was released in September 2009; an open source web browser works on multiple platforms, goals to offer better secrecy and usability. Currently, it is supporting Windows, OS X, Linux and FreeBSD. Dooble with many features supports built-in download manager and third party plugins too. COOWON BROWSER Google Chrome based browser particularly made for gamers because using it we can automate our tasks, Record and Play by one mouse click, avail the Gamepad that controls the game speed during pay time. http://www.latesthackingnews.com/2014/11/30/top-10-mysterious-web-browsers-windows/
  18. Three Bangalore based engineering students, Yashas C Shekar, Vijaykumar Umaluti and Sandesh E, have launched FreeKall, a free voice calling service for those who do not have any internet access. FreeKall makes money by making people listen to advertisements during calls. So once two users are connected, they will be able to hear 10 second advertisements after every two minutes in the middle of the call. Freekall has tied up with a media agency called Streetsmart Media Solutions for the advertisements. To make a FreeKall users have to dial the numbers 080-67683693 or 080-67683693 and the call will be disconnected after a ring. After that, the automated system calls the user back and asks them to dial the desired number and get connected. The system can currently support 20,000 calls per second. FreeKall is currently in Beta as of now and so far it has already been used to make nearly four lakh (400,000) calls so far. Registered users can make 12 minute calls in 24 hours and un-registered users can make calls for upto three minutes. Once the service goes live, registered users will be able to make unlimited calls. The company is aiming for nearly 10 million calls a day after getting the necessary legal clearances and expects revenue of nearly $30 million at the end of the next fiscal year. “The response has been phenomenal. Our servers crashed about seven times and we had to bring it back up,” said Yashas Shekar, the 23-year-old who co-founded the company with college-mates Vijayakumar Umaluti and Sandesh Eshwarappa. “On the flip side Sandesh, and Vijayakumar have not slept since Saturday,” chuckled Shekar. Recently an Indian student had developed a prototype of a computer system that uses a microchip, embedded with an operating system. It allows the system to work on both Windows and Linux-based software simultaneously. The system is called Revo Book and runs on an operating system called ReVo IX. Free Kall Provides calling service without Internet access Freekall Cloud Telephony (P) Ltd
×
×
  • Create New...