Programming › Re: Coding Using Your Mobile Phone Only by CRAZYMADMAN(m): 7:32am On Dec 22, 2015 |
Ccanyanwu: please what programming language do I need to build an e-commerce website like konga? Konga was built with a php ecommerce script called magento. So you may want to learn php first then magento |
Programming › Re: How Can I Create A Shopping Cart? by CRAZYMADMAN(m): 8:24pm On Dec 21, 2015 |
BoyCoyToy: Hello Programmers,
Please help me. I am a Graphic/Web designer, I understand HTML/CSS and have little understanding of Javascript. I am designing a website that has store where you can Sign up and have a shopping cart. I have designed the pages but where I really need your help is the programming area. How can I create the shopping cart and the sign up thing? Is there anywhere I can get the codes or any app? Thank you in advance. The first thing to do is to learn a server side Language like PHP, python, etc — unless you intend to use cms solutions . |
Programming › Re: What's Your Favourite IDE For Java? by CRAZYMADMAN(m): 3:54pm On Dec 20, 2015 |
|
Programming › Re: What's Your Favourite IDE For Java? by CRAZYMADMAN(m): 3:53pm On Dec 20, 2015 |
Androidstudio / Netbeans |
Programming › Re: How Will You Create A Website Like Photocollage.net by CRAZYMADMAN(op): 9:26am On Dec 20, 2015 |
proxy20: stop wasting time use jQuery UI to develop your site . download the code and and put the the line of code where you want in your folder of your source code .
jQuery UI is built for designers and developers alike. you can use it for mobile and Web development .
https://jqueryui.com Bro, you seem to be of the impression that we are not already familiar with jquery UI. If you can achieve something like this with just jquery UI, then am most curiously interested in HOW you would do that. Note that what we are talking about is different from image arrangements that you can achieve with some jquery libraries like masonry, tiles, jquery collage, etc |
Programming › Re: How Will You Create A Website Like Photocollage.net by CRAZYMADMAN(op): 7:16pm On Dec 16, 2015 |
pcguru1: Flash Graphics API and Canvas API are somewhat similar except Flash has more advanced features like filters and much, doing a frame isn't actually something that should be complicated, because you would have prepared an Image with a cut out zone where you want the uploaded image to fit.
However when rendering on Canvas, you need to know that you have an imaginary stack level. meaning it's like an artisit painting over a picture, so you draw the image first and draw the frame later so that the frame sits on top of the image.
Look at this book Friends with Eds though it's in Flash but you can transform the logic in JavaScript i read it when i attempted Game Programming so am familiar with how Computer draws.
https://www.williammalone.com/articles/create-html5-canvas-javascript-game-character/images/character-layers.png
My Advice, don't build a Canvas framework from scratch you don't have that luxury go with EaselJS and you can add plugins to it for your own special use-cases.
Infact Flash Graphics/Java Graphics/HTML Canvas/ and maybe C++ GDI kinda are similar so i think you should conceptualize the whole process. As in break it down write an algorithm on how it will work, then break the application into Modules, each Module handling a major part that way it will be easier to build the small small and see how it pans out. I will look into EaseIJS and compare it with one Raphael.js that I was considering then |
Programming › Re: How Will You Create A Website Like Photocollage.net by CRAZYMADMAN(op): 6:46pm On Dec 16, 2015 |
pcguru1: Flash Graphics API and Canvas API are somewhat similar except Flash has more advanced features like filters and much, doing a frame isn't actually something that should be complicated, because you would have prepared an Image with a cut out zone where you want the uploaded image to fit.
However when rendering on Canvas, you need to know that you have an imaginary stack level. meaning it's like an artisit painting over a picture, so you draw the image first and draw the frame later so that the frame sits on top of the image.
Look at this book Friends with Eds though it's in Flash but you can transform the logic in JavaScript i read it when i attempted Game Programming so am familiar with how Computer draws.
https://www.williammalone.com/articles/create-html5-canvas-javascript-game-character/images/character-layers.png
My Advice, don't build a Canvas framework from scratch you don't have that luxury go with EaselJS and you can add plugins to it for your own special use-cases.
Infact Flash Graphics/Java Graphics/HTML Canvas/ and maybe C++ GDI kinda are similar so i think you should conceptualize the whole process. As in break it down write an algorithm on how it will work, then break the application into Modules, each Module handling a major part that way it will be easier to build the small small and see how it pans out. Seems all the fancy stuffs are achieved at the frontend. At what point does backend technologie (such as PHP) get called |
Programming › Re: How Will You Create A Website Like Photocollage.net by CRAZYMADMAN(op): 6:34pm On Dec 16, 2015 |
acemary90: Not quite sure what you're saying, or what the problem is. What I would do to make a collage would be to seperate each picture into layers. Then maybe rotate some of the pictures by selecting them and right clicking the little nubs with the move selected pixels tool. Sharepoint Training in Chennai | Web Designing Training in Chennai Brother, I think you're talking about using softwares like photoshop, corel draw, etc. But if have websites in mind, then am definitely interested in the [bold] How [/bold] |
Programming › Re: How Will You Create A Website Like Photocollage.net by CRAZYMADMAN(op): 6:06pm On Dec 16, 2015 |
pcguru1: HTML5 Canvas + FileReader + Any backend you want
HTML5 Canvas has everything you need to handle images and rotation.. Because Canvas is not retained mode you will need to have Object that store the state of the drawing on the canvas and based on that state re-render your drawing on the screen, imagine a computer looking at a sketch and re-painting the canvas thousand times.
It will take a long time as you have to test with Multiple browsers as Canvas has different behaviour on different browsers. Good luck if this is a client job get ready to charge a lot as you will spend 90% of your time in the HTMLCanvasElement documentation, and also on Matrix Rotation if needed.
Try Paper.js or EaselJS but i would go with EaselJS Nice one Bro, you no dey disappoint at all. Supposing one wants to implement various fancy templates and frames such that when a user uploads an image it goes straight to the allocated place inside the template, for example, supposing I have it in mind to create an Xmas Card template such that when a user chooses it and uploads an image It goes to the space for the image(s) and the whole stuff is saved as a single image, can this also be achieved by HTML 5 canvas? www.pizap.com uses flash to achieve this, but I don't particularly like flash |
Programming › Re: How Will You Create A Website Like Photocollage.net by CRAZYMADMAN(op): 6:34am On Dec 15, 2015 |
I'd also like to mention that I spent a considerable amount of time and data on Google, but the results have not been as fruitful as i would have liked. |
Programming › How Will You Create A Website Like Photocollage.net by CRAZYMADMAN(op): 6:28am On Dec 15, 2015 |
Hello guys, supposing you want to for any reason - for fun, a client, money or any of those other crazy excuses that programmers have for creating websites - decide to create a website similar or identical to www.photocollage.net, how will you go about it? what are the library, classes, frameworks that you'd use? can one person create both the backend and the frontend of such a website? Note the aim of this website is entirely for learning and I don't have any particular language in mind, so it would be nice if someone can show us how to achieve such in python, cobra, anaconda, php, ...... even ada language sef  |
Tech Jobs › Re: Bulksms Integration by CRAZYMADMAN(m): 12:54pm On Dec 13, 2015 |
I think am getting tired of all these spc bulk sms websites. Seems like 99.4% of all bulk sms websites in Nigeria is SPC based |
Programming › Re: The Wordpress Developer Thread by CRAZYMADMAN(m): 9:21am On Dec 11, 2015*. Modified: 9:45am On Dec 11, 2015 |
deondazy: You don't need any framework to develop WordPress themes, get wamp or xampp (I use xampp) get WordPress from wordpress.org find a good text editor (I use sublime text) and develop locally. For starters look into the default themes that comes with WordPress to see how things are set up... check codex.wordpress.org for functions reference
You need to know HTML, CSS and PHP to develop themes for WordPress jQuery to add some cool.
If you're not already a developer already read about which programming language you should learn first and start with
cheers. You seem to mistake me for someone just starting out with web development. I could probably develop a few wordpress themes given enough time, however, time is what i do not have. Am just curious as to whether there are resources, libraries, etc that would help out with some functionalities so I don't have to code all the functionalities that I might need |
Politics › Re: Bayelsa2015: Protest At INEC Office "Cancel Southern Ijaw Results" by CRAZYMADMAN(m): 2:02pm On Dec 07, 2015 |
End time politics  |
Programming › Re: The Wordpress Developer Thread by CRAZYMADMAN(m): 12:15pm On Dec 06, 2015 |
Supposing I want to go into WordPress theme development ( I might), what are the tools/frameworks that're available that one can use so as to reduce the development time and also reduce the codes that needs to be written? |
Webmasters › Re: Let's Learn PHP by CRAZYMADMAN(m): 3:14pm On Dec 01, 2015 |
**** just passing ****** |
|
Business › Re: Gtbank Website Is Down by CRAZYMADMAN(m): 2:48pm On Dec 01, 2015 |
It's online now |
Career › Re: I'm An Orator: What Are My Career Chances? by CRAZYMADMAN(m): 7:07am On Nov 28, 2015 |
kekakuz: [size=20pt] motivational speaking The simplest job ever Because people are just so dumb to listen to them Imagine an event where youths were asked to pay 5k each to access. The speaker came from United Kingdom He took the stage and said this few words , " make your passion your profession with diligence and determination, you will never have to work a day in your life" drop the Mic and left I was like wtf I already know that but it's not In line with our current economic realities. It's like telling an adult to look left and right before crossing the road. That how that guy made away with our 5k. And some stupiid foools were clapping like they have no brains.
Last bullet. In life, luck is 60% effort 40
[/size] Because people like sitting down and listening to someone who pretends to know what he's ttalking about — and knows how to pretend very well. Afterwards, they feel good about themselves and look down on others who did not listen to the randy fellow. This feeling lasts for a few days or in some cases weeks, depending on how persuasive the speaker was, but afterwards they are in the market again to shop for a new motivational speaker. Madness! |
Career › Re: I'm An Orator: What Are My Career Chances? by CRAZYMADMAN(m): 7:00am On Nov 28, 2015*. Modified: 7:16am On Nov 28, 2015 |
@OP, first of all try to upgrade your certificate as you'll need it. It will help your packaging and make you to be able to extort a higher sum from your gullible audience who just want to feel good about themselves regardless of whether what you are talking about works or not |
Politics › Re: “Nnamdi Kanu Has Been Murdered” – MASSOB Faction Claims : Yahoo by CRAZYMADMAN(m): 12:48pm On Nov 22, 2015 |
If this is true, then it will be a very bad mistake from tthe federal government as them go just change the man's status to that of a matyr |
Education › Re: Sanusi To Emerge UNIBEN Chancellor by CRAZYMADMAN(m): 8:46pm On Nov 16, 2015 |
64 first class out of more than 11k graduating students! Uniben frustrating their students since 1970! |
Christianity Etc › Re: Alcohol: good Or Evil. What The Bible Really Says. by CRAZYMADMAN(m): 10:22am On Nov 01, 2015 |
. |
Programming › Re: What Do I Need To Start Making CMS Themes Like Wordpress. by CRAZYMADMAN(m): 11:23am On Oct 17, 2015 |
Sibrah: I have a good ( 65% ) understanding of java syntax & some mvc patterns, and realise that when i look at intermediate level php code i understand most of it. If you could suggest a particular tutorial that teaches theme making for CMSes i would appreciate. There're quite a lot of videos on WordPress theme development in YouTube. Just type WordPress theme development and you'll see a lot to choose from. But before doing that, I suggest that you download any WordPress theme and take a look at their files — especially the functions.php file ( required by WordPress) and see how far you can understand their code. You may want to start by modifying their files and see how it affects the theme behaviour |
Programming › Re: What Do I Need To Start Making CMS Themes Like Wordpress. by CRAZYMADMAN(m): 8:56am On Oct 17, 2015 |
Man, you need a good understanding of PHP to know how to create and hook your themes logic to that of WordPress or drupal. I suggest you find someone who's comfortable with PHP, so he'll handle the PHP part while you handle the design |
|
Jokes Etc › Re: If Titanic Sank In 2015 (photo) by CRAZYMADMAN(m): 8:24pm On Oct 16, 2015 |
The malaise of social media |
Tech Jobs › Re: Web Developers Needed by CRAZYMADMAN(m): 8:28pm On Oct 12, 2015 |
This one na one chance bus O |
Programming › Re: A Question For Yii2 Users by CRAZYMADMAN(op): 9:12pm On Oct 05, 2015 |
Bro, can you upload it somewhere for me to download. (without your own programming logic, of course) but the composer.json should be intact so I get the full package. |
|
Phones › Re: Infinix HOT 2 (x510) Official Thread by CRAZYMADMAN(m): 10:16pm On Sep 30, 2015 |
Hello, someone should add me to the whatsapp group
07030497862 |
|