{"id":18582108,"url":"https://github.com/sibeux/web-programming-college","last_synced_at":"2026-04-18T15:35:09.890Z","repository":{"id":41415106,"uuid":"478878405","full_name":"sibeux/web-programming-college","owner":"sibeux","description":"Coursework on web programming material in the 4th semester of the University of Jember  by Nasrul Wahabi - sibeux [nasrulwahabi]","archived":false,"fork":false,"pushed_at":"2022-07-14T09:40:58.000Z","size":20102,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"MyProgram","last_synced_at":"2024-12-26T17:09:46.203Z","etag":null,"topics":["css","html","javascript","php","sibeux","web"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sibeux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-07T07:42:40.000Z","updated_at":"2022-07-23T17:12:18.000Z","dependencies_parsed_at":"2022-09-10T08:50:40.520Z","dependency_job_id":null,"html_url":"https://github.com/sibeux/web-programming-college","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibeux%2Fweb-programming-college","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibeux%2Fweb-programming-college/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibeux%2Fweb-programming-college/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sibeux%2Fweb-programming-college/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sibeux","download_url":"https://codeload.github.com/sibeux/web-programming-college/tar.gz/refs/heads/MyProgram","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239321400,"owners_count":19619697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","html","javascript","php","sibeux","web"],"created_at":"2024-11-07T00:09:14.548Z","updated_at":"2025-02-17T16:20:58.357Z","avatar_url":"https://github.com/sibeux.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-programming-college\n\n\nWeb Developer\n=============\n\nThe Web Developer extension adds various web developer tools to a browser.\nThe extension is available for Chrome, Firefox and Opera, and will run on any platform that these browsers support including Windows, OS X and Linux.\n\nOr directly from the Chrome, Firefox or Opera extension repositories:\n\n* Chrome: [https://chrome.google.com/webstore/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm](https://chrome.google.com/webstore/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm)\n* Firefox: [https://addons.mozilla.org/en-US/firefox/addon/web-developer/](https://addons.mozilla.org/en-US/firefox/addon/web-developer/)\n* Opera:\n[https://addons.opera.com/en/extensions/details/web-developer/](https://addons.opera.com/en/extensions/details/web-developer/)\n\nAnnouncements\n-------------\n\nFor announcements about the Web Developer extension including news about beta releases and previews of upcoming versions follow:\n\n* Blog: [http://chrispederick.com/blog/](http://chrispederick.com/blog/)\n* Twitter: [http://twitter.com/chrispederick/](http://twitter.com/chrispederick/)\n\nHelp\n----\n\nHelp for the Web Developer extension can be found on its home page:\n\n* Help: [http://chrispederick.com/work/web-developer/help/](http://chrispederick.com/work/web-developer/help/)\n* Known issues: [http://chrispederick.com/work/web-developer/issues/](http://chrispederick.com/work/web-developer/issues/)\n* To-do list: [http://chrispederick.com/work/web-developer/to-do/](http://chrispederick.com/work/web-developer/to-do/)\n\nTo report a new issue or suggest a new feature please contact me:\n\n* Contact: wahabinasrul@gmail.com\n\nDevelopers\n----------\n\n### Technologies\n\nThe Web Developer extension is written in JavaScript, HTML and CSS.\nThe XML user interface language\n[XUL](https://developer.mozilla.org/en/XUL)\nis also used in the Firefox version.\n\n### Extension documentation\n\nFor information about how to write browser extensions check out the Chrome, Firefox and Opera documentation:\n\n* Chrome: [http://code.google.com/chrome/extensions/docs.html](http://code.google.com/chrome/extensions/docs.html)\n* Firefox: [https://developer.mozilla.org/en-US/addons](https://developer.mozilla.org/en-US/addons)\n* Opera: [https://dev.opera.com/extensions/](https://dev.opera.com/extensions/)\n\n### Localization\n\nThe Firefox extension is fully localized with languages other than English (US) provided by the community.\nFor information about how to write localized browser extensions check out the Firefox documentation:\n\n* Firefox: [https://developer.mozilla.org/en/Localizing_an_extension](https://developer.mozilla.org/en/Localizing_an_extension)\n\n### Build process\n\nThe extension uses the [Gulp build system](http://gulpjs.com/).\n\nOnce Gulp is installed the extension is built by running the following:\n\n\tgulp\n\nTo build the extension for Chrome, Firefox or Opera only run `gulp chrome`, `gulp firefox` or `gulp opera` respectively.\n\nWhen the extension is built it creates `build/chrome`, `build/firefox` and `build/opera` directories as well as packaged versions of the extensions `build/web-developer-chrome.zip`, `build/web-developer-firefox.xpi`, `build/web-developer-opera.nex`.\n\nThe extension can be installed in Chrome or Opera by loading the unpacked extension in `build/chrome` or `build/opera` respectively as described in the [Chrome](http://code.google.com/chrome/extensions/getstarted.html#load-ext) and [Opera](https://dev.opera.com/extensions/testing/) documentation.\nThe extension can be installed in Firefox by installing `build/web-developer-firefox.xpi` like a regular extension.\n\n### Included libraries\n\nThe following libraries are used by and included in the extension as-is:\n\n* Bootstrap from Twitter: [http://twitter.github.com/bootstrap/](http://twitter.github.com/bootstrap/)\n* CodeMirror: [http://codemirror.net/](http://codemirror.net/)\n* Eric Meyer's Reset CSS: [http://meyerweb.com/eric/tools/css/reset/](http://meyerweb.com/eric/tools/css/reset/)\n* Font Awesome: [http://fontawesome.io/](http://fontawesome.io/)\n* jQuery: [http://jquery.com/](http://jquery.com/)\n* JS Beautifier: [https://github.com/einars/js-beautify](https://github.com/einars/js-beautify)\n* mustache.js: [https://github.com/janl/mustache.js/](https://github.com/janl/mustache.js/)\n* Table Drag and Drop jQuery Plugin: [http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/](http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/)\n\nThey should not be altered apart from to update to their latest versions for maintenance reasons.\nThe latest versions of Bootstrap from Twitter or jQuery can be automatically merged into the repository using `gulp merge-bootstrap` or `gulp merge-jquery` respectively.\n\n### Icons\n\nThe icons used in the extension are:\n\n* Font Awesome: [http://fontawesome.io/](http://fontawesome.io/)\n* Helveticons: [http://helveticons.ch/](http://helveticons.ch/)\n* Icon Drawer classic set: [http://icondrawer.com/](http://icondrawer.com/)\n\nAny new icons used in the extension should come from these existing icon sets for consistency.\n\n### Editor Configuration\n\nAn [EditorConfig](http://editorconfig.org/) file is included to unify the coding style for different editors.\n\nAcknowledgements\n----------------\n\nSupported by:\n\n* [BrowserStack](https://www.browserstack.com/)\n\nAuthor\n------\n\n### Nasrul Wahabi\n\n* [https://sibeux.my.id/HabiqiYT/](https://sibeux.my.id/HabiqiYT)\n\nLicense\n-------\n\nAll files are distributed for free under the terms of the\n[GNU General Public License](http://www.gnu.org/licenses/gpl.txt).\nThis does not apply to the included libraries or icons mentioned in the Developer section which have their own individual licenses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsibeux%2Fweb-programming-college","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsibeux%2Fweb-programming-college","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsibeux%2Fweb-programming-college/lists"}