b/Web

Website developement and scripting
0 Members and 8 Guests are viewing this board.
You can help CodeWalrus stay online by donating here. | New CodeWalrus | Old (dark mode) | Old (light) | Discord server
Unirse Started by u/Jokeriske • February 01, 2016, 06:45:59 PM

phpBB vs SMF

Hey guys, i was wondering what you would choose if youd had to choose between phpBB or SMF?
8 Replies
9,984 Views
Unirse Started by u/Ephraim Becker • January 15, 2016, 01:47:25 PM

A faster solution for opening up all my files for Web Development

Right now, I have to manually open up my HTML, 3 CSS, 2 JS files, the Google Chrome web browser, and my Windows GitHub program one by one (which is very annoying!). Is there a much easier way of doing this with one click? Please don't tell me to use a IDE. I like using Windows Notepad instead.
3 Replies
7,409 Views
Unirse Started by u/Ephraim Becker • January 07, 2016, 01:04:27 AM

My Windows 10 Redstone concept

I'm working hard on creating a concept of what I want Windows 10 to look like at Build 2016. It's still a work in progress. You can see my concept here:
6 Replies
15,226 Views
Unirse Started by u/DarkestEx • December 20, 2015, 10:14:58 PM

Dynamically generated GIF scrolltext

Heya!I was recovering the dynamic GIF generator for scrolling images that I wrote a few months back to generate my signature image on the fly.Today I reworked the PHP script some more, made it even messier, but added a lot of new features. I will clean the code up one day.I also changed my avatar to a dynamically generated version. If anybody wants to have a custom bar inside their signature or an animated avatar, I would love to help.Those who want an avatar can give me a font and a background ...
21 Replies
27,100 Views
Unirse Started by u/Ephraim Becker • November 11, 2015, 02:03:56 PM

Virtual friend

I'm working on programming a Virtual friend in HTML, CSS, and JavaScript. The purpose is to help me with my conversations. You can download and see my progress on my Virtual friend at
43 Replies
36,779 Views
Unirse Started by u/c4ooo • October 20, 2015, 02:19:46 AM

c4Bot

Hey guys! As some of you have probably noticed on RIC, i have been developing an IRC bot in java. Although it is not yet versatile enough to be hosted, and is not in any of the channels unless i am working on it, it does have two useful commands: @sp <text to correct> Which uses google to correct most spelling error in the input, and @trans <Text to translate> Which will translate the text from input to output language. It uses yandex as a translato...
16 Replies
21,144 Views
Unirse Started by u/Ephraim Becker • November 16, 2015, 01:51:55 AM

Problem with XMLHttpRequest with AJAX

I'm having a problem with this code. I've been debugging it for hours already. Why isn't the XML parsing and displaying?Code: //Get the latest technology news from the internet//Fetch the RSS feedvar request = new XMLHttpRequest();var xmlDoc;request.open("GET", " ;, true);request.send();if(request.readyState == 4){xmlDoc = request.responseXML;}personOneTalk.innerHTML = xmlDoc;
14 Replies
19,276 Views
Unirse Started by u/Ephraim Becker • November 18, 2015, 01:57:07 PM

Creating a custom domain with github pages

I finally got my website up and running but the URL is complicated. I want a custom domain to switch it to virtualfriend.emb.com. I added the CMAKE file already in gh-pages but now it's saying something that I need a DNS manager pointing to the github IP address. Is there any free DNS managers available?
25 Replies
25,967 Views
Unirse Started by u/Ephraim Becker • November 13, 2015, 08:01:23 PM

Best programming language for server-side web programming

I already know HTML, CSS, and JavaScript. I'm trying to get my Virtual friend to talk about the latest stuff getting the data from the internet. Which programming language is the best for this and i'm already using JavaScript for my Virtual friend so I think JavaScript will have to connect to the server-side programming language to work.
32 Replies
30,889 Views
Unirse Started by u/ACagliano • October 29, 2015, 09:46:46 PM

The Big Bad Duplex of Website Issues

Issue 1 - Weird Select Tag Behavior Issue: Click on "Post a Bug". In the widget that pops up, the drop down menu is properly formed but I also get the selected option echoed back out in front of the object. Why? Code for the entire page is here: Issue 2 - Weird Slender page glitch Issue: Clicking on a link at the bottom of the page crea...
0 Replies
12,283 Views
Unirse Started by u/Yuki • October 23, 2015, 06:24:34 AM

Cards Against Humanity (online Quebec French version)

A little project I'm working on for a group of friends who developed their own version of Cards Against Humanity for themselves, I translated the interface of this website in French and put a few French Canadian decks in there because I guess it's funnier when the cards are about your own culture, right? http://cartescontrelhumanité.cf/
8 Replies
24,578 Views
Unirse Started by u/Dream of Omnimaga • September 01, 2015, 05:00:03 AM

A new calculator site, 6 years in the making

When Geocities closed in 2009, a large part of the TI community, where major breakthroughs in web design were made during 14 years, was lost. Since then, everyone missed that era. However rejoice, a new site has risen from the ashes of Geocities TI sites: this trip back in the 90's!
9 Replies
16,317 Views
Unirse Started by u/Dream of Omnimaga • August 19, 2015, 02:02:14 AM

How to test website on iOS legally without owning an Apple device?

Some of you are probably aware that most iPad and iPhone browsers are absolute garbage when it comes to displaying websites properly and most of the time, even third-party alternatives such as Opera Mini won't do the job either. However, as developers who own an Android device, getting a website to show up properly on iOS devices can be a major nightmare if we don't own an iPhone, iPad or Mac computer we might not be willing to shell $300-700 for one just to make sure that c4ooo[/mem...
27 Replies
29,708 Views
Unirse Started by u/CKH4 • August 29, 2015, 08:21:40 PM

Well I'm learning JS and stuff

For my first real attempt at writing JS I've decided to generate a nav based on html h(1,2,3) elements. The code that isn't mine is from various stackoverflow questions but I think that there's only two functions that aren't mine. If you know any JS (jquery) and would like to propose suggestions that would be cool.
2 Replies
13,050 Views
Unirse Started by u/unknownloner • December 02, 2014, 02:01:40 AM

HTML5 osu!mania (and later osu! standard)

This is a thing I'm actually really excited about.I'm implementing osu!mania to run in a web browesr, including loading actual osu!mania maps. If you don't know what osu!mania is, think guitar hero but it goes up to 8 keys.Anyways, enough chit chat, here's links: Please use chrome to view it right now because stuff seems to get out of sync for me in firefox. I'll be fixing that soon NEW VERSION:...
54 Replies
77,277 Views
Unirse Started by u/Yuki • June 28, 2015, 07:27:31 PM

WebMIDI

I'm messing up with Web MIDI here , I wonder if anyone have any MIDI controllers here, such as pianos, synths or something?WebMIDI is a new feature that came out with Chrome 43 and Opera 30 (otherwise you can install a plugin here ), it looks pretty interesting.
11 Replies
18,680 Views
Unirse Started by u/CKH4 • February 21, 2015, 05:49:14 AM

Cool HTML and CSS

So I thought I'd share some of my code snippets because I'm starting to be proud of some of them. Feel free to share your own pieces that you're proud of. Buttons and such: Material Checkboxes: Similar to my Radio Buttons but made before. It has simulated border-radius because it isn't able to be styled on the input tag. This doesn't use the check box hack. Material Radio Butt...
43 Replies
38,741 Views
Unirse Started by u/Snektron • January 23, 2015, 03:09:16 PM

MazeDweller

Last year we were assigned to make a maze game in HTML.The original project (the one described in out book) was made entirely in HTML, with the exception of some basic Javascriptto handle button input. It was a broken beta version and it was to us to fix the game and present it's final form.Ofcourse, i didn't want some half broken maze game, so i (we actually had to work in groups of 4, but i did allthe programming (also TheCoder was in my team too )) made it in 3D using THREE.js.I was working o...
6 Replies
16,219 Views
Website statistics


MyCalcs | Ticalc.org | Cemetech | Omnimaga | TI-Basic Developer | MaxCoderz | TI-Story | Casiocalc.org | Casiopeia | The Museum of HP Calculators | HPCalc.org | CnCalc.org | Music 2000 Community | TI Education | Casio Education | HP Calcs | NumWorks | SwissMicros | Sharp Calculators
Powered by EzPortal